mesa/i965/i915/r200: eliminate gl_vertex_program
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_wm_state.c
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-04 Jason Ekstrandi965/ps_state: Use wm_prog_data.has_side_effects
2016-05-14 Jason Ekstrandi965/fs: Organize prog_data by ksp number rather than...
2016-05-14 Jason Ekstrandi965/gen7_wm: Move where we set the fast clear op
2016-05-14 Jason Ekstrandi965/state: Clean up WM/PS state to pull more things...
2016-05-14 Jason Ekstrandi965/fs: Rework the persample shading key/prog_data...
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason Ekstrandi965/fs: Pass usage of depth, W, and sample mask throug...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-22 Iago Toral Quirogai965: Ensure FS execution in presence of atomic buffers
2015-12-22 Iago Toral Quirogamesa: Add a _mesa_active_fragment_shader_has_side_effec...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Francisco Jerezi965: Don't tell the hardware about our UAV access.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965/gen7-8: Set up early depth/stencil control appropr...
2015-08-11 Francisco Jerezi965/gen7-8: Poke the 3DSTATE UAV access enable bits.
2015-08-11 Francisco Jerezi965/gen7: Enable fragment shader dispatch if the progr...
2015-08-03 Ian Romanicki965: Make gen7_upload_ps_state static
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-17 Kevin Rogovini965: execution of frag-shader when it has atomic buffer
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-04-29 Topi Pohjolaineni965/ps/gen7: Refactor state uploading
2015-04-29 Topi Pohjolaineni965/ps: Use SET_FIELD() for sampler count
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-28 Kenneth Graunkei965: Use brw_wm_prog_data::uses_kill, not gl_fragment_...
2014-11-28 Kenneth Graunkei965: Create prog_data temporary variables in PS state...
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-08-15 Kristian Høgsbergi965: Provide a context flag to let us enable fast...
2014-08-15 Kristian Høgsbergi965: Add an option to not generate the SIMD8 fragment...
2014-08-14 Kristian Høgsbergi965: Assign PS kernel start pointers when we decide...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-05-03 Eric Anholti965: Move push constant state packets to push constant...
2014-05-03 Eric Anholti965: Drop unnecessary state flag for units on NEW_BIND...
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-03 Eric Anholti965: Drop a NEW_SAMPLER annotation for use of sampler_...
2014-04-30 Eric Anholti965: Fix state flag comments on color_buffer_write_ena...
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-10 Eric Anholti965: Move binding table update packets to binding...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-01-22 Paul Berryi965: Fix comments to refer to the new ctx->Shader...
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-21 Anuj Phogati965: Add an option to ignore sample qualifier
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-07 Chris Forbesi965/wm: Set copy of sample mask in 3DSTATE_PS correctl...
2013-11-07 Anuj Phogati965: Fix 'SIMD16 only' dispatch of fragment shader...
2013-11-05 Eric Anholti965: Tell the unit states how many binding table entri...
2013-11-01 Anuj Phogati965/gen7: Enable the features required for GL_ARB_samp...
2013-10-08 Eric Anholti965: Fix a compiler warning about conservative depth...
2013-10-05 Chris Forbesi965/wm: Program correct conservative depth modes
2013-09-17 Kenneth Graunkei965: Use gen7_upload_constant_state for 3DSTATE_CONSTA...
2013-09-16 Paul Berryi965/fs: Consult brw_wm_prog_data::num_varying_inputs...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-01 Paul Berryi965: Make sure constants re-sent after constant buffer...
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-06-26 Paul Berryi965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE...
2012-06-20 Paul Berryi965/msaa: Only do multisample rasterization if GL_MULT...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-03-30 Kenneth Graunkei965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
2012-03-30 Kenneth Graunkei965: Update max VS/PS threads shift offsets for Haswell.
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Update dirty bit comments for the gen7_ps_state...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2012-01-08 Kenneth Graunkei965: Actually enable SIMD16 dispatch on Ivybridge.
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-20 Kenneth Graunkei965: Remove copy and pasted gen7_wm_constants state...
2011-10-20 Kenneth Graunkei965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_pus...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
next