gallium: add pipe_context::set_active_query_state for pausing queries
[mesa.git] / src / gallium / drivers / vc4 / vc4_job.c
2016-01-28 Eric Anholtvc4: Throttle outstanding rendering after submission.
2016-01-28 Eric Anholtvc4: Don't record the seqno of a failed job submit.
2015-12-15 Eric Anholtvc4: Don't consider nr_samples==1 surfaces to be MSAA.
2015-12-15 Eric Anholtvc4: Warn instead of abort()ing on exec ioctl failures.
2015-12-08 Eric Anholtvc4: Add support for drawing in MSAA.
2015-12-08 Eric Anholtvc4: Add kernel RCL support for MSAA rendering.
2015-12-08 Eric Anholtvc4: Rename color_ms_write to color_write.
2015-10-23 Eric Anholtvc4: Add a workaround for HW-2116 (state counter wrap...
2015-07-14 Eric Anholtvc4: Make a helper function for getting the current...
2015-07-14 Eric Anholtvc4: Add perf debug for when we wait on BOs.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-04-14 Eric Anholtvc4: Separate out a bit of code for submitting jobs...