summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_sol.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-21i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB.Eric Anholt1-5/+8
2012-02-21i965: Correct the size of the state batch space allocated for binding tables.Eric Anholt1-1/+1
2012-02-21i965: Fix a bad comment in gen6 sol setup.Eric Anholt1-3/+1
2012-02-21i965: Split the gen6 GS binding table to a separate table.Eric Anholt1-2/+56
2012-01-06i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt1-0/+1
2011-12-24i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()Paul Berry1-1/+1
2011-12-23i965 gen6: Resend binding table pointer after updating SOL bindings.Paul Berry1-0/+2
2011-12-23i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry1-1/+2
2011-12-20i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry1-8/+30
2011-12-20i965: Implement bounds checking for transform feedback output.Kenneth Graunke1-0/+38
2011-12-20i965: Flush pipeline on EndTransformFeedback.Paul Berry1-0/+16
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-0/+71