summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Drop path for ureg_NRM and ureg_CLAMPAxel Davy2016-02-121-24/+4
* st/nine: Remove usage of SQRT in ff codeAxel Davy2016-02-121-1/+3
* st/nine: Fix stateblocks crashes with lightsAxel Davy2016-02-121-8/+32
* st/nine: SCRATCH does support all formatsAxel Davy2016-02-129-22/+35
* st/nine: Add format checks to create_zs_or_rt_surfaceAxel Davy2016-02-121-0/+3
* st/nine: Support ATI1/ATI2 for CubeTextureAxel Davy2016-02-123-7/+4
* st/nine: Clean pSharedHandle Texture ctors checksAxel Davy2016-02-123-18/+21
* st/nine: Move texture creation checksAxel Davy2016-02-124-13/+13
* st/nine: Clean useless code in texture9.cAxel Davy2016-02-121-7/+1
* st/nine: Do not set SHARED flag for shared textures.Axel Davy2016-02-121-3/+0
* st/nine: Do not set resource usage for SYSTEMMEMAxel Davy2016-02-123-13/+4
* st/nine: Use align_free when neededAxel Davy2016-02-044-4/+4
* st/nine: Disallow non-argb8888 cursorsAxel Davy2016-02-041-0/+1
* st/nine: Enforce centroid for color input when multisampling is onAxel Davy2016-02-044-4/+15
* st/nine: Fix centroid flagAxel Davy2016-02-041-1/+4
* st/nine: Use fast clears more often for MRTsAxel Davy2016-02-044-12/+11
* st/nine: Use linear filtering for shadow mappingAxel Davy2016-02-041-2/+3
* st/nine: Respect block alignment on surface lockPatrick Rudolph2016-02-041-1/+1
* st/nine: Add Render state validation layerAxel Davy2016-02-045-13/+236
* st/nine: Implement NineDevice9_GetAvailableTextureMemPatrick Rudolph2016-02-044-5/+50
* st/nine: Handle Window OcclusionPatrick Rudolph2016-02-046-6/+104
* st/nine: Store minor version numPatrick Rudolph2016-02-045-12/+24
* st/nine: Call flush_resource before flushAxel Davy2016-02-041-6/+4
* st/nine: Fix remaining swapchain testsPatrick Rudolph2016-02-042-1/+5
* 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: Test more presentation paramsPatrick Rudolph2016-02-041-5/+8
* st/nine: Fix resource9 private dataPatrick Rudolph2016-02-042-1/+3
* st/nine: Print GUID instead of pointerPatrick Rudolph2016-02-043-6/+30
* st/nine: Fix use of uninitialized memoryPatrick Rudolph2016-02-041-1/+1
* st/nine: Fix clear for multisample mismatch depth-stencilPatrick Rudolph2016-02-041-5/+7
* st/nine: Fix Volumetexture9_LockBoxPatrick Rudolph2016-02-041-0/+7
* st/nine: Fix ATI2 pitch for non-squareAxel Davy2016-02-041-2/+2
* st/nine: Support D3DFMT_R8G8B8Patrick Rudolph2016-02-041-3/+3
* st/nine: Use cso for viewportPatrick Rudolph2016-02-041-2/+1
* st/nine: Fix shade mode flatPatrick Rudolph2016-02-042-7/+8
* st/nine: Clear rendertarget on creationPatrick Rudolph2016-02-041-0/+9
* st/nine: Allow ColorFill on D3DFMT_NULL surfacesPatrick Rudolph2016-02-041-0/+2
* st/nine: Introduce STREAMFREQ stateAxel Davy2016-02-043-21/+24
* st/nine: Catch redundant SetStreamSourceFreq callsAxel Davy2016-02-041-0/+3
* st/nine: Squash indexbuffer9 and vertexbuffer9Patrick Rudolph2016-02-048-215/+305
* st/nine: Unset vtxbuf on resetAxel Davy2016-02-041-1/+3
* st/nine: Use pipe_resource_reference for vtxbufAxel Davy2016-02-042-3/+4
* st/nine: Use ff vertex shader when position_t is usedAxel Davy2016-02-047-14/+35
* st/nine: Don't increment refcount on VertexDeclaration creation failurePatrick Rudolph2016-02-041-12/+12
* st/nine: Change StretchRect check orderAxel Davy2016-02-041-3/+4
* st/nine: Initialize lights in stateblocksAxel Davy2016-02-041-0/+4
* st/nine: Fix fixed-function blendweightsPatrick Rudolph2016-02-041-4/+13
* st/nine: Always normalize hitDirPatrick Rudolph2016-02-041-2/+3
* st/nine: Replace r[0] with tmpPatrick Rudolph2016-02-041-14/+14