aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle
Commit message (Expand)AuthorAgeFilesLines
* 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
* v3d: Express dithering mode in the same way that the CLIF parser does.Eric Anholt2018-06-291-4/+8
* v3d: Add missing "number of bin tile lists" field.Eric Anholt2018-06-291-0/+1
* v3d: Rewrite the color write masks to match CLIF format.Eric Anholt2018-06-291-5/+1
* v3d: Merge the V3D 4.1 and 4.2 XML into V3D 3.3'x XML.Eric Anholt2018-06-294-2154/+589
* v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.Eric Anholt2018-06-295-6/+14
* v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.Eric Anholt2018-06-292-2/+82
* v3d: Pass the version being generated to the pack generator script.Eric Anholt2018-06-292-18/+16
* v3d: Convert a bunch of our "minus one" fields over to the new XML attr.Eric Anholt2018-06-273-24/+24
* v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.Eric Anholt2018-06-273-17/+46
* v3d, vc4: Disable valgrind checking of CLE inputs when NDEBUG is set.Eric Anholt2018-06-211-0/+2
* v3d: Be more explicit about include directory from our generated code.Eric Anholt2018-06-051-1/+1
* v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt2018-05-172-0/+10
* v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt2018-05-173-3/+9
* broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.Eric Anholt2018-04-252-4/+4
* broadcom/vc5: Fix "hardwrae" typo in a field name in XML.Eric Anholt2018-02-052-2/+2
* broadcom/vc5: Add XML for V3D 4.2.Eric Anholt2018-01-273-0/+1055