aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/vertexshader9.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: Recompile optimized shaders based on b/i constsAxel Davy2019-04-301-0/+20
* 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: Back swvp in nine_contextAxel Davy2016-12-201-1/+1
* st/nine: Change the way nine_shader gets the pipeAxel Davy2016-12-201-4/+9
* 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-3/+3
* st/nine: Introduce nine_contextAxel Davy2016-12-201-2/+2
* st/nine: Initial ProcessVertices supportAxel Davy2016-10-101-0/+45
* st/nine: Partial software vertex processing supportAxel Davy2016-10-101-3/+12
* st/nine: Add support for swvp constants in shadersAxel Davy2016-10-101-0/+2
* st/nine: Fix Pointsize in programmable shaderAxel Davy2016-05-181-1/+5
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-1/+1
* st/nine: Finish Fog implementationAxel Davy2015-08-211-0/+2
* st/nine: Rework shader statesAxel Davy2015-08-211-5/+26
* st/nine: Refactor how user constbufs sizes are calculatedAxel Davy2015-02-061-2/+0
* 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/+3
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+177