summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2018-12-07v3d: Fix a leak of the disassembled instruction string during debug dumps.Eric Anholt1-0/+1
2018-12-07v3d: Add VIR dumping of TMU config p0/p1.Eric Anholt2-0/+27
2018-12-07v3d: Simplify VIR uniform dumping using a temporary.Eric Anholt1-19/+10
2018-12-07v3d: Garbage collect unused uniforms code.Eric Anholt1-2/+0
2018-12-07v3d: Return the right gl_SampleMaskIn[] value.Eric Anholt2-3/+1
2018-12-07v3d: Fix a comment typoEric Anholt1-1/+1
2018-12-07v3d: Convert to using nir_src_as_uint() from const_value derefs.Eric Anholt1-14/+10
2018-12-07v3d: Re-use the wrap mode uniform on V3D 3.3.Eric Anholt1-24/+4
2018-12-07v3d: Use combined input/output segments.Eric Anholt3-1/+34
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-4/+4
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-11-19nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke1-1/+2
2018-11-15v3d: Don't try to set PF flags on a LDTMU operationEric Anholt1-0/+6
2018-11-01v3d: Update the TLB config for depth writes on V3D 4.2.Eric Anholt1-8/+22
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