i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_sol.c
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and...
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field.
2013-05-21 Kenneth Graunkei965: Stop using the kernel SOL reset feature.
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-10 Eric Anholti965/gen6: Reduce updates of transform feedback offsets...
2013-04-10 Eric Anholti965/gen7: Skip resetting SOL offsets at batch start...
2012-12-18 Paul Berrymesa: Make a function is_transform_feedback_active_and_...
2012-12-18 Paul Berrymesa: refactor _mesa_compute_max_transform_feedback_ver...
2012-02-21 Eric Anholti965/gen6: Fix near-NULL deref in setting up GS binding...
2012-02-21 Eric Anholti965: Correct the size of the state batch space allocat...
2012-02-21 Eric Anholti965: Fix a bad comment in gen6 sol setup.
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2011-12-24 Paul Berryi965 gen6: Fix incorrect order of dwords in gen6_update...
2011-12-23 Paul Berryi965 gen6: Resend binding table pointer after updating...
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.