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
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
v3d: Use nir_remove_unused_io_vars to handle binner shader output DCE
Eric Anholt
2018-10-30
2
-45
/
+13
*
v3d: Only add output slot tracking for the current varying slot.
Eric Anholt
2018-10-30
1
-1
/
+1
*
v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.
Eric Anholt
2018-10-30
1
-0
/
+16
*
v3d: Don't rely on sorting input vars for VPM read setup.
Eric Anholt
2018-10-30
1
-28
/
+20
*
v3d: Split out NIR input setup between FS and VPM.
Eric Anholt
2018-10-30
1
-47
/
+80
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
2
-3
/
+0
*
v3d: Add support for hardware pack/unpack of half floats.
Eric Anholt
2018-10-15
1
-0
/
+16
*
android: broadcom/cle: export the broadcom top level path headers
Mauro Rossi
2018-09-15
1
-0
/
+2
*
android: broadcom/cle: add gallium include path
Mauro Rossi
2018-09-15
1
-0
/
+2
*
android: broadcom/genxml: fix collision with intel/genxml header-gen macro
Mauro Rossi
2018-09-15
1
-5
/
+5
*
move u_math to src/util
Dylan Baker
2018-09-07
1
-1
/
+1
*
v3d: Fix setup of the VCM cache size.
Eric Anholt
2018-09-07
1
-1
/
+2
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
1
-1
/
+1
*
configure: allow building with python3
Emil Velikov
2018-08-23
1
-1
/
+1
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-2
/
+2
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
4
-4
/
+36
*
v3d: Avoid spilling that breaks the r5 usage after a ldvary.
Eric Anholt
2018-08-06
1
-0
/
+9
*
v3d: Make sure that QPU instruction-has-a-dest matches VIR.
Eric Anholt
2018-08-06
2
-1
/
+11
*
v3d: Wait for TMU writes to complete before continuing after a spill.
Eric Anholt
2018-08-06
1
-1
/
+6
*
v3d: Make sure we don't emit a thrsw before the last one finished.
Eric Anholt
2018-08-06
1
-2
/
+13
*
v3d: Add some debug code for forcing register spilling.
Eric Anholt
2018-08-06
1
-0
/
+14
*
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: Add support for the TMUWT instruction.
Eric Anholt
2018-07-31
5
-3
/
+22
*
v3d: Dump the contents off all the buffers in CLIF mode.
Eric Anholt
2018-07-30
2
-25
/
+207
*
v3d: Split walking the CLs to generate relocs from walking CLs to dump.
Eric Anholt
2018-07-30
3
-37
/
+49
*
v3d: Include commands to run the BCL and RCL in CLIF dumps.
Eric Anholt
2018-07-30
3
-6
/
+46
*
v3d: Use a short, underscored name for packets in CLIF/CL dumping.
Eric Anholt
2018-07-30
3
-45
/
+72
*
v3d: Rename "configuration" and "config" in the XML to "cfg"
Eric Anholt
2018-07-30
1
-21
/
+21
*
v3d: s/colour/color in the XML.
Eric Anholt
2018-07-30
1
-19
/
+19
*
v3d: Rename primitives to prims in the XML to match CLIF names.
Eric Anholt
2018-07-30
1
-7
/
+7
*
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 a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
2018-07-30
5
-2
/
+11
*
v3d: Add pack header support for f187 values.
Eric Anholt
2018-07-30
5
-7
/
+29
*
vc4: Fix meson build when enabled without v3d.
Eric Anholt
2018-07-29
3
-22
/
+27
*
v3d: Skip printing sub-id or pad fields in CLIF dumping.
Eric Anholt
2018-07-27
1
-0
/
+8
*
v3d: Emit commands to switch CLIF parser to CL/shader/attr input mode.
Eric Anholt
2018-07-27
2
-2
/
+5
*
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
4
-9
/
+42
*
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
2018-07-27
4
-22
/
+14
*
v3d: Move clif dumping to a separate step from noting where the CLs are.
Eric Anholt
2018-07-27
2
-3
/
+17
*
v3d: Move clif dump BO lookup into the clif dumper.
Eric Anholt
2018-07-27
3
-15
/
+52
*
v3d: Pass the whole clif_dump structure to v3d_print_group().
Eric Anholt
2018-07-27
4
-10
/
+12
*
v3d: Drop the VG support from the XML.
Eric Anholt
2018-07-27
1
-13
/
+2
*
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
*
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
2018-07-26
1
-0
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
[next]