mesa/i965/i915/r200: eliminate gl_vertex_program
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_misc_state.c
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-05-25 Matt Turneri965: Assert that a depth_mt exists when using HiZ.
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-03-10 Jordan Justeni965/gen7: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-05-13 Jordan Justeni965/gen7 depth: Set depth size based on LOD0 for 3D...
2014-05-08 Chris Forbesi965/Gen7: Set up layer constraints properly for depth...
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-04-11 Eric Anholti965/gen7: Skip repeated NULL depth/stencil state emits.
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2013-11-22 Paul Berrymesa: Track number of layers in layered framebuffers.
2013-10-07 Chad Versacegen7: Use logical, not physical, dims in 3DSTATE_DEPTH_...
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-04 Jordan Justengen7 depth surface: program 3DSTATE_DEPTH_BUFFER to...
2013-08-04 Jordan Justengen7 depth surface: calculate minimum array element...
2013-08-04 Jordan Justengen7 depth surface: calculate LOD being rendered to
2013-08-04 Jordan Justengen7 depth surface: calculate depth (array size) for...
2013-08-04 Jordan Justengen7 depth surface: calculate more specific surface...
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS for depth, hiz, and stencil
2013-07-16 Kenneth Graunkei965: Cite the Sandybridge PRM for Gen7 stencil pitch...
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: Pass brw_context to functions rather than intel_c...
2013-06-26 Eric Anholti965: Remove _NEW_DEPTH state flagging on drawbuffers...
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-04 Kenneth Graunkei965: Fix stencil write enable flag in 3DSTATE_DEPTH_BU...
2013-04-02 Paul Berryi965: Reduce code duplication in handling of depth...
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-14 Eric Anholti965/gen7: Set tile_x/y to 0 in the no-stencil case.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Paul Berryi965/Gen7: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-03-30 Kenneth Graunkei965: Set "Stencil Buffer Enable" bit on Haswell.
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-12 Eric Anholti965/gen7: Fix depth buffer rendering to tile offsets.
2012-01-11 Eric Anholti965: Fix compiler warnings from hiz changes.
2012-01-11 Chad Versacei965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFER
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Chad Versacei965: Replace references to stencil region size with...
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Kenneth Graunkei965: Emit depth stalls and flushes before changing...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Kenneth Graunkei965/gen7: Program stencil buffers on Ivybridge.
2011-06-08 Kenneth Graunkei965/gen7: Add a prepare_depthbuffer function.
2011-06-08 Kenneth Graunkei965/gen7: gen7_emit_depthbuffer needs the _NEW_DEPTH...
2011-06-08 Kenneth Graunkei965/gen7: Remove stencil renderbuffer from gen7_depth_...
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-20 Kenneth Graunkei965/gen7: Add support for rendering to depthbuffer...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.