summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_cl.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-01broadcom/vc4: Simplify the relocation handling for index buffers.Eric Anholt1-15/+0
2017-10-27vc4: fix release buildEric Engestrom1-6/+6
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt1-1/+0
2017-06-30vc4: Move rasterizer state packing to CSO creation time.Eric Anholt1-0/+5
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt1-10/+37
2017-06-30vc4: Simplify pack header usageEric Anholt1-6/+9
2017-06-30vc4: Start using the pack header.Eric Anholt1-0/+63
2016-09-14vc4: Move the render job state into a separate structure.Eric Anholt1-6/+7
2015-07-14vc4: Drop reloc_count tracking for debug asserts on non-debug builds.Eric Anholt1-0/+10
2015-07-14vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt1-47/+66
2015-07-14vc4: Make a helper function for getting the current offset in the CL.Eric Anholt1-5/+10
2015-07-14vc4: Drop separate cl*_reloc_hindex().Eric Anholt1-18/+6
2015-07-14vc4: Store reloc pointers as pointers, not offsets.Eric Anholt1-5/+5
2015-06-16vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.Eric Anholt1-1/+1
2014-12-25vc4: Handle unaligned accesses in CL emits.Eric Anholt1-1/+52
2014-12-25vc4: Don't bother zero-initializing the shader reloc indices.Eric Anholt1-2/+2
2014-12-25vc4: Fix the argument type for cl_u16().Eric Anholt1-1/+1
2014-12-24vc4: Optimize CL emits by doing size checks up front.Eric Anholt1-10/+7
2014-12-24vc4: Avoid repeated hindex lookups in the loop over tiles.Eric Anholt1-3/+9
2014-10-17vc4: Make some assertions about how many flushes/EOFs the simulator sees.Eric Anholt1-1/+1
2014-09-18vc4: Actually implement VC4_DEBUG=cl.Eric Anholt1-0/+1
2014-08-11vc4: Rename GEM_HANDLES to be in a namespace.Eric Anholt1-1/+1
2014-08-11vc4: Switch simulator to using kernel validatorEric Anholt1-12/+10
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+132