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
/
broadcom
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-2
/
+2
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
4
-4
/
+36
*
v3d: Avoid spilling that breaks the r5 usage after a ldvary.
Eric Anholt
2018-08-06
1
-0
/
+9
*
v3d: Make sure that QPU instruction-has-a-dest matches VIR.
Eric Anholt
2018-08-06
2
-1
/
+11
*
v3d: Wait for TMU writes to complete before continuing after a spill.
Eric Anholt
2018-08-06
1
-1
/
+6
*
v3d: Make sure we don't emit a thrsw before the last one finished.
Eric Anholt
2018-08-06
1
-2
/
+13
*
v3d: Add some debug code for forcing register spilling.
Eric Anholt
2018-08-06
1
-0
/
+14
*
v3d: Actually put the "%s" in the snprintf.
Eric Anholt
2018-08-01
1
-1
/
+1
*
v3d: use snprintf(..., "%s", ...) instead of strncpy
Eric Anholt
2018-07-31
1
-1
/
+1
*
v3d: Add support for the TMUWT instruction.
Eric Anholt
2018-07-31
5
-3
/
+22
*
v3d: Dump the contents off all the buffers in CLIF mode.
Eric Anholt
2018-07-30
2
-25
/
+207
*
v3d: Split walking the CLs to generate relocs from walking CLs to dump.
Eric Anholt
2018-07-30
3
-37
/
+49
*
v3d: Include commands to run the BCL and RCL in CLIF dumps.
Eric Anholt
2018-07-30
3
-6
/
+46
*
v3d: Use a short, underscored name for packets in CLIF/CL dumping.
Eric Anholt
2018-07-30
3
-45
/
+72
*
v3d: Rename "configuration" and "config" in the XML to "cfg"
Eric Anholt
2018-07-30
1
-21
/
+21
*
v3d: s/colour/color in the XML.
Eric Anholt
2018-07-30
1
-19
/
+19
*
v3d: Rename primitives to prims in the XML to match CLIF names.
Eric Anholt
2018-07-30
1
-7
/
+7
*
v3d: Print CLIF fixed-point values as just their decimal value.
Eric Anholt
2018-07-30
1
-6
/
+16
*
v3d: When not doing terminal pretty-printing, comment struct field names.
Eric Anholt
2018-07-30
1
-1
/
+7
*
v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
2018-07-30
5
-2
/
+11
*
v3d: Add pack header support for f187 values.
Eric Anholt
2018-07-30
5
-7
/
+29
*
vc4: Fix meson build when enabled without v3d.
Eric Anholt
2018-07-29
3
-22
/
+27
*
v3d: Skip printing sub-id or pad fields in CLIF dumping.
Eric Anholt
2018-07-27
1
-0
/
+8
*
v3d: Emit commands to switch CLIF parser to CL/shader/attr input mode.
Eric Anholt
2018-07-27
2
-2
/
+5
*
v3d: Dump fields in CLIF output in increasing offset order.
Eric Anholt
2018-07-27
1
-0
/
+14
*
v3d: Print addresses in CLIFs as references to buffers.
Eric Anholt
2018-07-27
4
-9
/
+42
*
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
2018-07-27
4
-22
/
+14
*
v3d: Move clif dumping to a separate step from noting where the CLs are.
Eric Anholt
2018-07-27
2
-3
/
+17
*
v3d: Move clif dump BO lookup into the clif dumper.
Eric Anholt
2018-07-27
3
-15
/
+52
*
v3d: Pass the whole clif_dump structure to v3d_print_group().
Eric Anholt
2018-07-27
4
-10
/
+12
*
v3d: Drop the VG support from the XML.
Eric Anholt
2018-07-27
1
-13
/
+2
*
v3d: Use /* */ instead of () for enum names in CLIF output.
Eric Anholt
2018-07-27
1
-1
/
+1
*
v3d: CLIF-dump the "Vec size" field as 0 == maximum value.
Eric Anholt
2018-07-27
1
-0
/
+2
*
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
2018-07-26
1
-0
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
2018-07-23
8
-19
/
+143
*
v3d: Return an invalid src number if asked for a missing implicit uniform.
Eric Anholt
2018-07-23
2
-3
/
+3
*
v3d: Skip emitting texture config parameter 2 if it's just the defaults.
Eric Anholt
2018-07-23
1
-1
/
+5
*
v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
Eric Anholt
2018-07-23
1
-1
/
+1
*
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
2018-07-23
8
-24
/
+118
*
v3d: Add QPU pack/unpack for the new SFU instructions.
Eric Anholt
2018-07-23
4
-0
/
+32
*
v3d: Fix the name of the "flpop" operation.
Eric Anholt
2018-07-23
6
-6
/
+7
*
v3d: Print the instruction we're testing in the QPU disasm/pack round-trip.
Eric Anholt
2018-07-23
1
-2
/
+3
*
v3d: Drop unused vir_SAT() operation.
Eric Anholt
2018-07-23
1
-8
/
+0
*
v3d: Rotate through registers to improve post-RA scheduling options.
Eric Anholt
2018-07-23
1
-0
/
+45
*
v3d: Allow reading from physical regs written in the previous instruction.
Eric Anholt
2018-07-23
1
-24
/
+0
*
v3d: Disable shader-db cycle estimates until we sort out TMU estimates.
Eric Anholt
2018-07-16
1
-1
/
+4
*
v3d: Emit the lowered uniform just before its first use in a block.
Eric Anholt
2018-07-16
1
-20
/
+18
*
v3d: Add an assert that we don't provide an invalid texture return words.
Eric Anholt
2018-07-16
1
-0
/
+8
*
v3d: Apply GFXH-1625 restriction on TMUWT in the end of the shader.
Eric Anholt
2018-07-16
1
-0
/
+4
[next]