tu: Implement fallback linear staging blit for CopyImage
[mesa.git] / src / gallium / state_trackers / nine / nine_state.h
2019-04-30 Axel Davyst/nine: Cache constant buffer size
2019-04-30 Axel Davyst/nine: Propagate const_range to context
2019-04-30 Axel Davyst/nine: Recompile optimized shaders based on b/i consts
2019-04-30 Axel Davyst/nine: Fix buffer/texture unbinding in nine_state_clear
2018-12-23 Axel Davyst/nine: Add src reference to nine_context_range_upload
2018-12-23 Axel Davyst/nine: Bind src not dst in nine_context_box_upload
2018-10-26 Axel Davyst/nine: Never update device changed.* fields
2018-10-26 Axel Davyst/nine: Capture also default matrices for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Remove two unused states.
2018-09-25 Axel Davyst/nine: Split NINE_STATE_FF_OTHER
2018-09-25 Axel Davyst/nine: Add dummy ff shader state
2018-09-25 Axel Davyst/nine: Minor refactor of a few NINE_STATE_* flags
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2016-12-20 Axel Davyst/nine: Add arguments to context's blit and copy_region
2016-12-20 Axel Davyst/nine: Idem for nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Bind destination for surface/volume uploads
2016-12-20 Axel Davyst/nine: Implement nine_context_box_upload
2016-12-20 Axel Davyst/nine: Implement nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Implement nine_context_range_upload
2016-12-20 Axel Davyst/nine: Avoid flushing the queue for queries GetData
2016-12-20 Axel Davyst/nine: Use nine_context_clear_render_target
2016-12-20 Axel Davyst/nine: Add nine_context_get_pipe_acquire/release
2016-12-20 Patrick Rudolphst/nine: Use nine_context for resource_copy_region
2016-12-20 Patrick Rudolphst/nine: Use nine_context for blit
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Patrick Rudolphst/nine: Add struct nine_clipplane
2016-12-20 Axel Davyst/nine: Back swvp in nine_context
2016-12-20 Axel Davyst/nine: Do not use NineBaseTexture9 in nine_context
2016-12-20 Axel Davyst/nine: Integrate nine_pipe_context_clear to nine_cont...
2016-12-20 Axel Davyst/nine: Move pipe and cso to nine_context
2016-12-20 Axel Davyst/nine: Rename pipe to pipe_data in nine_context
2016-12-20 Axel Davyst/nine: Rename cso in nine_context to cso_shader
2016-12-20 Axel Davyst/nine: Move query9 pipe calls to nine_context
2016-12-20 Axel Davyst/nine: Track dirty state groups in nine_context
2016-12-20 Axel Davyst/nine: Back User Clip Planes to nine_context
2016-12-20 Axel Davyst/nine: Back ps to nine_context
2016-12-20 Axel Davyst/nine: Back ds to nine_context
2016-12-20 Axel Davyst/nine: Back all ff states in nine_context
2016-12-20 Axel Davyst/nine: Refactor LightEnable
2016-12-20 Axel Davyst/nine: Refactor SetLight
2016-12-20 Axel Davyst/nine: Put ff data in a separate structure
2016-12-20 Axel Davyst/nine: Back viewport to nine_context
2016-12-20 Axel Davyst/nine: Back scissor to nine_context
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: 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)