index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
10
-0
/
+176
*
nir: Add 1-bit Boolean opcodes
Jason Ekstrand
2018-12-16
3
-3
/
+34
*
nir/algebraic: Generalize an optimization
Jason Ekstrand
2018-12-16
1
-2
/
+9
*
nir/large_constants: Properly handle 1-bit bools
Jason Ekstrand
2018-12-16
2
-2
/
+31
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
11
-24
/
+92
*
nir/constant_expressions: Rework Boolean handling
Jason Ekstrand
2018-12-16
1
-20
/
+12
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
18
-256
/
+323
*
nir/algebraic: Make an optimization more specific
Jason Ekstrand
2018-12-16
1
-1
/
+1
*
nir: Drop support for lower_b2f
Jason Ekstrand
2018-12-16
2
-7
/
+1
*
nir/algebraic: Optimize x2b(xneg(a)) -> a
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
nir/constant_folding: Fix source bit size logic
Jason Ekstrand
2018-12-16
1
-1
/
+2
*
nir/tgsi: Use nir_bany in ttn_kill_if
Jason Ekstrand
2018-12-16
1
-3
/
+1
*
nir/lower_idiv: Use ilt instead of bit twiddling
Jason Ekstrand
2018-12-16
1
-1
/
+1
*
v3d: Use the original bit size when scalarizing uniform loads.
Eric Anholt
2018-12-16
1
-1
/
+2
*
vc4: Use the original bit size when scalarizing uniform loads.
Eric Anholt
2018-12-16
1
-1
/
+2
*
ac: split 16-bit ssbo loads that may not be dword aligned
Rhys Perry
2018-12-16
1
-0
/
+2
*
ac: refactor visit_load_buffer
Rhys Perry
2018-12-16
2
-44
/
+42
*
nir: fix constness in nir_intrinsic_align()
Rhys Perry
2018-12-16
1
-1
/
+1
*
clover: Fix build after clang r348827
Jan Vesely
2018-12-16
1
-1
/
+6
*
glx: Fix compilation with GLX_USE_WINDOWSGL
Jon Turney
2018-12-15
1
-2
/
+4
*
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
*
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
[next]