st/nine: Add secondary pipe for device
[mesa.git] / src / gallium / state_trackers / nine / swapchain9.c
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Axel Davyst/nine: Call GetPipe for implicit pipe usages
2016-12-20 Axel Davyst/nine: Access pipe_context via NineDevice9_GetPipe
2016-12-20 Axel Davyst/nine: Remove NineDevice9_GetCSO
2016-12-20 Axel Davyst/nine: Track dirty state groups in nine_context
2016-12-20 Axel Davyst/nine: Add new driconf options to control DISCARD...
2016-12-20 Axel Davyst/nine: Rework buffer presentation path
2016-12-20 Axel Davyst/nine: Fix a leak in Swapchain dtor
2016-10-10 Patrick Rudolphst/nine: Add debug output for lost devices
2016-10-10 Patrick Rudolphst/nine: handle possible failure of D3DWindowBuffer_create
2016-10-10 Patrick Rudolphst/nine: Assert on buffer creation failure
2016-10-10 Patrick Rudolphst/nine: Use NineDevice9_CreateDepthStencilSurface...
2016-10-10 Axel Davyst/nine: Fix check and remove useless code in swapchain9
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Axel Davyst/nine: Wait for pending tasks to execute in swapchain
2016-10-10 Axel Davyst/nine: Use fixed size arrays for swapchain buffers
2016-10-10 Patrick Rudolphst/nine: Fix buffer count check for Ex devices
2016-10-10 Axel Davyst/nine: Unify some check flags
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-05-18 Axel Davyst/nine: Use correct PIPE_HANDLE_USAGE flag for frontbu...
2016-05-18 Patrick Rudolphst/nine: Use WINE thread for threadpool
2016-05-18 Patrick Rudolphst/nine: Don't present if window is occluded
2016-05-18 Patrick Rudolphst/nine: Use new function to query for resolution mismatch
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-12 Axel Davyst/nine: SCRATCH does support all formats
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use fast clears more often for MRTs
2016-02-04 Patrick Rudolphst/nine: Handle Window Occlusion
2016-02-04 Axel Davyst/nine: Call flush_resource before flush
2016-02-04 Patrick Rudolphst/nine: Fix remaining swapchain tests
2016-02-04 Patrick Rudolphst/nine: Test more presentation params
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Axel Davyst/nine: Rework constant buffer state handling
2015-08-21 Axel Davyst/nine: Remove group_mask argument from nine_update_state
2015-08-21 Patrick Rudolphst/nine: Return correct error codes in NineDevice9_Reset
2015-08-21 Axel Davyst/nine: Split NineSurface9_CopySurface
2015-08-21 Christoph Bumillergallium: Add blending to pipe blit
2015-08-21 Axel Davyst/nine: Do not call ID3DPresent_GetCursorPos for sw...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-04-29 Xavier Bouchouxst/nine: Clear struct pipe_blit_info before use.
2015-04-27 Zoë BladeFix a few typos
2015-02-05 Axel Davyst/nine: Fix depth stencil formats bindings flags.
2015-02-05 Axel Davyst/nine: Fix gpu memory leak in swapchain
2015-02-05 Axel Davyst/nine: Fix present_buffers allocation
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-01-22 Axel Davyst/nine: Fix crash when deleting non-implicit swapchain
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-26 Stanislaw Halikst/nine: call DBG() at more external entry points
2014-11-26 Axel Davyst/nine: rework the way D3DPOOL_SYSTEMMEM is handled
2014-11-18 Axel Davynine: Implement threadpool
2014-11-18 Axel Davynine: Add drirc options (v2)
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)