aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_blit.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Fix printfs for blit fallbacks.Eric Anholt2015-06-231-3/+3
* vc4: Move RCL generation into the kernel.Eric Anholt2015-06-171-88/+19
* vc4: Use VC4_SET/GET_FIELD for some RCL packets.Eric Anholt2015-06-161-13/+16
* vc4: Make symbolic values for packet sizes.Eric Anholt2015-06-161-7/+5
* vc4: Don't try to use color load/stores to blit across format changes.Eric Anholt2015-04-151-0/+3
* vc4: Don't try to use color load/stores to do depth/stencil blits.Eric Anholt2015-04-151-0/+3
* vc4: Add a blitter path using just the render thread.Eric Anholt2015-04-131-0/+127
* vc4: Move the blit code to a separate file.Eric Anholt2015-04-131-0/+90