i965/gen7: Enable HiZ
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_sf_state.c
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Kenneth Graunkei965: Fix zeroing of unused attributes in 3DSTATE_SBE.
2012-01-10 Kenneth Graunkei965: Annotate the use of _NEW_PROGRAM in Gen6+ SF...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the gen7_sb...
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-09-23 Paul Berryi965: Allow clip distances to be read back in fragment...
2011-09-23 Yuanhan Liui965: fix the constant interp bitmask for flat mode
2011-09-21 Eric Anholti965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: SF: Change gen{6,7}_sf_state.c to compute URB...
2011-09-06 Paul Berryi965: SF: Move outputs_written to a local variable...
2011-09-06 Paul Berryi965: SF: New implementation of get_attr_override using...
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 Kenneth Graunkei965/gen7: Add support for gl_PointCoord.
2011-07-11 Kenneth Graunkei965/gen7: Fix point sprite texture coordinate overrides.
2011-07-11 Kenneth Graunkei965/gen7: Refactor SF setup a bit to handle overrides...
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-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.