589 Commits (b6f7b8f5f68c0c13810d420ab86bee0b5ff9b5da)

Author SHA1 Message Date
Gert Wollny b6f7b8f5f6 vrend: rename internal texture flags and use CAN_TEXTURE_STORAGE correctly 6 years ago
Gert Wollny 4a4f04827c vrend: Lie yet a bit more about the GLSL feature level on GLES hosts 6 years ago
Chia-I Wu ef72ec3c90 vrend: remove unused VREND_RESOURCE_STORAGE_SYSTEM 6 years ago
Chia-I Wu ddcb1b90d8 vrend: use VREND_RESOURCE_STORAGE_IOVEC for PIPE_BIND_CUSTOM 6 years ago
Chia-I Wu dbefdb7e36 vrend: add VREND_RESOURCE_STORAGE_IOVEC 6 years ago
Chia-I Wu 303a07a4d6 vrend: add enum vrend_resource_storage_type 6 years ago
Chia-I Wu 6628658027 vrend: make sure queries are fenced 6 years ago
Chia-I Wu 010c974bd4 vrend: handle queries more defensively 6 years ago
Gert Wollny 811d8ef201 vrend,shader: track logicop state and emulate it in GLES 6 years ago
Gert Wollny c9c9c31b3b vrend,feature: Add feature for non-coherent framebuffer fetch 6 years ago
Gert Wollny ffda0d35de vrend, shader: emit all the generic outputs the next shader expects 6 years ago
Gert Wollny a6f9fac9e6 vrend: unbind texture target after allocating a new texture 6 years ago
Gert Wollny 38cb4a1578 vrend, blit: Add a bit more logging output 6 years ago
Gert Wollny 78d22d29fd vrend,blit: Fix the use of glCopyTexSubImage 6 years ago
Gert Wollny b9e475bbff vrend,blit: Use the GL fallback on GLES in more cases 6 years ago
Gert Wollny 3f0f291ea3 blit: Use texture views in blits to represent the surface formats 6 years ago
Gert Wollny bff404385e vrend: make vrend_fb_bind_texture_id non-static 6 years ago
Gert Wollny 68d7ac362a vrend,features: Also check for OES_texture_view 6 years ago
Gert Wollny 989738137c vrend, blit: Use GL 4.4 logic for blitting 6 years ago
Erik Faye-Lund 6f1adc2be8 renderer: also enable floating-point readback with extension 6 years ago
Gert Wollny faf23ce917 vrend,shader: Inject a TC shader if it is missing on GLES 6 years ago
Gurchetan Singh 9aa833bafd vrend: prefer glGetTexImage on GL 6 years ago
Gert Wollny 08b3ddded8 vrend: Signal the guest that indirect arrays are available 6 years ago
Alexandros Frantzis 0b864d6572 vrend: Check for the EXT version of polygon_offset_clamp 6 years ago
Erik Faye-Lund 2bcbf943f2 vrend: add a cap for astc compressed 3d-textures 6 years ago
Gert Wollny f5c3aa7c44 vrend,feature: Add a caps flag for transform feedback 3 6 years ago
Gert Wollny 584039fdf2 vrend: Reorder shader selection 6 years ago
Erik Faye-Lund 6a3cd2bde6 vrend: send list of readback-formats to guest 6 years ago
Erik Faye-Lund af92fd1e5e renderer: do not try to call getteximage on gles 6 years ago
Erik Faye-Lund 4269ae8e76 vrend: add helper to set a format-bit 6 years ago
Dave Airlie dd7e14a81c virgl: add support for indirect parameters 6 years ago
Dave Airlie 6cd7a73e45 virgl: add support for multi draw indirect. 6 years ago
Dave Airlie 479a6eb4e0 virgl: fix command args buffers 6 years ago
Gert Wollny 660a02af5a vrend,caps: Add a caps feature check version 6 years ago
Gert Wollny f8840c1a4b vrend: Don't expect TCS to be present in first shader pass 6 years ago
Gert Wollny 8e2be176e5 vrend: Fall back to NV_shader_atomic_float if ARB_GLES3_1_compatibility is missing 6 years ago
Gert Wollny 476094e832 shader: Fall back to MESA_shader_integer_functions if ARB_gpu_shaders5 is missing 6 years ago
Gert Wollny 64740cf9f0 vrend, feature: Add feature for GLES 3.1 compatibility 6 years ago
Gert Wollny 5eeb767d09 vrend: Also add TEXTURE_RECTANGLE to the targets translated on GLES 6 years ago
Gert Wollny 57248487ec vrend: translate 1D texture targets to 2D texture targets for copies in 6 years ago
Gert Wollny 718f338a3e vrend,features: Add feature for timer queries 6 years ago
Emil Velikov 5daad80e21 renderer: rewrap __report* helpers to 80 columns 6 years ago
Emil Velikov a1286bbed7 renderer: use named initializers for ctx_error and core/gles_warn 6 years ago
Gert Wollny b9a9c59ef7 vrend: Use glDepthRangefOES when on GLES 6 years ago
Gert Wollny 095bd118f9 vrend: Force setting viewport state when the sub context is new 6 years ago
Gert Wollny 71609cc1ce vrend: Use glDepthRangeIndexedfOES when on GLES 6 years ago
Gert Wollny 1a27e447f9 vrend: Lie a bit more about the GLSL support level on GLES 6 years ago
Gert Wollny 88ffc3beb3 vrend,feature: Check for GL_OES_viewport_array extension 6 years ago
Gert Wollny 4efd580f48 vrend,stringbuf: Add line numbers to shader dumps 6 years ago
Po-Hsien Wang e00dea22c8 decode: check args for decode functions. 6 years ago