154 Commits (a04a63ec8745d31009ed8da3cfd6fe4d03b4db18)

Author SHA1 Message Date
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
Dave Airlie 35d10943d7 tessellation: handle output block variables. 6 years ago
Dave Airlie ca48872fad tessellation: handle tess interps and dimension changes 6 years ago
Dave Airlie e5196d7a54 tessellation: handle tess inner/outer/coord (v2) 6 years ago
Dave Airlie da14e72952 tessellation: add support for patch varyings 6 years ago
Dave Airlie 8c3e21fa65 tessellation: add clip distance support. (v2) 6 years ago
Dave Airlie cc911fef17 tessellation: add position/pointsize semantic support (v2) 6 years ago
Dave Airlie 4ce377e763 tessellation: add shader property support (v2) 6 years ago
Dave Airlie 18b09157c4 tessellation: add some baseline tess support. 6 years ago
Dave Airlie 929d59b1e3 shader: consolidate winsys_adjust_y uniform emission. 6 years ago
Dave Airlie 36e4860267 shader: rename glsl_gl_in to glsl_gl_block. 6 years ago
Dave Airlie 9f5a36b8a2 shader: bump input/output count to 64 6 years ago
Dave Airlie fa1c570af3 shader: actually emit barrier opcode. 6 years ago
Dave Airlie dfcb6344d4 shader: fix two warnings in vrend_shader.c 6 years ago
Dave Airlie 4a68d1dff1 shader: fix all signed/unsigned warnings. 6 years ago
Dave Airlie 9e357bd2ef shader: document fallthroughs. 6 years ago
Dave Airlie b98ea3d919 vrend_shader: add arb_gpu_shader_fp64 support (v2) 6 years ago
Dave Airlie fa9cd7c971 shader: only write all cbufs after use ones. 6 years ago
Dave Airlie e518a64c75 shader: refactor some source info out into a struct. 6 years ago
Dave Airlie e73fd6289d shader: gather some destination info in a struct. 6 years ago
Dave Airlie b169728231 shader: refactor out filling offset buffer 6 years ago
Dave Airlie 72c6538ecc shader: convert txfi to string conversion 6 years ago
Dave Airlie 68d1eb4bb4 shader: convert texture writemasks over to a string conversion (v2) 6 years ago
Dave Airlie fd7d93a041 shader: refactor texture instruction extension 6 years ago
Dave Airlie fa7f5de546 shader: refactor txq emit out of translate_tex 6 years ago
Dave Airlie 055fd69374 shader: refactor out setting up texture ctx requirements 6 years ago
Dave Airlie 397f1cc60c shader: use type conversions in translate_tex 6 years ago
Dave Airlie e6307939eb shader: move dtypeprefix for txq into function. 6 years ago
Dave Airlie 98eb584dd2 shader: refactor out txq emit to it's own function. 6 years ago
Dave Airlie 11f1cbb5f2 shader: refactor out the input/output prefix code. 7 years ago
Alexandros Frantzis 2f941194a5 vrend: Support GL blits with integer color formats 7 years ago
Dave Airlie 900cdf4b07 detabify vrend_shader.c 7 years ago
Gurchetan Singh 4d2a346179 vrend_shader: move source register translation 7 years ago