summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.h
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Initial ProcessVertices supportAxel Davy2016-10-101-0/+7
* st/nine: Partial software vertex processing supportAxel Davy2016-10-101-0/+1
* st/nine: Drop unused constant upload pathAxel Davy2016-10-101-4/+0
* st/nine: Initial mixed vertex processing supportAxel Davy2016-10-101-0/+3
* st/nine: Use offset_units_unscaledAxel Davy2016-06-251-0/+1
* st/nine: Implement Managed vertex/index buffersAxel Davy2016-02-121-0/+2
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-116/+116
* st/nine: Implement NineDevice9_GetAvailableTextureMemPatrick Rudolph2016-02-041-0/+2
* st/nine: Handle Window OcclusionPatrick Rudolph2016-02-041-0/+3
* st/nine: Store minor version numPatrick Rudolph2016-02-041-2/+5
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-0/+1
* st/nine: Calculate dummy sampler state only onceAxel Davy2015-08-211-1/+2
* st/nine: Rework constant buffer state handlingAxel Davy2015-08-211-4/+0
* st/nine: Improve fallback when driver doesn't support user buffers.Axel Davy2015-08-211-1/+4
* st/nine: Track managed texturesAxel Davy2015-08-211-0/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* st/nine: Workaround barycentrics issue on some cardsAxel Davy2015-04-291-0/+4
* st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco2015-02-061-0/+4
* st/nine: Dummy sampler should have a=1Axel Davy2015-02-061-0/+3
* st/nine: Add variables containing the size of the constant buffersAxel Davy2015-01-221-0/+2
* st/nine: Rework of boolean constantsAxel Davy2015-01-221-2/+2
* st/nine: clean device9ex.Axel Davy2014-11-261-2/+5
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+801