aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.h
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy2019-04-301-0/+4
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-171-3/+0
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-261-0/+1
* st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2017-02-251-1/+0
* st/nine: make use of common uploaders v4Constantine Charlamov2017-02-251-5/+0
* st/nine: Implement new buffer upload pathAxel Davy2016-12-201-0/+3
* st/nine: Add secondary pipe for deviceAxel Davy2016-12-201-0/+2
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-0/+5
* st/nine: Move pipe and cso to nine_contextAxel Davy2016-12-201-2/+0
* st/nine: Remove NineDevice9_GetCSOAxel Davy2016-12-201-3/+0
* st/nine: Introduce nine_contextAxel Davy2016-12-201-0/+2
* st/nine: Handle when cursor stride is not what is expectedAxel Davy2016-12-201-0/+1
* 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