summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_blit.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Implement job shufflingEric Anholt2016-09-141-14/+12
* vc4: Handle resolve skipping at job submit time.Eric Anholt2016-09-141-0/+1
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-141-20/+21
* vc4: Always unref the current job surfaces at job reset time.Eric Anholt2016-09-141-9/+4
* vc4: Fix incorrect clearing of Z/stencil when cleared separately.Eric Anholt2016-09-141-11/+16
* vc4: Don't try to blit from MSAA surfaces with mismatched width to dst.Eric Anholt2016-04-221-11/+14
* vc4: Fix fbo-generatemipmap-formats for NPOT.Eric Anholt2016-04-181-0/+20
* vc4: Don't consider nr_samples==1 surfaces to be MSAA.Eric Anholt2015-12-151-4/+6
* vc4: Add support for drawing in MSAA.Eric Anholt2015-12-081-11/+21
* vc4: Allow RCL blits to the edge of the surface.Eric Anholt2015-12-081-2/+8
* vc4: Add disabled debug printf for describing blits.Eric Anholt2015-12-081-0/+10
* vc4: Fix check for tile RCL blits with mismatched y.Eric Anholt2015-12-081-1/+1
* vc4: Disable RCL blitting when scissors are enabled.Eric Anholt2015-12-051-0/+3
* vc4: Fix up tile alignment checks for blitting using just an RCL.Eric Anholt2015-12-041-6/+22
* 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