st/nine: Remove all usage of ureg_SUB in nine_shader
[mesa.git] / src / gallium / state_trackers / nine / device9.h
2016-12-20 Axel Davyst/nine: Implement new buffer upload path
2016-12-20 Axel Davyst/nine: Add secondary pipe for device
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Axel Davyst/nine: Move pipe and cso to nine_context
2016-12-20 Axel Davyst/nine: Remove NineDevice9_GetCSO
2016-12-20 Axel Davyst/nine: Introduce nine_context
2016-12-20 Axel Davyst/nine: Handle when cursor stride is not what is expected
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Axel Davyst/nine: Implement Managed vertex/index buffers
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Patrick Rudolphst/nine: Implement NineDevice9_GetAvailableTextureMem
2016-02-04 Patrick Rudolphst/nine: Handle Window Occlusion
2016-02-04 Patrick Rudolphst/nine: Store minor version num
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-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Axel Davyst/nine: Calculate dummy sampler state only once
2015-08-21 Axel Davyst/nine: Rework constant buffer state handling
2015-08-21 Axel Davyst/nine: Improve fallback when driver doesn't support...
2015-08-21 Axel Davyst/nine: Track managed textures
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-29 Axel Davyst/nine: Workaround barycentrics issue on some cards
2015-02-05 Tiziano Bacoccost/nine: Implement dummy vbo behaviour when vs is missi...
2015-02-05 Axel Davyst/nine: Dummy sampler should have a=1
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2014-11-26 Axel Davyst/nine: clean device9ex.
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)