362 Commits (beceb6106a4d34bd30cd836be5ba4284df59ddcb)

Author SHA1 Message Date
Emil Velikov beceb6106a shader: flesh out is_shadow out of set_texture_reqs() 5 years ago
Emil Velikov 26ab104884 shader: split out samplertype_is_shadow() helper 5 years ago
Gert Wollny 52703a2ded shader,feat: Add support for TGSI_PROPERTY_FS_DEPTH_LAYOUT 5 years ago
Emil Velikov bf043b3e56 shader: use && and || trailing at the end of the line 5 years ago
Emil Velikov f18484f928 shader: use switch statement over extremely long if/else chain 5 years ago
Emil Velikov 88f7cba5ed shader: trivial indentation fixes 5 years ago
Emil Velikov c2d8cc5410 shader: use TGSI_INTERPOLATE_CONSTANT as applicable 5 years ago
Emil Velikov 5a0d3f071e shader: add vrend_ prefix to shader_lookup_sampler_array() 5 years ago
Gert Wollny 9b84a49a1c shader: Require glsl 150 when input arrays are used 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 46f68df55c shader: move indent-logic out of strbuf 6 years ago
Gert Wollny 811d8ef201 vrend,shader: track logicop state and emulate it in GLES 6 years ago
Gert Wollny ffda0d35de vrend, shader: emit all the generic outputs the next shader expects 6 years ago
Gert Wollny 300b914595 shader: Create dst with a constant index on GLES and actually use it 6 years ago
Erik Faye-Lund 2e07b3b918 shader: remove unused variable 6 years ago
Gert Wollny faf23ce917 vrend,shader: Inject a TC shader if it is missing on GLES 6 years ago
Gert Wollny f9f7bd64f7 shader: extract functions to create and set string buffers and sinfo 6 years ago
Gert Wollny 3fbeff90b9 shader: Fix the use of enhanced layouts 6 years ago
Gert Wollny 368d950e8f shader: emulate indirect ssbo write access on GLSL using a switch statement 6 years ago
Gert Wollny df6f9a374f shader: emulate indirect read access to ssbo on GLES by using switch 6 years ago
Gert Wollny 314690b799 shader: Work around indirect image access being not allowed with GLES 6 years ago
Gert Wollny bacfd861e0 shader: decorate buffers as coherent when needed 6 years ago
Gert Wollny 08b3ddded8 vrend: Signal the guest that indirect arrays are available 6 years ago
Gert Wollny 9f67d5e5d6 shader: Fix block emission and prefer it on GLES 6 years ago
Gert Wollny db0ac81910 shader: Don't emit 'invariant' or 'precise' for gl_ClipVertex 6 years ago
Gert Wollny dbf78591ea shader; on GLES require extension NV_image_formats for certain image types 6 years ago
Gert Wollny fcf9740960 shader: force default format layout 6 years ago
Gert Wollny 18081311fb shader: on GLES drop write flag for images we read from 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 95bed95df5 shader: Don't emit GL_OES_gpu_shader5 on GLES 6 years ago
Gert Wollny 8094b5b438 shader: Use swizzle on 1D images that are emulated by 2D images on GLES 6 years ago
Gert Wollny 2b24afd1ec shader: Correct coordinates for texelFetch of emulated RECT on GLES 6 years ago
Gert Wollny 3403b5cb0e shader: Further fixes for the 1D texture emulation on GLES 6 years ago
Gert Wollny 905e04dce3 shader: swizzle array coordinates for emulated 1D arrays on GLES 6 years ago
Gert Wollny ba41038ace shader: Fix offset and argument type for texelFetchOffset for 1D 6 years ago
Gert Wollny d184b04097 shader: reswizzle size values for 1D texture arrays on GLES 6 years ago
Gert Wollny 0b9f2e4bf7 shader: Emit swizzle for "1D" textures on GLES 6 years ago