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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nvir/nir: implement nir_op_extract_u16
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: implement nir_op_extract_i8
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: implement nir_op_extract_u8
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: turn on lower_rotate
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir: flesh out options
Ben Skeggs
2020-06-10
1
-0
/
+17
*
nvir/nir: move nir options to codegen
Ben Skeggs
2020-06-10
3
-63
/
+89
*
nvir/nir: fix fragment program output when using MRT
Ben Skeggs
2020-06-10
1
-1
/
+5
*
nvir/nir: use component helpers instead of insn->num_components
Karol Herbst
2020-06-10
1
-15
/
+16
*
nvir: run replaceZero() before replaceCvt()
Ben Skeggs
2020-06-10
1
-3
/
+3
*
nvir: add constant folding for OP_PERMT
Ben Skeggs
2020-06-10
1
-0
/
+9
*
nvir: introduce OP_FINAL
Ben Skeggs
2020-06-10
3
-3
/
+5
*
nvir: introduce OP_SGXT
Ben Skeggs
2020-06-10
4
-2
/
+15
*
nvir: introduce OP_BMSK
Ben Skeggs
2020-06-10
5
-4
/
+11
*
nvir: introduce OP_SHF
Ben Skeggs
2020-06-10
3
-3
/
+12
*
nvir: introduce OP_BREV with lowering to EXTBF_REV for current GPUs
Ben Skeggs
2020-06-10
8
-12
/
+29
*
nvir: introduce OP_WARPSYNC
Ben Skeggs
2020-06-10
3
-0
/
+5
*
nvir: introduce OP_LOP3_LUT
Ben Skeggs
2020-06-10
4
-3
/
+22
*
nvir: bump max encoding size of instructions
Ben Skeggs
2020-06-10
2
-2
/
+2
*
gallium/hud: do not specify potentially invalid depth-range
Erik Faye-Lund
2020-06-10
1
-1
/
+1
*
draw: add disk caching for draw shaders
Dave Airlie
2020-06-11
1
-17
/
+126
*
llvmpipe: hook draw disk cache up
Dave Airlie
2020-06-11
1
-1
/
+21
*
draw: add disk cache callbacks for draw shaders
Dave Airlie
2020-06-11
3
-1
/
+35
*
llvmpipe/cs: add shader caching
Dave Airlie
2020-06-11
1
-3
/
+45
*
llvmpipe/fs: add caching support
Dave Airlie
2020-06-11
1
-4
/
+47
*
gallivm: don't cache shaders that use fetch functions.
Dave Airlie
2020-06-11
1
-1
/
+5
*
llvmpipe: add infrastructure for disk cache support
Dave Airlie
2020-06-11
5
-13
/
+83
*
gallivm: add cache interface to mcjit
Dave Airlie
2020-06-11
3
-1
/
+49
*
gallivm: skip operations if we have a cached object.
Dave Airlie
2020-06-11
1
-0
/
+5
*
gallivm: add support for a cache object
Dave Airlie
2020-06-11
14
-19
/
+41
*
gallivm: rework debug printf hook to use global mapping.
Dave Airlie
2020-06-11
3
-7
/
+9
*
gallivm: rework coroutine malloc/free callouts.
Dave Airlie
2020-06-11
5
-11
/
+35
*
llvmpipe/draw: drop variant number from function names.
Dave Airlie
2020-06-11
3
-16
/
+9
*
llvmpipe/cs: overhaul cs variant key state.
Dave Airlie
2020-06-11
2
-25
/
+64
*
util/disk_cache: add fallback for disk_cache_get_function_identifier
Dave Airlie
2020-06-11
1
-0
/
+6
*
ci: fix possible spuriously run of jobs
Christian Gmeiner
2020-06-10
1
-0
/
+2
*
ac/surface: cache DCC retile maps (v2)
Marek Olšák
2020-06-10
3
-64
/
+204
*
ac/surface: add a wrapper structure to hold ADDR_HANDLE
Marek Olšák
2020-06-10
7
-37
/
+53
*
amd/addrlib: remove unused members of ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUT
Marek Olšák
2020-06-10
2
-6
/
+0
*
amd/addrlib: don't recompute DCC info for every ComputeDccAddrFromCoord call
Marek Olšák
2020-06-10
4
-115
/
+91
*
ac/surface: don't recompute the DCC retile map for imported textures
Marek Olšák
2020-06-10
1
-61
/
+61
*
aco: fix moving sub-dword values out of a register for a fixed definition
Rhys Perry
2020-06-10
1
-30
/
+31
*
aco: use Info::definition_size instead of definition's regclass
Rhys Perry
2020-06-10
2
-4
/
+5
*
aco: add Info::{operand_size,definition_size}
Rhys Perry
2020-06-10
3
-0
/
+44
*
aco: prefer 4-byte aligned definitions
Rhys Perry
2020-06-10
1
-30
/
+30
*
aco: allow reading/writing upper halves/bytes when possible
Rhys Perry
2020-06-10
6
-69
/
+424
*
aco: p_extract_vector in 64-bit u2f16/i2f16
Rhys Perry
2020-06-10
1
-0
/
+4
*
aco: validate instructions reading/writing upper halves/bytes
Rhys Perry
2020-06-10
4
-12
/
+229
*
panfrost: Add writes_stencil to the EARLY_Z disable list
Icecream95
2020-06-10
1
-1
/
+2
*
pan/mdg: Print writeout sources in mir_print_instruction
Icecream95
2020-06-10
1
-0
/
+10
*
pan/mdg: Add new depth store lowering
Icecream95
2020-06-10
2
-18
/
+192
[prev]
[next]