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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Drop in a bunch of notes about performance improvement opportunities.
Eric Anholt
2018-12-14
5
-2
/
+74
*
v3d: Do uniform pretty-printing in the QPU dump.
Eric Anholt
2018-12-14
3
-1
/
+62
*
v3d: Use the uniform pretty-printer in v3d_write_uniforms()'s debug code.
Eric Anholt
2018-12-14
1
-1
/
+3
*
v3d: Move uniform pretty-printing to its own helper function.
Eric Anholt
2018-12-14
2
-71
/
+77
*
v3d: Move uinfo->data[] dereference to the top of v3d_write_uniforms().
Eric Anholt
2018-12-14
1
-15
/
+13
*
v3d: Avoid assertion failures when removing end-of-shader instructions.
Eric Anholt
2018-12-14
1
-0
/
+6
*
v3d: Add support for draw indirect for GLES3.1.
Eric Anholt
2018-12-14
3
-2
/
+70
*
v3d: Add missing flagging of SYNCB as a TSY op.
Eric Anholt
2018-12-14
1
-0
/
+1
*
v3d: Make sure that a thrsw doesn't split a multop from its umul24.
Eric Anholt
2018-12-14
1
-0
/
+1
*
v3d: Add safety checks for resource_create().
Eric Anholt
2018-12-14
1
-0
/
+6
*
v3d: Add support for texturing from linear.
Eric Anholt
2018-12-14
6
-3
/
+110
*
v3d: Add support for using the TFU to do some blits.
Eric Anholt
2018-12-14
1
-42
/
+129
*
v3d: Don't forget to bump the number of writes when doing TFU ops.
Eric Anholt
2018-12-14
1
-0
/
+2
*
v3d: Set up the right stride for raster TFU.
Eric Anholt
2018-12-14
1
-1
/
+1
*
v3d: Don't forget to wait for our TFU job before rendering from it.
Eric Anholt
2018-12-14
1
-0
/
+8
*
nvc0: always keep TSC slot 0 bound to fix TXF
Ilia Mirkin
2018-12-14
2
-0
/
+21
*
nvc0: replace use of explicit default_tsc with entry 0
Ilia Mirkin
2018-12-14
6
-22
/
+25
*
freedreno/a6xx: fix corrupted uniforms
Rob Clark
2018-12-14
1
-1
/
+2
*
pci_ids: add new vega20 pci id
Alex Deucher
2018-12-14
1
-0
/
+1
*
pci_ids: add new vega10 pci ids
Alex Deucher
2018-12-14
1
-1
/
+7
*
i965/gen9: Add workarounds for object preemption.
Rafael Antognolli
2018-12-14
1
-0
/
+63
*
i965/gen10+: Enable object level preemption.
Rafael Antognolli
2018-12-14
4
-1
/
+36
*
intel/genxml: Add register for object preemption.
Rafael Antognolli
2018-12-14
3
-0
/
+24
*
util/slab: Rename slab_mempool typed parameters to mempool
Ian Romanick
2018-12-14
2
-14
/
+14
*
nir/phi_builder: Internal users should use nir_phi_builder_value_set_block_de...
Ian Romanick
2018-12-14
1
-2
/
+2
*
etnaviv: drop redundant ctx function parameter
Christian Gmeiner
2018-12-14
1
-4
/
+3
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
16
-260
/
+177
*
nir: fix opt_if_loop_last_continue()
Timothy Arceri
2018-12-14
1
-2
/
+6
*
freedreno/a6xx: fix resource_copy_region()
Rob Clark
2018-12-13
1
-9
/
+24
*
freedreno: move fd_resource_copy_region()
Rob Clark
2018-12-13
3
-62
/
+73
*
freedreno/a6xx: more blitter fixes
Rob Clark
2018-12-13
1
-10
/
+22
*
freedreno: update generated headers
Rob Clark
2018-12-13
8
-30
/
+39
*
gallium/aux: add is_unorm() helper
Rob Clark
2018-12-13
2
-0
/
+24
*
freedreno/a6xx: fix blitter crash
Rob Clark
2018-12-13
1
-0
/
+17
*
freedreno/ir3: don't remove unused input components
Rob Clark
2018-12-13
1
-1
/
+7
*
freedreno/ir3: fix crash
Rob Clark
2018-12-13
1
-14
/
+8
*
freedreno: also set DUMP flag on shaders
Rob Clark
2018-12-13
5
-20
/
+22
*
freedreno: debug GEM obj names
Rob Clark
2018-12-13
13
-21
/
+91
*
freedreno/drm: sync uapi and enable softpin
Rob Clark
2018-12-13
6
-25
/
+30
*
nir: Move intel's half-float image store lowering to to nir_format.h.
Eric Anholt
2018-12-13
2
-8
/
+15
*
Revert "intel: Simplify the half-float packing in image load/store lowering."
Eric Anholt
2018-12-13
1
-2
/
+8
*
nir: Print the format of image variables.
Eric Anholt
2018-12-13
1
-0
/
+47
*
mesa/st: Expose compute shaders when NIR support is advertised.
Eric Anholt
2018-12-13
2
-8
/
+14
*
radv/xfb: fix counter buffer bounds checks.
Dave Airlie
2018-12-13
1
-2
/
+2
*
i965: Enable nir_opt_idiv_const for 32 and 64-bit integers
Jason Ekstrand
2018-12-13
1
-1
/
+3
*
i965/vec4: Implement nir_op_uadd_sat
Jason Ekstrand
2018-12-13
1
-0
/
+6
*
i965/fs: Implement nir_op_uadd_sat
Ian Romanick
2018-12-13
1
-0
/
+5
*
nir: Add a pass for lowering integer division by constants
Jason Ekstrand
2018-12-13
4
-0
/
+219
*
nir: Add a saturated unsigned integer add opcode
Ian Romanick
2018-12-13
1
-0
/
+2
*
nir/lower_int64: Add support for [iu]mul_high
Jason Ekstrand
2018-12-13
2
-0
/
+67
[next]