summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/nine: Use ff vertex shader when position_t is usedAxel Davy2016-02-041-3/+14
* st/nine: Change StretchRect check orderAxel Davy2016-02-041-3/+4
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-3/+5
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-3/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-3/+5
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* st/nine: Always use user constant buffersKrzysztof Sobiecki2015-08-211-1/+3
* st/nine: Catch setting the same shaderAxel Davy2015-08-211-0/+6
* st/nine: Avoid Constant upload when there is no changeAxel Davy2015-08-211-0/+42
* st/nine: Use CSO cache for sampler viewsAxel Davy2015-08-211-3/+0
* st/nine: Calculate dummy sampler state only onceAxel Davy2015-08-211-3/+18
* st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy2015-08-211-0/+3
* st/nine: Rework ff constant buffersAxel Davy2015-08-211-0/+8
* st/nine: Rework constant buffer state handlingAxel Davy2015-08-211-63/+6
* st/nine: Improve fallback when driver doesn't support user buffers.Axel Davy2015-08-211-17/+53
* st/nine: Avoid useless updates in SetSamplerStateAxel Davy2015-08-211-5/+7
* st/nine: Remove group_mask argument from nine_update_stateAxel Davy2015-08-211-7/+7
* st/nine: Implement TEXBEM,TEXBEML and BEMTiziano Bacocco2015-08-211-1/+31
* st/nine: Fix use of uninitialized valuesPatrick Rudolph2015-08-211-1/+3
* st/nine: Return correct error codes in NineDevice9_ResetPatrick Rudolph2015-08-211-2/+2
* st/nine: Impose restrictions on DXTN texture sizesAxel Davy2015-08-211-0/+7
* st/nine: Fix FillColor Flag checkAxel Davy2015-08-211-5/+2
* st/nine: Fix StretchRect checksAxel Davy2015-08-211-1/+5
* st/nine: Implement EvictManagedResourcesAxel Davy2015-08-211-4/+8
* st/nine: Track managed texturesAxel Davy2015-08-211-0/+1
* st/nine: Only update dirty rect for UpdateTextureAxel Davy2015-08-211-8/+39
* st/nine: Simplify NineVolume9_CopyVolumeAxel Davy2015-08-211-2/+2
* st/nine: Split NineSurface9_CopySurfaceAxel Davy2015-08-211-6/+75
* gallium: Add blending to pipe blitChristoph Bumiller2015-08-211-0/+1
* st/nine: Revert to sw cursor in case of failure to set hw cursorAxel Davy2015-08-211-2/+2
* st/nine: Force hw cursor for Windowed modeAxel Davy2015-08-211-3/+9
* st/nine: Hide hardware cursor when we don't use itAxel Davy2015-08-211-6/+12
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixesAxel Davy2015-04-291-1/+13
* st/nine: Encapsulate variables for MANAGED resourceAxel Davy2015-04-291-1/+1
* st/nine: Add debug warning when application uses sw processingAxel Davy2015-04-291-0/+5
* st/nine: Change x86 FPU Control word on device creationTiziano Bacocco2015-04-291-0/+31
* st/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORYAxel Davy2015-04-291-8/+2