util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / vc4 / vc4_blit.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-03 Zhaowei Yuanbroadcom/vc4: Expand width of dst surface
2018-03-22 Juan A. Suarez Romerobroadcom/vc4: add path to nir_builder.h
2018-03-09 Eric Anholtbroadcom/vc4: Add an accelerated path to turn raster...
2018-02-23 Eric Anholtbroadcom/vc4: Add support for YUV textures using unacce...
2017-07-25 Eric Anholtbroadcom/vc4: Scissor blits performed using the renderi...
2017-07-25 Eric Anholtbroadcom/vc4: Prefer blit via rendering to the software...
2016-09-14 Eric Anholtvc4: Implement job shuffling
2016-09-14 Eric Anholtvc4: Handle resolve skipping at job submit time.
2016-09-14 Eric Anholtvc4: Move the render job state into a separate structure.
2016-09-14 Eric Anholtvc4: Always unref the current job surfaces at job reset...
2016-09-14 Eric Anholtvc4: Fix incorrect clearing of Z/stencil when cleared...
2016-04-22 Eric Anholtvc4: Don't try to blit from MSAA surfaces with mismatch...
2016-04-18 Eric Anholtvc4: Fix fbo-generatemipmap-formats for NPOT.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-15 Eric Anholtvc4: Don't consider nr_samples==1 surfaces to be MSAA.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Eric Anholtvc4: Fix printfs for blit fallbacks.
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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.