summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* vc4: Fill out the stencil clear field.Eric Anholt2014-09-091-1/+1
* vc4: Add support for loading/storing the depth buffer.Eric Anholt2014-09-091-7/+61
* vc4: Don't forget to do initial tile clearing for depth/stencil.Eric Anholt2014-09-091-1/+6
* vc4: Add support for all the texture and FBO formats we can.Eric Anholt2014-08-221-1/+5
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-3/+3
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-1/+0
* vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.Eric Anholt2014-08-151-1/+1
* vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt2014-08-151-4/+1
* vc4: Drop the dump_fbo() routine.Eric Anholt2014-08-121-50/+0
* vc4: Don't forget to set the depth clear value in the packet.Eric Anholt2014-08-111-1/+1
* vc4: Store the (currently always linear) tiling format in the resource.Eric Anholt2014-08-111-2/+4
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-3/+3
* vc4: Avoid flushing when mapping buffers that aren't in the batch.Eric Anholt2014-08-111-0/+48
* vc4: Keep a reference to BOs queued for rendering.Eric Anholt2014-08-111-2/+3
* vc4: Walk tiles horizontally, then vertically.Eric Anholt2014-08-111-2/+2
* vc4: Track clears veresus uncleared draws, and the clear color.Eric Anholt2014-08-111-21/+49
* vc4: Move the rest of RCL setup to flush time.Eric Anholt2014-08-111-3/+30
* vc4: Move render command list calls to vc4_flush()Eric Anholt2014-08-111-0/+43
* vc4: Move bin command list ending commands to vc4_flush()Eric Anholt2014-08-111-0/+4
* vc4: Rename fields in the kernel interface.Eric Anholt2014-08-111-6/+6
* vc4: Rewrite the kernel ABI to support texture uniform relocation.Eric Anholt2014-08-111-0/+3
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-6/+9
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-4/+13
* vc4: Use the user's actual first vertex attribute.Eric Anholt2014-08-081-0/+10
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+192