index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
v3d: Actually put the "%s" in the snprintf.
Eric Anholt
1
-1
/
+1
2018-07-31
v3d: use snprintf(..., "%s", ...) instead of strncpy
Eric Anholt
1
-1
/
+1
2018-07-31
v3d: Add support for the TMUWT instruction.
Eric Anholt
5
-3
/
+22
2018-07-30
v3d: Dump the contents off all the buffers in CLIF mode.
Eric Anholt
2
-25
/
+207
2018-07-30
v3d: Split walking the CLs to generate relocs from walking CLs to dump.
Eric Anholt
3
-37
/
+49
2018-07-30
v3d: Include commands to run the BCL and RCL in CLIF dumps.
Eric Anholt
3
-6
/
+46
2018-07-30
v3d: Use a short, underscored name for packets in CLIF/CL dumping.
Eric Anholt
3
-45
/
+72
2018-07-30
v3d: Rename "configuration" and "config" in the XML to "cfg"
Eric Anholt
1
-21
/
+21
2018-07-30
v3d: s/colour/color in the XML.
Eric Anholt
1
-19
/
+19
2018-07-30
v3d: Rename primitives to prims in the XML to match CLIF names.
Eric Anholt
1
-7
/
+7
2018-07-30
v3d: Print CLIF fixed-point values as just their decimal value.
Eric Anholt
1
-6
/
+16
2018-07-30
v3d: When not doing terminal pretty-printing, comment struct field names.
Eric Anholt
1
-1
/
+7
2018-07-30
v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
5
-2
/
+11
2018-07-30
v3d: Add pack header support for f187 values.
Eric Anholt
5
-7
/
+29
2018-07-29
vc4: Fix meson build when enabled without v3d.
Eric Anholt
3
-22
/
+27
2018-07-27
v3d: Skip printing sub-id or pad fields in CLIF dumping.
Eric Anholt
1
-0
/
+8
2018-07-27
v3d: Emit commands to switch CLIF parser to CL/shader/attr input mode.
Eric Anholt
2
-2
/
+5
2018-07-27
v3d: Dump fields in CLIF output in increasing offset order.
Eric Anholt
1
-0
/
+14
2018-07-27
v3d: Print addresses in CLIFs as references to buffers.
Eric Anholt
4
-9
/
+42
2018-07-27
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
4
-22
/
+14
2018-07-27
v3d: Move clif dumping to a separate step from noting where the CLs are.
Eric Anholt
2
-3
/
+17
2018-07-27
v3d: Move clif dump BO lookup into the clif dumper.
Eric Anholt
3
-15
/
+52
2018-07-27
v3d: Pass the whole clif_dump structure to v3d_print_group().
Eric Anholt
4
-10
/
+12
2018-07-27
v3d: Drop the VG support from the XML.
Eric Anholt
1
-13
/
+2
2018-07-27
v3d: Use /* */ instead of () for enum names in CLIF output.
Eric Anholt
1
-1
/
+1
2018-07-27
v3d: CLIF-dump the "Vec size" field as 0 == maximum value.
Eric Anholt
1
-0
/
+2
2018-07-26
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
1
-0
/
+1
2018-07-24
python: Use range() instead of xrange()
Mathieu Bridon
1
-1
/
+1
2018-07-23
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
8
-19
/
+143
2018-07-23
v3d: Return an invalid src number if asked for a missing implicit uniform.
Eric Anholt
2
-3
/
+3
2018-07-23
v3d: Skip emitting texture config parameter 2 if it's just the defaults.
Eric Anholt
1
-1
/
+5
2018-07-23
v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
Eric Anholt
1
-1
/
+1
2018-07-23
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
8
-24
/
+118
2018-07-23
v3d: Add QPU pack/unpack for the new SFU instructions.
Eric Anholt
4
-0
/
+32
2018-07-23
v3d: Fix the name of the "flpop" operation.
Eric Anholt
6
-6
/
+7
2018-07-23
v3d: Print the instruction we're testing in the QPU disasm/pack round-trip.
Eric Anholt
1
-2
/
+3
2018-07-23
v3d: Drop unused vir_SAT() operation.
Eric Anholt
1
-8
/
+0
2018-07-23
v3d: Rotate through registers to improve post-RA scheduling options.
Eric Anholt
1
-0
/
+45
2018-07-23
v3d: Allow reading from physical regs written in the previous instruction.
Eric Anholt
1
-24
/
+0
2018-07-16
v3d: Disable shader-db cycle estimates until we sort out TMU estimates.
Eric Anholt
1
-1
/
+4
2018-07-16
v3d: Emit the lowered uniform just before its first use in a block.
Eric Anholt
1
-20
/
+18
2018-07-16
v3d: Add an assert that we don't provide an invalid texture return words.
Eric Anholt
1
-0
/
+8
2018-07-16
v3d: Apply GFXH-1625 restriction on TMUWT in the end of the shader.
Eric Anholt
1
-0
/
+4
2018-07-09
v3d: Implement noperspective varyings on V3D 4.x.
Eric Anholt
4
-4
/
+9
2018-07-09
v3d: Fix typo in dither mode offset.
Eric Anholt
1
-1
/
+1
2018-07-05
v3d: Add support for GL_SAMPLE_ALPHA_TO_ONE.
Eric Anholt
1
-0
/
+3
2018-07-05
v3d: Respect swap_color_rb for the f32_color_rb case.
Eric Anholt
1
-5
/
+7
2018-07-02
v3d: Emit a TF flush after each draw using TF.
Eric Anholt
1
-0
/
+2
2018-06-29
v3d: Move GL shader state dumping out of per-version compilation.
Eric Anholt
3
-41
/
+26
2018-06-29
v3d: Add missing Stream field to transform feedback specs on V3D 4.1.
Eric Anholt
1
-1
/
+8
[next]