aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle
Commit message (Expand)AuthorAgeFilesLines
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* v3d/packet: fixing TMU_Config_Parameter_2 definitionAlejandro Piñeiro2020-04-221-3/+3
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* v3d: add 1-way SIMD packing definitionIago Toral Quiroga2019-12-161-0/+1
* v3d: fix packet descriptions for geometry and tessellation shadersIago Toral Quiroga2019-12-161-10/+30
* meson/broadcom: libbroadcom_cle also needs zlibDylan Baker2019-12-111-1/+1
* meson/broadcom: libbroadcom_cle needs expat headersDylan Baker2019-12-101-1/+1
* v3d: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* broadcom: document known hardware issues for L2T flush commandIago Toral Quiroga2019-10-181-0/+35
* broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"Kenneth Graunke2019-09-231-1/+0
* v3d: use the GPU to record primitives written to transform feedbackIago Toral Quiroga2019-08-081-0/+10
* v3d: add header guards in v3d_packet_helpers.hIago Toral Quiroga2019-08-081-0/+4
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* v3d: tweak initial comment on pack generator scriptAlejandro Piñeiro2019-07-121-1/+1
* v3d: Add some more new packets for V3D 4.x.Eric Anholt2019-04-041-0/+131
* v3d: Bump the maximum texture size to 4k for V3D 4.x.Eric Anholt2019-04-041-2/+2
* v3d: Fix a release build set-but-unused compiler warning.Eric Anholt2019-01-291-1/+2
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-271-4/+4
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-271-5/+5
* v3d: Add support for flushing dirty TMU data at job end.Eric Anholt2019-01-141-0/+23
* v3d: Add support for draw indirect for GLES3.1.Eric Anholt2018-12-141-0/+39
* v3d: Re-use the wrap mode uniform on V3D 3.3.Eric Anholt2018-12-071-24/+4
* move u_math to src/utilDylan Baker2018-09-071-1/+1
* meson: Build with Python 3Mathieu Bridon2018-08-101-2/+2
* v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2018-08-061-0/+10
* v3d: Actually put the "%s" in the snprintf.Eric Anholt2018-08-011-1/+1
* v3d: use snprintf(..., "%s", ...) instead of strncpyEric Anholt2018-07-311-1/+1
* v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt2018-07-302-44/+46
* v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt2018-07-301-21/+21
* v3d: s/colour/color in the XML.Eric Anholt2018-07-301-19/+19
* v3d: Rename primitives to prims in the XML to match CLIF names.Eric Anholt2018-07-301-7/+7
* v3d: Print CLIF fixed-point values as just their decimal value.Eric Anholt2018-07-301-6/+16
* v3d: When not doing terminal pretty-printing, comment struct field names.Eric Anholt2018-07-301-1/+7
* v3d: Add pack header support for f187 values.Eric Anholt2018-07-305-7/+29
* v3d: Skip printing sub-id or pad fields in CLIF dumping.Eric Anholt2018-07-271-0/+8
* v3d: Dump fields in CLIF output in increasing offset order.Eric Anholt2018-07-271-0/+14
* v3d: Print addresses in CLIFs as references to buffers.Eric Anholt2018-07-272-4/+24
* v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt2018-07-272-16/+8
* v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt2018-07-272-4/+6
* v3d: Drop the VG support from the XML.Eric Anholt2018-07-271-13/+2
* v3d: Use /* */ instead of () for enum names in CLIF output.Eric Anholt2018-07-271-1/+1
* v3d: CLIF-dump the "Vec size" field as 0 == maximum value.Eric Anholt2018-07-271-0/+2
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* v3d: Implement noperspective varyings on V3D 4.x.Eric Anholt2018-07-091-1/+1
* v3d: Fix typo in dither mode offset.Eric Anholt2018-07-091-1/+1
* v3d: Emit a TF flush after each draw using TF.Eric Anholt2018-07-021-0/+2
* v3d: Add missing Stream field to transform feedback specs on V3D 4.1.Eric Anholt2018-06-291-1/+8
* v3d: Add missing "tri trip or fan" flag in Primitive List Format.Eric Anholt2018-06-291-0/+1
* v3d: Fix the shader code address field widths on V3D 4.1+Eric Anholt2018-06-291-3/+3
* v3d: Add missing "no prim pack" field to the V3D4.1+ GL shader state.Eric Anholt2018-06-291-0/+2