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
...
*
aco: implement radv_enable_mrt_output_nan_fixup workaround
Samuel Pitoiset
2020-06-12
1
-0
/
+20
*
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
2020-06-12
5
-0
/
+17
*
glsl: fix incorrect optimisation in opt_constant_variable()
Timothy Arceri
2020-06-12
1
-0
/
+9
*
radv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctly
Samuel Pitoiset
2020-06-12
3
-0
/
+9
*
android: nvir/gv100: update sources in Makefile.sources
Mauro Rossi
2020-06-12
1
-0
/
+6
*
freedreno/ir3: limit pre-fetched tex dest
Rob Clark
2020-06-11
3
-4
/
+60
*
freedreno/ir3: remove RA "q-values" optimization
Rob Clark
2020-06-11
1
-54
/
+3
*
freedreno/ir3: respect tex prefetch limits
Rob Clark
2020-06-11
2
-21
/
+51
*
freedreno/ir3: add debug code to print conflicting half-regs
Rob Clark
2020-06-11
1
-0
/
+7
*
nir/print: print tex dest type
Rob Clark
2020-06-11
1
-15
/
+25
*
iris/icl+: Report same caching domain as main surface for clear color BO.
Francisco Jerez
2020-06-11
1
-2
/
+1
*
android: aco: add aco_ir.cpp to Makefile.sources
Mauro Rossi
2020-06-11
1
-0
/
+1
*
ac/surface: don't free dcc_retile_map on failure
Marek Olšák
2020-06-11
1
-9
/
+4
*
ac/surface: enable DCC for the first level in the mip tail on gfx10
Marek Olšák
2020-06-11
1
-1
/
+10
*
ac/surface: require that gfx8 doesn't have DCC in order to be displayable
Marek Olšák
2020-06-11
1
-3
/
+4
*
ac/surface: don't set is_displayable if displayable DCC is missing
Marek Olšák
2020-06-11
1
-3
/
+6
*
amd/addrlib: fix the C++ one definition rule violation
Marek Olšák
2020-06-11
2
-2
/
+2
*
iris: Better handle metadata in NIR passes
Jason Ekstrand
2020-06-11
1
-2
/
+8
*
intel/nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
5
-6
/
+20
*
nir: Properly preserve metadata in more cases
Jason Ekstrand
2020-06-11
11
-22
/
+78
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
42
-84
/
+87
*
nir: Add a nir_shader_preserve_all_metadata helper
Jason Ekstrand
2020-06-11
2
-0
/
+11
*
nir: Add a nir_metadata_all enum value
Jason Ekstrand
2020-06-11
1
-0
/
+9
*
gallivm/sample: fix texel type for stencil 8-bit
Dave Airlie
2020-06-11
1
-1
/
+1
*
gallivm/conv: enable conversion min code. (v2)
Dave Airlie
2020-06-11
1
-2
/
+4
*
gallivm/format: convert unsigned values to float properly.
Dave Airlie
2020-06-11
1
-1
/
+1
*
llvmpipe: fix subpixel bits reporting.
Dave Airlie
2020-06-11
1
-0
/
+2
*
gallivm/nir: add group barrier support
Dave Airlie
2020-06-11
1
-0
/
+1
*
draw/gs: add more info to debugging.
Dave Airlie
2020-06-11
1
-3
/
+4
*
draw/gs: fix emitting inactive primitives crash
Dave Airlie
2020-06-11
2
-1
/
+6
*
freedreno/a6xx: Fix clip_halfz support.
Eric Anholt
2020-06-10
1
-1
/
+4
*
nvc0: initial support for tu1xx
Ben Skeggs
2020-06-10
13
-41
/
+1126
*
nvc0: initial support for gv100
Ben Skeggs
2020-06-10
13
-35
/
+578
*
nvc0: remove hardcoded blitter vertprog
Ben Skeggs
2020-06-10
1
-73
/
+39
*
nvc0: move setting of entrypoint for a shader stage to a function
Ben Skeggs
2020-06-10
3
-14
/
+23
*
nvc0: use NVIDIA headers for GP100- compute QMD
Ben Skeggs
2020-06-10
7
-141
/
+880
*
nvc0: use NVIDIA headers for GK104->GM2xx compute QMD
Ben Skeggs
2020-06-10
8
-160
/
+1085
*
nvir/gv100: enable support for tu1xx
Ben Skeggs
2020-06-10
2
-0
/
+3
*
nvir/gv100: initial support
Ben Skeggs
2020-06-10
14
-19
/
+3683
*
nvir/nir/gm107: switch off lower_extract_word
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir/gm107: switch off lower_extract_byte
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir/gm107: turn on nir_lower_extract64
Ben Skeggs
2020-06-10
1
-0
/
+1
*
nvir/nir/gm107: split nir shader compiler options from gf100
Ben Skeggs
2020-06-10
1
-0
/
+4
*
nvir/gm107: separate out header for sched data calculator
Ben Skeggs
2020-06-10
2
-150
/
+157
*
nvir/gm107: replace SHR+AND+AND with PRMT+PRMT in PFETCH lowering
Ben Skeggs
2020-06-10
1
-3
/
+2
*
nvir/gm107: implement OP_PERMT
Ben Skeggs
2020-06-10
1
-0
/
+31
*
nvir/nir: use nir_lower_idiv
Ben Skeggs
2020-06-10
1
-0
/
+5
*
nvir/nir: nir expects the shift amount to wrap, rather than clamp
Ben Skeggs
2020-06-10
1
-0
/
+4
*
nvir/nir: implement nir_op_uror
Ben Skeggs
2020-06-10
1
-0
/
+10
*
nvir/nir: implement nir_op_urol
Ben Skeggs
2020-06-10
1
-0
/
+10
[prev]
[next]