summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-11-13broadcom/vc5: Remove unused v3d_compiler.cAndreas Boll1-43/+0
2017-10-20meson: Fix vc5 deps on the XML-generated headers.Eric Anholt2-2/+2
2017-10-20broadcom/vc5: Propagate vc4 aliasing fix to vc5.Eric Anholt1-1/+1
2017-10-20broadcom/vc5: Use SETMSF to handle discards.Eric Anholt2-25/+12
2017-10-20broadcom/vc5: Set the snorm/unorm packing functions to be lowered.Eric Anholt1-0/+4
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand3-11/+11
2017-10-17meson: Add support for the vc5 driver.Eric Anholt3-0/+104
2017-10-17meson: Add support for the vc4 driver.Eric Anholt2-0/+82
2017-10-12broadcom/vc5: Don't pair VPMSETUP with other peripheral access.Eric Anholt1-0/+3
2017-10-12broadcom/vc5: Fix inclusion of FS flag bits in dumping the FS address.Eric Anholt1-1/+1
2017-10-10braodcom/vc5: Set up clear color for higher-bpp formats.Eric Anholt1-0/+20
2017-10-10broadcom/vc5: Fix Rendering Mode Common Config's color store bitmask.Eric Anholt1-1/+1
2017-10-10broadcom/vc5: Add support for f32 render targets.Eric Anholt2-13/+34
2017-10-10broadcom/vc5: Start hooking up multiple render targets support.Eric Anholt2-14/+39
2017-10-10broadcom/vc5: Add support for GL_EXT_provoking_vertex.Eric Anholt1-0/+1
2017-10-10broadcom/vc5: Mark our primitives as needing TF processing.Eric Anholt1-0/+7
2017-10-10broadcom/vc5: Fix setup of TF dword output count.Eric Anholt1-1/+1
2017-10-10broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.Eric Anholt3-17/+28
2017-10-10broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.Eric Anholt2-8/+21
2017-10-10broadcom/vc5: Fix depth and stencil clear values.Eric Anholt1-1/+1
2017-10-10broadcom/compiler: Set up passthrough Z when doing FS discards.Eric Anholt3-2/+15
2017-10-10broadcom/compiler: Don't forget the discard state on TLB Z writes.Eric Anholt1-0/+1
2017-10-10broadcom/compiler: Use defines instead of magic values in TLB write setup.Eric Anholt1-6/+33
2017-10-10broadcom/xml: Add the vc5 Base Vertex/Base Instance packet.Eric Anholt1-0/+6
2017-10-10broadcom/xml: Add a bunch more vc5 tile list management packets.Eric Anholt1-0/+60
2017-10-10broadcom/xml: Remove vc5 base packet for tile bin/render mode config.Eric Anholt1-10/+0
2017-10-10braodcom/xml: Fix a pasteo in vc5 store tile buffer general.Eric Anholt1-1/+1
2017-10-10broadcom: Add VC5 NIR compiler.Eric Anholt17-0/+7498
2017-10-10broadcom: Add vc5 CLIF dumpingEric Anholt3-0/+312
2017-10-10broadcom: Add V3D 3.3 QPU instruction pack, unpack, and disasm.Eric Anholt12-0/+2774
2017-10-10broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.Eric Anholt3-0/+173
2017-10-05broadcom: Fix out-of-tree build include pathDaniel Stone1-1/+3
2017-09-19broadcom/genxml: Set up enums for VC5 blending, depth, stencil, and prims.Eric Anholt1-46/+77
2017-09-19broadcom/genxml: Add support for enum-typed fields.Eric Anholt1-3/+13
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