i965: Move the back-end compiler to src/intel/compiler
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_wm_state.c
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2016-11-08 Anuj Phogati965: Fix alpha-to-coverage and alpha test enabled...
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
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-08-23 Dave Airliei965: use new subroutine index uploader.
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-05-14 Jason Ekstrandi965/fs: Organize prog_data by ksp number rather than...
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
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: Use _mesa_geometric_ functions appropriately
2015-05-07 Topi Pohjolaineni965/wm/gen6: Add option for disabling statistics colle...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Refactor state setup
2015-01-12 Kenneth Graunkei965: Respect the no_8 flag on Gen6, not just Gen7+.
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
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-14 Kristian Høgsbergi965: Assign PS kernel start pointers when we decide...
2014-07-02 Eric Anholti965/gen6: Add a spec citation about push constant...
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
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/gen6: Don't update unit state when samplers change.
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-04-30 Eric Anholti965: Drop bogus state flag comment.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
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-11-07 Anuj Phogati965: Fix 'SIMD16 only' dispatch of fragment shader...
2013-11-06 Paul Berryi965/gen6: Don't allow SIMD16 dispatch in 4x PERPIXEL...
2013-11-05 Eric Anholti965: Tell the unit states how many binding table entri...
2013-11-01 Anuj Phogati965/gen6: Enable the features required for GL_ARB_samp...
2013-10-15 Paul Berryi965/fs: Remove bogus field prog_data->dispatch_width.
2013-09-17 Kenneth Graunkei965: Set brw_stage_state::push_const_size for PS const...
2013-09-17 Kenneth Graunkei965: Introduce a prog_data temporary in gen6_upload_wm...
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-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
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-25 Eric Anholti965: Remove unused param conversion code.
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-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 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Manipulate state batches for HiZ meta-ops...
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Rename gen6_*_constants tracked state atoms to...
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-29 Eric Anholti965: Move push constants setup to emit() time.
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: Fix incorrect dirty bit in gen6_prepare_wm_push_c...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Eric Anholti965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
2011-06-20 Eric Anholti965/gen6+: Correct gratuitous dependency on NEW_POLYGO...
2011-06-20 Eric Anholti965/gen6+: Add a missing state flag for WM constants.
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-16 Kenneth Graunkei965: Fix "Paramater" typo in gen6_wm_state.c.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965/gen6: Use the dynamic state base address to reduce...
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
next