util/ra: spiff out select_reg_callback
[mesa.git] / src / gallium / drivers / vc4 / vc4_job.c
2019-04-26 Eric Anholtvc4: Use _mesa_hash_table_remove_key() where appropriate.
2018-11-02 Eric Anholtvc4: Use the normal simulator ioctl path for CL submit...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Store job fence in syncobj
2018-03-05 Boris Brezillonbroadcom/vc4: Add support for HW perfmon
2017-12-01 Eric Anholtbroadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HA...
2017-10-10 Eric Anholtbroadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
2017-09-18 Eric Anholtbroadcom/vc4: Fix use-after-free for flushing when...
2017-06-30 Eric Anholtvc4: Start using XML unpack functions in CL dump.
2017-06-30 Eric Anholtvc4: Simplify pack header usage
2017-06-30 Eric Anholtvc4: Start using the pack header.
2016-09-14 Eric Anholtvc4: Implement job shuffling
2016-09-14 Eric Anholtvc4: Handle resolve skipping at job submit time.
2016-09-14 Eric Anholtvc4: Move the render job state into a separate structure.
2016-09-14 Eric Anholtvc4: Always unref the current job surfaces at job reset...
2016-09-14 Eric Anholtvc4: Move job-submit skip cases to vc4_job_submit().
2016-09-14 Eric Anholtvc4: Move bin CL trailer to job_submit() time.
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Eric Anholtvc4: Add a workaround for HW-2116 (state counter wrap...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...