236 Commits (162d4bf38cf1f87529d0b89568b5258c8f5e0d19)

Author SHA1 Message Date
Erik Faye-Lund 510325e216 shader: emit precision for images on GLSL 6 years ago
Erik Faye-Lund ba349a176e shader: emit readonly-images 6 years ago
Erik Faye-Lund f97bec1799 shader: generate bindings with layout qualifiers 6 years ago
Erik Faye-Lund 921602de80 shader: refactor image declaration emitting 6 years ago
Erik Faye-Lund ea5353047a shader: pass sampler directly to emit_sampler_decl 6 years ago
Erik Faye-Lund 2d6249846d shader: add missing precision specifier 6 years ago
Gurchetan Singh c37e9e688a vrend_shader: support integer memory 6 years ago
Gurchetan Singh b0a4b4ae19 vrend_shader: do a first pass analyzing tgsi instructions 6 years ago
Gert Wollny f434be0d5a shader: Fix warnings: 6 years ago
Erik Faye-Lund d4ea73104d vrend_shader: fixup typo in indirect image-handling 6 years ago
Dave Airlie f60737c039 add support for shader clock. 6 years ago
Gert Wollny 7751ba2cff vrend: Add geometry shaders on the GLES 3.1 host 6 years ago
Gert Wollny 5e630741f5 vrend, feature: Add GLSL version information for GLES 3.1 host 6 years ago
Elie Tournier da81b0c93d shader: require GL_OES_texture_storage_multisample_2d_array for 2D MS. 6 years ago
Gurchetan Singh d9fee3c228 vrend_shader: fix uninitialized variable warning 6 years ago
Gurchetan Singh 938352fab2 vrend_shader: require glsl 150 for early depth stencil 6 years ago
Gurchetan Singh 244b110659 vrend_shader: use require_glsl_ver function 6 years ago
Elie Tournier 5758881bb3 shader: Do not adjust y coordinate if an application render to a FBO 6 years ago
Erik Faye-Lund 3e0f7bd4ae vrend: grok FBFETCH instruction 6 years ago
Dave Airlie e869badbfb shaders: add compute shader support. 6 years ago
Dave Airlie 33f0170b03 shader: merge array types 6 years ago
Dave Airlie 64d0f1230d sampler arrays: refactor to follow image arrays 6 years ago
Dave Airlie f565193a1f shader: add texture image samples query support. 6 years ago
Dave Airlie 097c43e561 shader: add gl_HelperInvocation support 6 years ago
Dave Airlie 1fe8defa61 shaders: handle early fragment tests 6 years ago
Dave Airlie 4472641b3d shader: add image support to shader parsing. (v3) 6 years ago
Dave Airlie 97d4246853 shader: decode MEMBAR instruction. 6 years ago
Dave Airlie 8ffd38aac4 shader: bump some snprintf limits to 512 6 years ago
Erik Faye-Lund 47387e4066 emit precise keyword 6 years ago
Dave Airlie 1800bd4a64 shader: add basic shader_storage_buffer_object parsing. (v4) 6 years ago
Dave Airlie 7f962064cd shader: drop unused sviews_used 6 years ago
Dave Airlie 249fb00eed shader: pass sinfo/dinfo into translate_tex 6 years ago
Dave Airlie cae96e10d0 shader: drop unused function. 6 years ago
Gurchetan Singh 0fb73b11e4 vrend_shader: use emit_sampler_declaration helper 6 years ago
Gurchetan Singh 327207986e vrend_shader: add sampler array functionality in emit_sampler_decl 6 years ago
Erik Faye-Lund 7c9be01c56 shaders: include prefix for samplepos and tesscoord 6 years ago
Erik Faye-Lund a1160620cc expand gl_SampleMask to ivec4 to match TGSI definition 6 years ago
Erik Faye-Lund e0e8ad557b vrend: Fixup typo in SHADER_REQ_GPU_SHADER5 logic 6 years ago
Dave Airlie 38f80b1bc0 shader: refactor sampler emission. 6 years ago
Erik Faye-Lund 0ea74890db shader: emit "sample" keyword 6 years ago
Erik Faye-Lund 7014abab5d shader: pad shaders with space for GL_ARB_gpu_shader5 it's needed 6 years ago
Dave Airlie 4b19c86de1 shader: fix passing sampleid into interpolateAtSample 6 years ago
Dave Airlie 50eaefdb71 shader: fix texture gather offsets in input registers. 6 years ago
Dave Airlie 26497d6324 shader: fix tg4 offsets vector 6 years ago
Dave Airlie bb81476211 shader: enable ints for instanceid 6 years ago
Dave Airlie aabfa38254 shader: enable ints if an integer sampler view is seen. 6 years ago
Ramin Azarmehr a01122fe26 shader: get maximum number of render targets dynamically 6 years ago
Dave Airlie d206f5a9be tessellation/transform feedback: add support for tf from tess 6 years ago
Dave Airlie 815024855a tessellation: handle tessellation shader indirect input/outputs (v3) 6 years ago
Dave Airlie b06fda89ca tessellation: handle reading from outputs. (v2) 6 years ago