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
*
radeonsi: Release storage for smda_uploads when the context is destroyed
Gert Wollny
2019-09-06
1
-0
/
+1
*
android: mesa: revert "Enable asm unconditionally"
Mauro Rossi
2019-09-06
2
-0
/
+4
*
radv/gfx10: always set ballot_mask_bits to 64
Samuel Pitoiset
2019-09-06
1
-2
/
+1
*
nir/lower_explicit_io: Handle 1 bit loads and stores
Caio Marcelo de Oliveira Filho
2019-09-05
1
-9
/
+24
*
Revert "intel/fs: Move the scalar-region conversion to the generator."
Jason Ekstrand
2019-09-06
4
-5
/
+5
*
intel/fs: Fix FB write inst groups
Jason Ekstrand
2019-09-06
1
-1
/
+1
*
lima/ppir: don't lower phis to scalar
Vasily Khoruzhick
2019-09-05
1
-1
/
+0
*
freedreno/a2xx: formats update
Jonathan Marek
2019-09-06
5
-250
/
+106
*
freedreno/a2xx: fix depth gmem restore
Jonathan Marek
2019-09-06
1
-15
/
+12
*
freedreno/a2xx: implement polygon offset
Jonathan Marek
2019-09-06
2
-0
/
+14
*
freedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend function
Jonathan Marek
2019-09-06
1
-1
/
+6
*
freedreno/a2xx: ir2: update register state in scalar insert
Jonathan Marek
2019-09-06
1
-0
/
+6
*
freedreno/a2xx: ir2: fix incorrect instruction reordering
Jonathan Marek
2019-09-06
1
-0
/
+16
*
freedreno/a2xx: ir2: check opcode on the right instruction in export cp
Jonathan Marek
2019-09-06
1
-1
/
+1
*
freedreno/a2xx: ir2: fix saturate in cp
Jonathan Marek
2019-09-06
1
-0
/
+4
*
freedreno/a2xx: ir2: set lower_fdph
Jonathan Marek
2019-09-06
1
-0
/
+1
*
freedreno/a2xx: ir2: remove pointcoord y invert
Jonathan Marek
2019-09-06
1
-4
/
+2
*
freedreno/a2xx: ir2: fix lowering of instructions after float lowering
Jonathan Marek
2019-09-06
1
-3
/
+2
*
lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalar
Vasily Khoruzhick
2019-09-06
1
-5
/
+21
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
16
-67
/
+113
*
util: android logging support
Rob Clark
2019-09-06
2
-2
/
+21
*
freedreno/ir3: allow copy propagation for relative
Rob Clark
2019-09-06
1
-9
/
+19
*
freedreno/ir3: fix cp cmps.s opt
Rob Clark
2019-09-06
1
-1
/
+1
*
freedreno/ir3: assert that only single address
Rob Clark
2019-09-06
2
-0
/
+5
*
freedreno/ir3: fix mad copy propagation special case
Rob Clark
2019-09-06
1
-9
/
+35
*
freedreno/ir3: fix addr/pred spilling
Rob Clark
2019-09-06
1
-7
/
+42
*
freedreno/ir3: cleanup "partially const" ubo srcs
Rob Clark
2019-09-06
1
-4
/
+52
*
lima/ppir: improve regalloc spill cost calculation
Erico Nunes
2019-09-05
1
-5
/
+49
*
lima/ppir: optimizations in regalloc spilling code
Erico Nunes
2019-09-05
1
-90
/
+88
*
lima/ppir: mark regalloc created ssa unspillable
Erico Nunes
2019-09-05
1
-0
/
+1
*
v3d: writes to magic registers aren't RF writes after THREND
Jose Maria Casanova Crespo
2019-09-05
1
-1
/
+3
*
intel/dri: finish proper glthread
Sergii Romantsov
2019-09-05
1
-1
/
+1
*
radv: Call nir_propagate_invariant()
Connor Abbott
2019-09-05
1
-0
/
+2
*
radeonsi/nir: Don't lower constant arrays to uniforms
Connor Abbott
2019-09-05
1
-0
/
+5
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
7
-1
/
+20
*
st/nir: Don't lower indirects when linking
Connor Abbott
2019-09-05
1
-17
/
+1
*
st/nir: Call nir_remove_unused_variables() in the opt loop
Connor Abbott
2019-09-05
1
-0
/
+10
*
ac/nir: Enable nir_opt_large_constants
Connor Abbott
2019-09-05
2
-0
/
+14
*
ac/nir: Support load_constant intrinsics
Connor Abbott
2019-09-05
1
-0
/
+55
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
6
-4
/
+14
*
headers: remove redundant GL token from GL wrapper
Heinrich Fink
2019-09-05
1
-4
/
+0
*
clover: Fix build after clang r370122.
Hal Gentz
2019-09-04
2
-2
/
+16
*
gallium/osmesa: Move 565 format selection checks where the rest are.
Eric Anholt
2019-09-04
1
-4
/
+2
*
gallium/osmesa: Fix a race in creating the stmgr.
Eric Anholt
2019-09-04
1
-9
/
+17
*
gallium/osmesa: Introduce a test.
Eric Anholt
2019-09-04
2
-0
/
+52
*
glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.
Hal Gentz
2019-09-04
2
-1
/
+9
*
egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}
Adam Jackson
2019-09-04
2
-0
/
+4
*
glsl: Store the precision for a function return type
Neil Roberts
2019-09-04
3
-1
/
+30
*
llvmpipe: enable compute shaders if LLVM has coroutines
Dave Airlie
2019-09-04
1
-1
/
+1
*
llvmpipe: add local memory allocation path
Dave Airlie
2019-09-04
2
-0
/
+12
[next]