summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/volume9.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy2016-10-271-1/+1
* st/nine: Remove volume9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-101-101/+0
* st/nine: Switch {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-101-3/+3
* st/nine: Print interface id in NineVolume9_GetContainerPatrick Rudolph2016-10-101-0/+5
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-2/+2
* st/nine: Remove one useless function outputAxel Davy2016-05-181-3/+3
* st/nine: Add format fallback with conversion to volumesAxel Davy2016-05-181-9/+106
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-7/+7
* st/nine: SCRATCH does support all formatsAxel Davy2016-02-121-1/+2
* st/nine: Do not set resource usage for SYSTEMMEMAxel Davy2016-02-121-3/+0
* st/nine: Use align_free when neededAxel Davy2016-02-041-1/+1
* st/nine: Fix Volumetexture9_LockBoxPatrick Rudolph2016-02-041-0/+7
* st/nine: Fix Lock Checks for Compressed texturesAxel Davy2015-08-211-4/+5
* st/nine: Return NULL pointer in lock error casesPatrick Rudolph2015-08-211-3/+7
* st/nine: Simplify NineVolume9_CopyVolumeAxel Davy2015-08-211-75/+15
* st/nine: Simplify Volume9 dirty region trackingAxel Davy2015-08-211-52/+30
* st/nine: Align texture memoryPatrick Rudolph2015-08-211-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* st/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumesAxel Davy2015-04-291-3/+0
* st/nine: Remove impossible cases with Managed texturesAxel Davy2015-04-291-16/+3
* st/nine: Encapsulate variables for MANAGED resourceAxel Davy2015-04-291-1/+1
* st/nine: Refactor format d3d9 to pipe conversionAxel Davy2015-02-061-1/+8
* st/nine: Do not leak private data in volume9.Patrick Rudolph2015-02-061-0/+3
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-11-261-0/+8
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+604