st/nine: Move core of device clear to nine_state
[mesa.git] / src / gallium / state_trackers / nine / nine_state.h
2016-12-20 Axel Davyst/nine: Move core of device clear to nine_state
2016-12-20 Axel Davyst/nine: Introduce nine_context
2016-12-20 Axel Davyst/nine: Remove unused ff.changed.group
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
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: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-05-18 Axel Davyst/nine: Fix usage of rasterizer multisample bit.
2016-05-18 Axel Davyst/nine: ATOC has effect only with ALPHATESTENABLE
2016-05-18 Axel Davyst/nine: Fix Pointsize in programmable shader
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 Axel Davyst/nine: Add Render state validation layer
2016-02-04 Axel Davyst/nine: Introduce STREAMFREQ state
2016-02-04 Axel Davyst/nine: Use ff vertex shader when position_t is used
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Axel Davyst/nine: Fix the number of texture stages
2015-08-21 Axel Davyst/nine: Use CSO cache for sampler views
2015-08-21 Axel Davyst/nine: Remove NINED3DRS_ZBIASSCALE
2015-08-21 Axel Davyst/nine: Programmable ps D3DTTSS_PROJECTED support
2015-08-21 Axel Davyst/nine: Finish Fog implementation
2015-08-21 Axel Davyst/nine: Rework shader states
2015-08-21 Axel Davyst/nine: Rework ff constant buffers
2015-08-21 Axel Davyst/nine: Rework constant buffer state handling
2015-08-21 Axel Davyst/nine: Rework blend states
2015-08-21 Axel Davyst/nine: Rework rasterizer states
2015-08-21 Axel Davyst/nine: Reorder DSA state settings
2015-08-21 Axel Davyst/nine: Remove group_mask argument from nine_update_state
2015-08-21 Tiziano Bacoccost/nine: Implement TEXBEM,TEXBEML and BEM
2015-08-21 Patrick Rudolphst/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for...
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
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-02-05 Axel Davyst/nine: Implement AMD alpha to coverage
2015-02-05 Axel Davyst/nine: Commit sampler views again if srgb state changed.
2015-02-05 Axel Davyst/nine: Check for the correct number of constants.
2015-02-05 Axel Davyst/nine: Refactor how user constbufs sizes are calculated
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)