tu: Implement fallback linear staging blit for CopyImage
[mesa.git] / src / gallium / state_trackers / nine / nine_pipe.c
2020-05-05 Axel Davyst/nine: Set correctly blend max_rt
2020-04-23 Rob Clarkgallium: add # of MRT to blend state
2019-03-09 Axel Davyst/nine: Do not advertise support for D15S1 and D24X4S4
2019-03-09 Axel Davyst/nine: Disable depth write when nothing gets updated
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
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-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
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: ATOC has effect only with ALPHATESTENABLE
2016-05-18 Axel Davyst/nine: Add support for X8L8V8U8
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use linear filtering for shadow mapping
2016-02-04 Patrick Rudolphst/nine: Support D3DFMT_R8G8B8
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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: 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 Patrick Rudolphst/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for...
2015-08-21 Axel Davyst/nine: Always set point_quad_rasterization to 1
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-02-05 Axel Davyst/nine: Implement AMD alpha to coverage
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-02-05 Axel Davyst/nine: Refactor nine_d3d9_to_pipe_format_map
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)