summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-01-11v3d: Add missing flagging of SYNCB as a TSY op.Eric Anholt1-0/+1
2019-01-11v3d: Make sure that a thrsw doesn't split a multop from its umul24.Eric Anholt1-0/+1
2019-01-11v3d: Fix a leak of the disassembled instruction string during debug dumps.Eric Anholt1-0/+1
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-30v3d: Use nir_remove_unused_io_vars to handle binner shader output DCEEric Anholt2-45/+13
2018-10-30v3d: Only add output slot tracking for the current varying slot.Eric Anholt1-1/+1
2018-10-30v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.Eric Anholt1-0/+16
2018-10-30v3d: Don't rely on sorting input vars for VPM read setup.Eric Anholt1-28/+20
2018-10-30v3d: Split out NIR input setup between FS and VPM.Eric Anholt1-47/+80
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2-3/+0
2018-10-15v3d: Add support for hardware pack/unpack of half floats.Eric Anholt1-0/+16
2018-09-15android: broadcom/cle: export the broadcom top level path headersMauro Rossi1-0/+2
2018-09-15android: broadcom/cle: add gallium include pathMauro Rossi1-0/+2
2018-09-15android: broadcom/genxml: fix collision with intel/genxml header-gen macroMauro Rossi1-5/+5
2018-09-07move u_math to src/utilDylan Baker1-1/+1
2018-09-07v3d: Fix setup of the VCM cache size.Eric Anholt1-1/+2
2018-08-24Revert "configure: allow building with python3"Emil Velikov1-1/+1
2018-08-23configure: allow building with python3Emil Velikov1-1/+1
2018-08-10meson: Build with Python 3Mathieu Bridon1-2/+2
2018-08-06v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt4-4/+36
2018-08-06v3d: Avoid spilling that breaks the r5 usage after a ldvary.Eric Anholt1-0/+9
2018-08-06v3d: Make sure that QPU instruction-has-a-dest matches VIR.Eric Anholt2-1/+11
2018-08-06v3d: Wait for TMU writes to complete before continuing after a spill.Eric Anholt1-1/+6
2018-08-06v3d: Make sure we don't emit a thrsw before the last one finished.Eric Anholt1-2/+13
2018-08-06v3d: Add some debug code for forcing register spilling.Eric Anholt1-0/+14
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