aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/pixelshader9.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Cache constant buffer sizeAxel Davy2019-04-301-4/+11
* st/nine: Propagate const_range to contextAxel Davy2019-04-301-4/+11
* st/nine: Make swvp_on imply IS_VSAxel Davy2019-04-301-0/+2
* st/nine: Compact pixel shader keyAxel Davy2019-04-301-4/+15
* st/nine: Recompile optimized shaders based on b/i constsAxel Davy2019-04-301-0/+18
* st/nine: Enable shadow mapping for ps 1.XAxel Davy2018-10-261-1/+1
* st/nine: Avoid RefToBind calls in ffAxel Davy2018-09-251-1/+5
* st/nine: use get_pipe_acquire/release when possibleAxel Davy2016-12-201-1/+2
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-1/+1
* st/nine: Change the way nine_shader gets the pipeAxel Davy2016-12-201-2/+7
* st/nine: Rename cso in nine_context to cso_shaderAxel Davy2016-12-201-2/+2
* st/nine: Access pipe_context via NineDevice9_GetPipeAxel Davy2016-12-201-1/+1
* st/nine: Move draw calls to nine_stateAxel Davy2016-12-201-2/+2
* st/nine: Introduce nine_contextAxel Davy2016-12-201-2/+2
* st/nine: Initial ProcessVertices supportAxel Davy2016-10-101-0/+2
* st/nine: Fix Pointsize in programmable shaderAxel Davy2016-05-181-4/+4
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-1/+1
* st/nine: Enforce centroid for color input when multisampling is onAxel Davy2016-02-041-0/+1
* st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy2015-08-211-0/+2
* st/nine: Finish Fog implementationAxel Davy2015-08-211-5/+8
* st/nine: Rework shader statesAxel Davy2015-08-211-5/+25
* st/nine: Implement TEXBEM,TEXBEML and BEMTiziano Bacocco2015-08-211-0/+1
* st/nine: Refactor how user constbufs sizes are calculatedAxel Davy2015-02-061-1/+0
* st/nine: Remove unused code for psAxel Davy2015-01-221-6/+4
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-11-261-0/+4
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+172