aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_sol.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-211-26/+17
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-211-31/+22
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-211-1/+0
* i965: Stop using the kernel SOL reset feature.Kenneth Graunke2013-05-211-5/+8
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-241-3/+4
* i965/gen6: Reduce updates of transform feedback offsets with HW contexts.Eric Anholt2013-04-101-1/+1
* i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.Eric Anholt2013-04-101-0/+9
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-181-1/+1
* mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry2012-12-181-12/+4
* i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB.Eric Anholt2012-02-211-5/+8
* i965: Correct the size of the state batch space allocated for binding tables.Eric Anholt2012-02-211-1/+1
* i965: Fix a bad comment in gen6 sol setup.Eric Anholt2012-02-211-3/+1
* i965: Split the gen6 GS binding table to a separate table.Eric Anholt2012-02-211-2/+56
* i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt2012-01-061-0/+1
* i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()Paul Berry2011-12-241-1/+1
* i965 gen6: Resend binding table pointer after updating SOL bindings.Paul Berry2011-12-231-0/+2
* i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry2011-12-231-1/+2
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-201-8/+30
* i965: Implement bounds checking for transform feedback output.Kenneth Graunke2011-12-201-0/+38
* i965: Flush pipeline on EndTransformFeedback.Paul Berry2011-12-201-0/+16
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+71