1406 Commits (dbeb8e7aff3848ab03e92bed2438e49da8018286)

Author SHA1 Message Date
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 d7787808c8 virglrenderer: kill off trailing whitespace 6 years ago
Emil Velikov bf043b3e56 shader: use && and || trailing at the end of the line 6 years ago
Emil Velikov f18484f928 shader: use switch statement over extremely long if/else chain 6 years ago
Emil Velikov 88f7cba5ed shader: trivial indentation fixes 6 years ago
Emil Velikov c2d8cc5410 shader: use TGSI_INTERPOLATE_CONSTANT as applicable 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
Gert Wollny 9b84a49a1c shader: Require glsl 150 when input arrays are used 6 years ago
Alexandros Frantzis 59064c6520 vrend: Support copy transfers 6 years ago
Alexandros Frantzis 1e2f540de5 vrend: Add definitions for the copy_transfer3d command 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
Gert Wollny 18f9778c16 formats: readback hotfix for BGR10A2 formats 6 years ago
Erik Faye-Lund 8830112be7 shader: use real buffer-size instead of half 6 years ago
Erik Faye-Lund c301e21a92 shader: make translate_atomic take const char * instead of array 6 years ago
Erik Faye-Lund a9f435ce5d shader: make translate_resq take const char * instead of array 6 years ago
Erik Faye-Lund 28b358cc01 shader: make translate_load take const char * instead of array 6 years ago
Erik Faye-Lund e9dd306f07 shader: make translate_store take const char * instead of array 6 years ago
Erik Faye-Lund 6ea0a7124f shader: dst -> dst_reg 6 years ago
Erik Faye-Lund 31338f73fe shader: re-use local variable instead of re-dereferncing 6 years ago
Erik Faye-Lund f7aa98d245 shader: rename temp array 6 years ago
Erik Faye-Lund 6eec8d2daa shader: eliminate temporary buffer 6 years ago
Erik Faye-Lund 561735b372 shader: make translate_tex take const char * instead of array 6 years ago
Erik Faye-Lund 5e5f0f25df shader: make emit_txqs take const char * instead of array 6 years ago
Erik Faye-Lund 060942b6f4 shader: make emit_txq take const char * instead of array 6 years ago
Erik Faye-Lund c600a2d098 shader: use strbuf for generating srcs array 6 years ago
Erik Faye-Lund 8273f6e5a5 strbuf: introduce strbuf_fmt helper 6 years ago
Erik Faye-Lund 2acbb410ce strbuf: avoid temp-buffer in vappendf 6 years ago
Erik Faye-Lund 27fc721c70 strbuf: factor out buffer-growing 6 years ago
Erik Faye-Lund 46f68df55c shader: move indent-logic out of strbuf 6 years ago
Erik Faye-Lund 93f7a4113e vrend: remove unused members 6 years ago
Gert Wollny 7d7b0fb769 formats: Check DS readback capabilities on GLES 6 years ago
Gert Wollny 108ef814a4 formats: Check and enable implementation specific readback formats on GLES 6 years ago
Gert Wollny 2cee6cf5d7 formats: Make sure each format is tested with a clean error state 6 years ago
Gert Wollny 804dab8181 formats: Add possiblity to pass format flags to insert functions 6 years ago