st/nine: Back RT to nine_context
[mesa.git] / src / gallium / state_trackers / nine / nine_state.c
2016-12-20 Axel Davyst/nine: Back RT to nine_context
2016-12-20 Axel Davyst/nine: Back current index buffer to nine_context
2016-12-20 Axel Davyst/nine: Back all shader constants to nine_context
2016-12-20 Axel Davyst/nine: Back sampler states to nine_context
2016-12-20 Axel Davyst/nine: Back vs to nine_context
2016-12-20 Axel Davyst/nine: Back vdecl to nine_context
2016-12-20 Axel Davyst/nine: Move stream freq data to nine_context
2016-12-20 Axel Davyst/nine: Move vtxbuf to nine_context
2016-12-20 Axel Davyst/nine: Move stream_usage_mask to nine_context
2016-12-20 Axel Davyst/nine: Back textures into nine_context
2016-12-20 Axel Davyst/nine: Move texture setting to nine_context_*
2016-12-20 Axel Davyst/nine: Track changed.texture only for stateblocks
2016-12-20 Axel Davyst/nine: Move draw calls to nine_state
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: Ignore MULTISAMPLEMASK when RT is not multisampled
2016-12-20 Axel Davyst/nine: Fix leak in user constant upload path
2016-12-20 Axel Davyst/nine: Don't update stream_usage_mask in sw path
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-10-24 Axel Davyst/nine: Fix leak with integer and boolean constants
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Prepare update_framebuffer for MS quality...
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-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-05-18 Axel Davyst/nine: Fix usage of rasterizer multisample bit.
2016-05-18 Axel Davyst/nine: Fix Pointsize in programmable shader
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
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-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 Patrick Rudolphst/nine: Use cso for viewport
2016-02-04 Axel Davyst/nine: Introduce STREAMFREQ state
2016-02-04 Axel Davyst/nine: Unset vtxbuf on reset
2016-02-04 Axel Davyst/nine: Use ff vertex shader when position_t is used
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: Silent warning in update_vertex_buffer
2015-08-21 Axel Davyst/nine: Use CSO cache for sampler views
2015-08-21 Axel Davyst/nine: Calculate dummy sampler state only once
2015-08-21 Axel Davyst/nine: Remove NINED3DRS_ZBIASSCALE
2015-08-21 Axel Davyst/nine: Change nine_state_update order
2015-08-21 Axel Davyst/nine: Programmable ps D3DTTSS_PROJECTED support
2015-08-21 Axel Davyst/nine: Revert to userbuf path when needed
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: Improve fallback when driver doesn't support...
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: Reorder nine_state.
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 Axel Davyst/nine: fix D3DRS_DITHERENABLE wrong state group
2015-08-21 Patrick Rudolphst/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Fix update_vertex_elements bad rebase
2015-04-29 Axel Davyst/nine: Rework update_vertex_buffers
2015-04-29 Axel Davyst/nine: Fix comment in update_viewport
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-02-05 Axel Davyst/nine: Fix update_framebuffer binding cbufs the pixel...
2015-02-05 Axel Davyst/nine: Implement fallback behaviour when rts and...
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-01-22 Axel Davyst/nine: Change comment relating to vertex shader input...
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...
2015-01-22 Axel Davyst/nine: Fix sm3 relative addressing for non-debug...
2015-01-22 Axel Davyst/nine: Remove unused code for ps
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2015-01-22 Axel Davyst/nine: Fix clip state logic
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
2014-11-26 David Heidelbergst/nine: remove unused pipe_viewport_state::translate...
2014-11-26 Axel Davyst/nine: fix wrong variable reset
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)