aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/buffer9.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Lock the entire buffer in some cases.Axel Davy2018-09-251-0/+8
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* st/nine: Dirty MANAGED buffers at Lock timeAxel Davy2016-12-201-2/+3
* st/nine: Implement new buffer upload pathAxel Davy2016-12-201-11/+86
* st/nine: Optimize managed buffer uploadAxel Davy2016-12-201-0/+3
* st/nine: use get_pipe_acquire/release when possibleAxel Davy2016-12-201-1/+3
* st/nine: Implement Fast path for dynamic buffers and csmtAxel Davy2016-12-201-9/+56
* st/nine: SYSTEMMEM ignores DISCARD.Axel Davy2016-12-201-1/+5
* st/nine: Upload Managed buffers just before draw call using themAxel Davy2016-12-201-15/+4
* st/nine: Access pipe_context via NineDevice9_GetPipeAxel Davy2016-12-201-7/+9
* st/nine: Use align_calloc instead of align_mallocAxel Davy2016-10-241-1/+1
* st/nine: Implement D3DUSAGE_SOFTWAREPROCESSINGAxel Davy2016-10-101-2/+3
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-1/+1
* st/nine: Improve buffer placementAxel Davy2016-05-181-4/+30
* st/nine: Fix buffer bind flagsAxel Davy2016-05-181-3/+3
* st/nine: Fix buffer locking flags handlingAxel Davy2016-05-181-2/+22
* st/nine: Improve loggingPatrick Rudolph2016-05-181-0/+2
* st/nine: Fix second Multithreading issue with MANAGED buffersAxel Davy2016-02-291-0/+3
* st/nine: Fix Multithreading issue with MANAGED buffersAxel Davy2016-02-291-2/+6
* st/nine: Handle READONLY for buffer MANAGED poolAxel Davy2016-02-291-7/+10
* st/nine: Implement Managed vertex/index buffersAxel Davy2016-02-121-9/+68
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-2/+2
* st/nine: Squash indexbuffer9 and vertexbuffer9Patrick Rudolph2016-02-041-0/+189