vc4: Reuse list_for_each_entry_rev().
[mesa.git] / src / gallium / drivers / vc4 / vc4_cl.h
2017-12-01 Eric Anholtbroadcom/vc4: Simplify the relocation handling for...
2017-10-27 Eric Engestromvc4: fix release build
2017-06-30 Eric Anholtvc4: Start using XML unpack functions in CL dump.
2017-06-30 Eric Anholtvc4: Move rasterizer state packing to CSO creation...
2017-06-30 Eric Anholtvc4: Convert the driver to emitting the shader record...
2017-06-30 Eric Anholtvc4: Simplify pack header usage
2017-06-30 Eric Anholtvc4: Start using the pack header.
2016-09-14 Eric Anholtvc4: Move the render job state into a separate structure.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Eric Anholtvc4: Drop reloc_count tracking for debug asserts on...
2015-07-14 Eric Anholtvc4: Rework cl handling to be friendlier to the compiler.
2015-07-14 Eric Anholtvc4: Make a helper function for getting the current...
2015-07-14 Eric Anholtvc4: Drop separate cl*_reloc_hindex().
2015-07-14 Eric Anholtvc4: Store reloc pointers as pointers, not offsets.
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-16 Eric Anholtvc4: Move vc4_packet.h to the kernel/ directory, since...
2014-12-26 Eric Anholtvc4: Handle unaligned accesses in CL emits.
2014-12-25 Eric Anholtvc4: Don't bother zero-initializing the shader reloc...
2014-12-25 Eric Anholtvc4: Fix the argument type for cl_u16().
2014-12-24 Eric Anholtvc4: Optimize CL emits by doing size checks up front.
2014-12-24 Eric Anholtvc4: Avoid repeated hindex lookups in the loop over...
2014-10-17 Eric Anholtvc4: Make some assertions about how many flushes/EOFs...
2014-09-18 Eric Anholtvc4: Actually implement VC4_DEBUG=cl.
2014-08-11 Eric Anholtvc4: Rename GEM_HANDLES to be in a namespace.
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.