summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/nine/swapchain9.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04st/nine: Use fast clears more often for MRTsAxel Davy1-1/+0
2016-02-04st/nine: Handle Window OcclusionPatrick Rudolph1-0/+23
2016-02-04st/nine: Call flush_resource before flushAxel Davy1-6/+4
2016-02-04st/nine: Fix remaining swapchain testsPatrick Rudolph1-1/+2
2016-02-04st/nine: Test more presentation paramsPatrick Rudolph1-5/+8
2016-01-06gallium: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2015-08-21st/nine: Rework constant buffer state handlingAxel Davy1-1/+1
2015-08-21st/nine: Remove group_mask argument from nine_update_stateAxel Davy1-1/+1
2015-08-21st/nine: Return correct error codes in NineDevice9_ResetPatrick Rudolph1-1/+3
2015-08-21st/nine: Split NineSurface9_CopySurfaceAxel Davy1-2/+4
2015-08-21gallium: Add blending to pipe blitChristoph Bumiller1-0/+2
2015-08-21st/nine: Do not call ID3DPresent_GetCursorPos for sw cursorAxel Davy1-3/+4
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-07-05gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák1-1/+1
2015-04-29st/nine: Clear struct pipe_blit_info before use.Xavier Bouchoux1-0/+2
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-02-06st/nine: Fix depth stencil formats bindings flags.Axel Davy1-2/+18
2015-02-06st/nine: Fix gpu memory leak in swapchainAxel Davy1-2/+1
2015-02-06st/nine: Fix present_buffers allocationAxel Davy1-6/+9
2015-02-06st/nine: Refactor format d3d9 to pipe conversionAxel Davy1-3/+19
2015-01-22st/nine: Fix crash when deleting non-implicit swapchainAxel Davy1-1/+1
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-1/+1
2014-11-26st/nine: call DBG() at more external entry pointsStanislaw Halik1-0/+5
2014-11-26st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy1-3/+3
2014-11-18nine: Implement threadpoolAxel Davy1-9/+77
2014-11-18nine: Add drirc options (v2)Axel Davy1-0/+5
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt1-0/+871