summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine
Commit message (Expand)AuthorAgeFilesLines
* st/nine: fix formatting in query9 (cosmetic)Axel Davy2014-11-261-3/+3
* st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy2014-11-261-2/+4
* st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg2014-11-261-2/+0
* st/nine: fix wrong variable resetAxel Davy2014-11-261-1/+1
* st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg2014-11-261-1/+5
* st/nine: Add pool check to SetTexture (v2)Axel Davy2014-11-261-1/+9
* st/nine: propertly declare constants (v2)Axel Davy2014-11-261-5/+2
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-11-2617-0/+171
* st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy2014-11-268-127/+51
* st/nine: Rework Basetexture9 and Resource9.Axel Davy2014-11-2610-33/+36
* st/nine: clean device9ex.Axel Davy2014-11-264-15/+19
* nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca2014-11-241-9/+1
* nine: Don't reference the dead TGSI_OPCODE_NRM.Jose Fonseca2014-11-241-1/+1
* nine: Don't use the otherwise-dead SFL opcode in an unreachable path.Eric Anholt2014-11-241-1/+1
* nine: Implement threadpoolAxel Davy2014-11-186-9/+325
* nine: Add drirc options (v2)Axel Davy2014-11-182-0/+6
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-1873-0/+27834