index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
/
vc4_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0
Chris Lord
2020-03-03
1
-0
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
broadcom/vc4: Expand width of dst surface
Zhaowei Yuan
2019-09-03
1
-1
/
+1
*
broadcom/vc4: add path to nir_builder.h
Juan A. Suarez Romero
2018-03-22
1
-1
/
+1
*
broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.
Eric Anholt
2018-03-09
1
-0
/
+200
*
broadcom/vc4: Add support for YUV textures using unaccelerated blits.
Eric Anholt
2018-02-23
1
-0
/
+29
*
broadcom/vc4: Scissor blits performed using the rendering engine.
Eric Anholt
2017-07-25
1
-0
/
+9
*
broadcom/vc4: Prefer blit via rendering to the software fallback.
Eric Anholt
2017-07-25
1
-6
/
+8
*
vc4: Implement job shuffling
Eric Anholt
2016-09-14
1
-14
/
+12
*
vc4: Handle resolve skipping at job submit time.
Eric Anholt
2016-09-14
1
-0
/
+1
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
1
-20
/
+21
*
vc4: Always unref the current job surfaces at job reset time.
Eric Anholt
2016-09-14
1
-9
/
+4
*
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
Eric Anholt
2016-09-14
1
-11
/
+16
*
vc4: Don't try to blit from MSAA surfaces with mismatched width to dst.
Eric Anholt
2016-04-22
1
-11
/
+14
*
vc4: Fix fbo-generatemipmap-formats for NPOT.
Eric Anholt
2016-04-18
1
-0
/
+20
*
vc4: Don't consider nr_samples==1 surfaces to be MSAA.
Eric Anholt
2015-12-15
1
-4
/
+6
*
vc4: Add support for drawing in MSAA.
Eric Anholt
2015-12-08
1
-11
/
+21
*
vc4: Allow RCL blits to the edge of the surface.
Eric Anholt
2015-12-08
1
-2
/
+8
*
vc4: Add disabled debug printf for describing blits.
Eric Anholt
2015-12-08
1
-0
/
+10
*
vc4: Fix check for tile RCL blits with mismatched y.
Eric Anholt
2015-12-08
1
-1
/
+1
*
vc4: Disable RCL blitting when scissors are enabled.
Eric Anholt
2015-12-05
1
-0
/
+3
*
vc4: Fix up tile alignment checks for blitting using just an RCL.
Eric Anholt
2015-12-04
1
-6
/
+22
*
vc4: Fix printfs for blit fallbacks.
Eric Anholt
2015-06-23
1
-3
/
+3
*
vc4: Move RCL generation into the kernel.
Eric Anholt
2015-06-17
1
-88
/
+19
*
vc4: Use VC4_SET/GET_FIELD for some RCL packets.
Eric Anholt
2015-06-16
1
-13
/
+16
*
vc4: Make symbolic values for packet sizes.
Eric Anholt
2015-06-16
1
-7
/
+5
*
vc4: Don't try to use color load/stores to blit across format changes.
Eric Anholt
2015-04-15
1
-0
/
+3
*
vc4: Don't try to use color load/stores to do depth/stencil blits.
Eric Anholt
2015-04-15
1
-0
/
+3
*
vc4: Add a blitter path using just the render thread.
Eric Anholt
2015-04-13
1
-0
/
+127
*
vc4: Move the blit code to a separate file.
Eric Anholt
2015-04-13
1
-0
/
+90