summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/cubetexture9.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Silent warning in NineCubeTexture9_ctorAxel Davy2015-08-211-1/+1
* st/nine: Impose restrictions on DXTN texture sizesAxel Davy2015-08-211-0/+7
* st/nine: Textures start dirtyAxel Davy2015-08-211-1/+5
* st/nine: Track dirty region for SYSTEMMEM tooAxel Davy2015-08-211-2/+4
* st/nine: Add missing BASETEX_REGISTER_UPDATE callsAxel Davy2015-08-211-1/+3
* st/nine: Align texture memoryPatrick Rudolph2015-08-211-1/+1
* st/nine: Bound the dirty regions to resource sizeAxel Davy2015-04-291-0/+4
* st/nine: Encapsulate variables for MANAGED resourceAxel Davy2015-04-291-1/+1
* st/nine: Rework texture data allocationAxel Davy2015-04-291-10/+36
* st/nine: Add debug warning when application uses sw processingAxel Davy2015-04-291-0/+3
* st/nine: Refactor format d3d9 to pipe conversionAxel Davy2015-02-061-4/+3
* st/nine: Add ATI1 and ATI2 supportAxel Davy2015-01-221-0/+4
* st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of bad formatAxel Davy2015-01-221-1/+9
* st/nine: CubeTexture: fix GetLevelDescAxel Davy2015-01-221-1/+1
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-11-261-0/+17
* st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy2014-11-261-1/+1
* st/nine: Rework Basetexture9 and Resource9.Axel Davy2014-11-261-5/+2
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+274