st/nine: Fix aliasing states for stateblocks
[mesa.git] / src / gallium / state_trackers / nine / device9.c
2018-10-26 Axel Davyst/nine: Fix aliasing states for stateblocks
2018-10-26 Axel Davyst/nine: Never update device changed.* fields
2018-10-26 Axel Davyst/nine: Mark transform matrices dirty 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: Minor refactor of a few NINE_STATE_* flags
2018-09-25 Axel Davyst/nine: Don't call SetCursor until a cursor is set
2018-09-25 Axel Davyst/nine: Avoid redundant SetCursorPos calls
2018-09-25 Axel Davyst/nine: Init cursor position at device creation
2018-09-25 Axel Davyst/nine: Initialize manually cursor structure
2018-09-25 Axel Davyst/nine: Print transform matrices in debug
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-01-17 Marek Olšáknine: assume that user constant buffers are always...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-05-23 Axel Davyst/nine: Fix a regression and syntax cleanup
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-03-26 Axel Davyst/nine: Fix user vertex data uploader with csmt
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine Charlamovst/nine: make use of common uploaders v4
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-01-12 Axel Davyst/nine: Flush the queue at device dtor
2017-01-12 Axel Davyst/nine: Process pending commands on Reset
2017-01-12 Axel Davyst/nine: Remove duplicated checks
2016-12-20 Axel Davyst/nine: Upload on secondary context for Draw*Up
2016-12-20 Axel Davyst/nine: Implement new buffer upload path
2016-12-20 Axel Davyst/nine: Add arguments to context's blit and copy_region
2016-12-20 Axel Davyst/nine: Use nine_context_clear_render_target
2016-12-20 Axel Davyst/nine: Optimize ColorFill
2016-12-20 Axel Davyst/nine: Simplify ColorFill
2016-12-20 Axel Davyst/nine: Add secondary pipe for device
2016-12-20 Axel Davyst/nine: Track bindings for buffers
2016-12-20 Axel Davyst/nine: Simplify the logic to bind textures
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 Axel Davyst/nine: Call GetPipe for implicit pipe usages
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: Move Managed Pool handling out of 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: 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: 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: 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: Correctly release sw cursor image
2016-12-20 Axel Davyst/nine: Handle when cursor stride is not what is expected
2016-12-20 Axel Davyst/nine: Avoid crash on empty Draw*Up
2016-12-20 Axel Davyst/nine: Capture texturestage states in pixel stateblocks
2016-12-20 Axel Davyst/nine: Add missing changed states to pixel stateblocks
2016-12-20 Axel Davyst/nine: Fix useless swapchain init checks
2016-12-20 Axel Davyst/nine: Remove useless call to nine_update_state
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-10-10 Axel Davyst/nine: More checks for GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Prevent crash in GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Allocate surface resources in surface ctor
2016-10-10 Axel Davyst/nine: Fix texbem
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-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-10-10 Axel Davyst/nine: Implement SetNPatchMode
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-10 Trevor Davenportst/nine: Fix invalid attempt to use indirect draws.
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-18 Wang Hest/nine: Minor change to support musl libc
next