622 Commits (5eefd5a5a1073e7ccb55facbdc3347d67855823f)

Author SHA1 Message Date
Gert Wollny fd4542adb5 vrend: Handle border color swizzling in more cases 6 years ago
Gert Wollny 4ea1510332 tweaks: Add tweak to apply the dest swizzle for emulated BGRA surfaces 6 years ago
Gert Wollny 0977e48e24 vrend: Add handling for swizzled BGRA formats 6 years ago
Gert Wollny 4749e8791b formats: Add emulated versions of some BGRA formats 6 years ago
Gert Wollny 0f251aa0b2 vrend,tweaks: Add skeleton to set tweak flags 6 years ago
Chia-I Wu 424fdb4ab6 vrend: fix next ubo id when there is no update 6 years ago
Chia-I Wu d5a10f07be vrend: avoid in/out parameters 6 years ago
Chia-I Wu ed603a2442 vrend: save ubo_used_mask in linked shader prog 6 years ago
Emil Velikov 6e6486e743 renderer: drop DEPTH_CLIP warning 6 years ago
Gert Wollny 52703a2ded shader,feat: Add support for TGSI_PROPERTY_FS_DEPTH_LAYOUT 6 years ago
Gert Wollny a07a3f6f96 vrend: Fix newly introduced warnings 6 years ago
David Riley c5a2df90a2 vrend: Avoid potential null dereference when drawing with indexed buffer 6 years ago
David Riley 271db8a24b vrend: Unconditionally destroy resources when cleaning up. 6 years ago
Chia-I Wu ab3640c085 vrend: reject bad strides in check_iov_bounds 6 years ago
Gert Wollny fb749a1f6a vrend: Add host check for clip_control and handle it 6 years ago
Emil Velikov 5a0d3f071e shader: add vrend_ prefix to shader_lookup_sampler_array() 6 years ago
Alexandros Frantzis 7a0ff8da57 vrend: Ensure non-zero stride and remove redundant check 6 years ago
Alexandros Frantzis 23ccf5c1a9 vrend: Use the transfer layer stride for transfers to the host 6 years ago
Alexandros Frantzis 0bb764b6cf vrend: Improve iov bound checking for transfers 6 years ago
Alexandros Frantzis 2af3a83136 vrend: Ignore transfer layer_stride for targets without layers 6 years ago
Erik Faye-Lund 5384203328 vrend: remove stale comment 6 years ago
Erik Faye-Lund 8362b26974 vrend: do readpixels-variants in one place 6 years ago
Erik Faye-Lund fd8b6946d2 vrend: fix typo in function name 6 years ago
Erik Faye-Lund 883eccce43 vrend: remove unused function 6 years ago
Erik Faye-Lund df69664113 vrend: remove unused field 6 years ago
Alexandros Frantzis 59064c6520 vrend: Support copy transfers 6 years ago
Alexandros Frantzis 69c52a8fb3 vrend: Internal support for synchronized transfers 6 years ago
Alexandros Frantzis 7438b455ed vrend: Remove unused struct member 6 years ago
Alexandros Frantzis 0c09d8441b vrend: Introduce and support VIRGL_BIND_STAGING 6 years ago
Alexandros Frantzis faa38808c9 vrend: Rework resource storage 6 years ago
Erik Faye-Lund 93f7a4113e vrend: remove unused members 6 years ago
Gert Wollny 108ef814a4 formats: Check and enable implementation specific readback formats on GLES 6 years ago
Gert Wollny 804dab8181 formats: Add possiblity to pass format flags to insert functions 6 years ago
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