i965/msaa: Validate Gen7 surface state constraints.
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_wm_surface_state.c
2012-05-25 Paul Berryi965/msaa: Validate Gen7 surface state constraints.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Eric Anholti965: Add a comment about the state flag for sRGBEnabled.
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2012-04-09 Eric Anholti965/gen7: Fix the /* ignored */ comment on constant...
2012-03-30 Kenneth Graunkei965: Set "Shader Channel Select" fields in Haswell...
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-18 Eric Anholti965/gen7: Set up surface horizontal alignment field.
2012-01-18 Eric Anholti965/gen7: Remove stale comment.
2012-01-12 Paul Berryi965: Set pitch of pull constant buffers to 16.
2011-12-19 Eric Anholti965: Use the miptree format for texture surface format...
2011-12-07 Kenneth Graunkei965: Set Ivybridge's is_array SURFACE_STATE bit.
2011-12-06 Kenneth Graunkei965: Set SURFACE_STATE vertical alignment bit on Ivybr...
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
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-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Use new vtable entries for surface state updating...
2011-11-11 Kenneth Graunkei965: Add new vtable entries for surface state updating...
2011-10-29 Eric Anholti965/gen7: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
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-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: Call gen7_create_constant_surface instead...
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: Instead of fallback on missing region, just bind...
2011-05-18 Kenneth Graunkei965: Update SURFACE_STATE for Ivybridge.