index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc5
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/vc5: Add support for centroid varyings.
Eric Anholt
2018-04-26
4
-4
/
+53
*
broadcom/vc5: Add an assert about GFXH-1559.
Eric Anholt
2018-04-26
1
-0
/
+9
*
broadcom/vc5: Implement GFXH-1742 workaround (emit 2 dummy stores on 4.x).
Eric Anholt
2018-04-26
1
-8
/
+27
*
broadcom/vc5: Fix reloads of separate stencil buffers.
Eric Anholt
2018-04-25
1
-4
/
+16
*
broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.
Eric Anholt
2018-04-25
2
-3
/
+5
*
broadcom/vc5: Implement stencil blits using RGBA.
Eric Anholt
2018-04-25
2
-2
/
+83
*
broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.
Eric Anholt
2018-04-25
1
-4
/
+1
*
broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.
Eric Anholt
2018-04-25
1
-1
/
+11
*
broadcom/vc5: Set up internal_format for imported resources.
Eric Anholt
2018-04-24
1
-0
/
+2
*
broadcom/vc5: Assert that created BOs have offset != 0.
Eric Anholt
2018-04-24
1
-0
/
+1
*
broadcom/vc5: Don't allocate simulator BOs at offset 0.
Eric Anholt
2018-04-24
1
-1
/
+5
*
broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.
Eric Anholt
2018-04-24
2
-6
/
+21
*
broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.
Eric Anholt
2018-04-24
1
-0
/
+1
*
broadcom/vc5: Fix a stray '`' in a comment.
Eric Anholt
2018-04-12
1
-1
/
+1
*
broadcom/vc5: Update the UABI for in/out syncobjs
Eric Anholt
2018-04-12
9
-90
/
+55
*
broadcom/vc5: Drop the finished_seqno optimization.
Eric Anholt
2018-04-12
2
-11
/
+0
*
broadcom/vc5: Drop the throttling code.
Eric Anholt
2018-04-12
1
-9
/
+0
*
broadcom/vc5: Move flush_last_load into load_general, like for stores.
Eric Anholt
2018-04-12
1
-28
/
+29
*
broadcom/vc5: Rename read_but_not_cleared to loads_pending.
Eric Anholt
2018-04-12
1
-13
/
+13
*
broadcom/vc5: Refactor the implicit coords/stores_pending logic.
Eric Anholt
2018-04-12
1
-23
/
+13
*
broadcom/vc5: Emit missing TILE_COORDINATES_IMPLICIT in separate z/s stores.
Eric Anholt
2018-04-12
1
-5
/
+16
*
broadcom/vc5: Add checks that we don't try to do raw Z+S load/stores.
Eric Anholt
2018-04-12
1
-0
/
+8
*
broadcom/vc5: Fix MSAA depth/stencil size setup.
Eric Anholt
2018-04-12
1
-2
/
+4
*
broadcom/vc5: Fix setup of integer surface clear values.
Eric Anholt
2018-03-28
1
-8
/
+8
*
broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.
Eric Anholt
2018-03-28
1
-12
/
+2
*
broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.
Eric Anholt
2018-03-28
1
-2
/
+15
*
broadcom/vc5: Fix padding of NPOT miplevels >= 2.
Eric Anholt
2018-03-27
1
-3
/
+8
*
broadcom/vc5: Fix RG16I/UI texture sampling.
Eric Anholt
2018-03-27
1
-2
/
+2
*
broadcom/vc5: Fix swizzling of RGB10_A2UI render targets.
Eric Anholt
2018-03-26
1
-1
/
+1
*
broadcom/vc5: Implement workaround for GFXH-1431.
Eric Anholt
2018-03-26
1
-1
/
+5
*
broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.
Eric Anholt
2018-03-26
5
-21
/
+111
*
broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.
Eric Anholt
2018-03-26
2
-0
/
+8
*
broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.
Eric Anholt
2018-03-26
3
-5
/
+29
*
broadcom/vc5: Move the BCL epilogue code to a per-version compile.
Eric Anholt
2018-03-26
5
-24
/
+67
*
broadcom/vc5: Fix transform feedback in the presence of point size.
Eric Anholt
2018-03-26
3
-4
/
+23
*
broadcom/vc5: Split transform feedback specs update from buffers.
Eric Anholt
2018-03-26
1
-27
/
+32
*
broadcom/vc5: Limit each transform feedback data spec to 16 dwords.
Eric Anholt
2018-03-26
2
-14
/
+31
*
broadcom/vc5: Allow FBOs with mixed color formats.
Eric Anholt
2018-03-22
1
-1
/
+1
*
broadcom/vc5: Add missing support for 2101010_REV vertex attributes.
Eric Anholt
2018-03-22
1
-0
/
+8
*
broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.
Eric Anholt
2018-03-21
2
-0
/
+16
*
broadcom/vc5: Don't skip job submit just because everything is scissored.
Eric Anholt
2018-03-21
2
-10
/
+7
*
broadcom/vc5: Handle sparsely populated SO target array.
Eric Anholt
2018-03-21
1
-7
/
+14
*
broadcom/vc5: Fix 3D miplevel limit to match other texture targets.
Eric Anholt
2018-03-21
1
-2
/
+1
*
broadcom/vc5: Clamp the instance divisor to 16 bits.
Eric Anholt
2018-03-21
1
-1
/
+2
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
broadcom/vc5: Add support for register spilling.
Eric Anholt
2018-03-19
3
-0
/
+30
*
broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
Eric Anholt
2018-03-09
1
-4
/
+0
*
broadcom: Suppress compiler warnings about enum pipe_tex_filter.
Eric Anholt
2018-03-09
1
-0
/
+1
*
broadcom/vc5: Fix regression in the page-cache slice size alignment.
Eric Anholt
2018-02-28
1
-3
/
+6
*
broadcom/vc5: Fix layout of 3D textures.
Eric Anholt
2018-02-23
2
-32
/
+81
[next]