index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
broadcom
/
cle
/
v3d_decoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Fix a release build set-but-unused compiler warning.
Eric Anholt
2019-01-29
1
-1
/
+2
*
v3d: Actually put the "%s" in the snprintf.
Eric Anholt
2018-08-01
1
-1
/
+1
*
v3d: use snprintf(..., "%s", ...) instead of strncpy
Eric Anholt
2018-07-31
1
-1
/
+1
*
v3d: Use a short, underscored name for packets in CLIF/CL dumping.
Eric Anholt
2018-07-30
1
-1
/
+3
*
v3d: Print CLIF fixed-point values as just their decimal value.
Eric Anholt
2018-07-30
1
-6
/
+16
*
v3d: When not doing terminal pretty-printing, comment struct field names.
Eric Anholt
2018-07-30
1
-1
/
+7
*
v3d: Add pack header support for f187 values.
Eric Anholt
2018-07-30
1
-0
/
+7
*
v3d: Skip printing sub-id or pad fields in CLIF dumping.
Eric Anholt
2018-07-27
1
-0
/
+8
*
v3d: Dump fields in CLIF output in increasing offset order.
Eric Anholt
2018-07-27
1
-0
/
+14
*
v3d: Print addresses in CLIFs as references to buffers.
Eric Anholt
2018-07-27
1
-3
/
+22
*
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
2018-07-27
1
-11
/
+6
*
v3d: Pass the whole clif_dump structure to v3d_print_group().
Eric Anholt
2018-07-27
1
-3
/
+4
*
v3d: Use /* */ instead of () for enum names in CLIF output.
Eric Anholt
2018-07-27
1
-1
/
+1
*
v3d: CLIF-dump the "Vec size" field as 0 == maximum value.
Eric Anholt
2018-07-27
1
-0
/
+2
*
v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.
Eric Anholt
2018-06-29
1
-2
/
+10
*
v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.
Eric Anholt
2018-06-29
1
-0
/
+43
*
v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.
Eric Anholt
2018-06-27
1
-0
/
+11
*
broadcom/genxml: Fix decoding of groups with small fields.
Kenneth Graunke
2017-11-07
1
-2
/
+4
*
broadcom/genxml: Check the sub-id field when decoding instructions.
Eric Anholt
2017-08-18
1
-5
/
+26
*
broadcom/genxml: Support address fields with <32 bits
Eric Anholt
2017-07-25
1
-1
/
+1
*
broadcom/genxml: Introduce a V3D packet/struct decoder.
Eric Anholt
2017-07-25
1
-0
/
+855