summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: More checks for GetRenderTargetDataAxel Davy2016-10-101-0/+2
* st/nine: Prevent crash in GetRenderTargetDataPatrick Rudolph2016-10-101-0/+2
* st/nine: Implement MSAA quality levelsPatrick Rudolph2016-10-101-1/+7
* st/nine: Allocate surface resources in surface ctorPatrick Rudolph2016-10-101-48/+6
* st/nine: Fix texbemAxel Davy2016-10-101-2/+2
* st/nine: Initial ProcessVertices supportAxel Davy2016-10-101-46/+97
* st/nine: Partial software vertex processing supportAxel Davy2016-10-101-18/+67
* st/nine: Rework vs int and bool constants bufferAxel Davy2016-10-101-15/+20
* st/nine: Change dirty tracking for vs int and bool constantsAxel Davy2016-10-101-4/+10
* st/nine: Drop unused constant upload pathAxel Davy2016-10-101-27/+0
* st/nine: Initial mixed vertex processing supportAxel Davy2016-10-101-5/+13
* st/nine: Implement SetNPatchModeAxel Davy2016-10-101-1/+1
* st/nine: Disable seamless cubemap for d3dAxel Davy2016-10-101-1/+1
* st/nine: Memset pipe_resource templatesAxel Davy2016-10-101-0/+6
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-1/+1
* st/nine: Fix invalid attempt to use indirect draws.Trevor Davenport2016-08-101-0/+1
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-3/+3
* st/nine: Use offset_units_unscaledAxel Davy2016-06-251-0/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* st/nine: Minor change to support musl libcWang He2016-05-181-8/+7
* st/nine: Fix usage of rasterizer multisample bit.Axel Davy2016-05-181-1/+1
* st/nine: ATOC has effect only with ALPHATESTENABLEAxel Davy2016-05-181-1/+8
* st/nine: Use new function to query for resolution mismatchPatrick Rudolph2016-05-181-0/+3
* st/nine: Format conversion for volumes in UpdateTextureAxel Davy2016-05-181-8/+0
* st/nine: Fix header of GetIndicesAxel Davy2016-05-181-2/+1
* st/nine: Add ColorFill test for compressed texturesAxel Davy2016-05-181-0/+8
* st/nine: Rework UpdateTexture ChecksAxel Davy2016-05-181-30/+48
* st/nine: Use bufs instead of Flags for ClearAxel Davy2016-05-181-2/+2
* Treewide: Remove Elements() macroJan Vesely2016-05-171-5/+5
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-4/+4
* st/nine: Implement Managed vertex/index buffersAxel Davy2016-02-121-0/+11
* st/nine: Align stack for entry pointsAxel Davy2016-02-121-116/+116
* st/nine: SCRATCH does support all formatsAxel Davy2016-02-121-1/+1
* st/nine: Add format checks to create_zs_or_rt_surfaceAxel Davy2016-02-121-0/+3
* st/nine: Move texture creation checksAxel Davy2016-02-121-13/+0
* st/nine: Disallow non-argb8888 cursorsAxel Davy2016-02-041-0/+1
* st/nine: Use fast clears more often for MRTsAxel Davy2016-02-041-1/+1
* st/nine: Add Render state validation layerAxel Davy2016-02-041-13/+20
* st/nine: Implement NineDevice9_GetAvailableTextureMemPatrick Rudolph2016-02-041-5/+14
* st/nine: Handle Window OcclusionPatrick Rudolph2016-02-041-3/+16
* st/nine: Store minor version numPatrick Rudolph2016-02-041-3/+7
* st/nine: Fix remaining swapchain testsPatrick Rudolph2016-02-041-0/+3
* st/nine: Fix crash NineDevice9_CreateAdditionalSwapChainAxel Davy2016-02-041-0/+4
* st/nine: Fix possible crash on errorPatrick Rudolph2016-02-041-1/+2
* st/nine: Fix clear for multisample mismatch depth-stencilPatrick Rudolph2016-02-041-5/+7
* st/nine: Allow ColorFill on D3DFMT_NULL surfacesPatrick Rudolph2016-02-041-0/+2
* st/nine: Introduce STREAMFREQ stateAxel Davy2016-02-041-1/+3
* st/nine: Catch redundant SetStreamSourceFreq callsAxel Davy2016-02-041-0/+3
* st/nine: Squash indexbuffer9 and vertexbuffer9Patrick Rudolph2016-02-041-2/+2
* st/nine: Use pipe_resource_reference for vtxbufAxel Davy2016-02-041-1/+2