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