OSDN Git Service

vc4: Add a helper function for the construction of qregs.
[android-x86/external-mesa.git] / src / gallium / drivers / vc4 / vc4_blit.c
2015-12-15 Eric Anholtvc4: Don't consider nr_samples==1 surfaces to be MSAA.
2015-12-08 Eric Anholtvc4: Add support for drawing in MSAA.
2015-12-08 Eric Anholtvc4: Allow RCL blits to the edge of the surface.
2015-12-08 Eric Anholtvc4: Add disabled debug printf for describing blits.
2015-12-08 Eric Anholtvc4: Fix check for tile RCL blits with mismatched y.
2015-12-05 Eric Anholtvc4: Disable RCL blitting when scissors are enabled.
2015-12-04 Eric Anholtvc4: Fix up tile alignment checks for blitting using...
2015-06-24 Eric Anholtvc4: Fix printfs for blit fallbacks.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-16 Eric Anholtvc4: Use VC4_SET/GET_FIELD for some RCL packets.
2015-06-16 Eric Anholtvc4: Make symbolic values for packet sizes.
2015-04-15 Eric Anholtvc4: Don't try to use color load/stores to blit across...
2015-04-15 Eric Anholtvc4: Don't try to use color load/stores to do depth...
2015-04-14 Eric Anholtvc4: Add a blitter path using just the render thread.
2015-04-14 Eric Anholtvc4: Move the blit code to a separate file.