summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-08-18broadcom/genxml: Add V3D 3.3 packet definitions.Eric Anholt3-0/+802
2017-08-18broadcom/genxml: Check the sub-id field when decoding instructions.Eric Anholt1-5/+26
2017-08-18broadcom/genxml: Emit code for default headers for structs as well.Eric Anholt1-14/+13
2017-08-15broadcom: Add v3d_xml.h to gitignore.Eric Anholt1-0/+1
2017-08-15broadcom: Add missing libexpat cflags for the decoder.Eric Anholt1-0/+3
2017-07-25broadcom/vc4: Switch the V3D 2.1 XML over to restricted address fields.Eric Anholt1-4/+4
2017-07-25broadcom/genxml: Support address fields with <32 bitsEric Anholt1-1/+1
2017-07-25broadcom/vc4: Switch the Viewport Center fields to a fixed-point representation.Eric Anholt1-2/+2
2017-07-25broadcom/genxml: Introduce a V3D packet/struct decoder.Eric Anholt9-0/+1066
2017-07-25broadcom: add editorconfigEric Anholt1-0/+3
2017-07-24broadcom: correct header file in BROADCOM_FILESAndres Gomez1-1/+1
2017-07-13broadcom/vc4: Add more packets to the v2.1 XML.Eric Anholt1-0/+106
2017-07-13broadcom: Introduce a header for talking about chip revisions.Eric Anholt2-0/+40
2017-07-13broadcom/genxml: Use the same "gen" attr for HW version as Intel does.Eric Anholt2-3/+3
2017-07-13broadcom/genxml: Support unpacking fixed-point fractional values.Eric Anholt2-4/+25
2017-07-12Android: Fix vc4 build since XML changes.Rob Herring1-5/+5
2017-07-04vc4: automake: include vc4_cl_dump.h inJuan A. Suarez Romero1-1/+1
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt1-0/+8
2017-06-30vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt9-0/+1133