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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-1
/
+1
*
r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-6
/
+2
*
anv,iris: L3ALLOC register replaces L3CNTLREG for gen12
Jordan Justen
2019-09-06
1
-2
/
+13
*
intel: Stop redirecting state cache to command streamer cache section
Kenneth Graunke
2019-09-06
1
-6
/
+0
*
iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESS
Kenneth Graunke
2019-09-06
1
-4
/
+55
*
freedreno/a6xx: Implement primitive count queries on GPU
Kristian H. Kristensen
2019-09-06
13
-18
/
+123
*
freedreno/a6xx: Let the GPU track streamout offsets
Kristian H. Kristensen
2019-09-06
4
-19
/
+36
*
llvmpipe: fix CALLOC vs. free mismatches
Roland Scheidegger
2019-09-06
2
-4
/
+5
*
panfrost/ci: Increase timeouts
Tomeu Vizoso
2019-09-06
1
-2
/
+2
*
panfrost/ci: Use special runner for LAVA jobs
Tomeu Vizoso
2019-09-06
1
-9
/
+1
*
panfrost/ci: Re-add support for armhf
Tomeu Vizoso
2019-09-06
4
-28
/
+39
*
radeon: Fix mjpeg issue for ARCTURUS
Zhu, James
2019-09-06
1
-0
/
+1
*
radeon/vcn: add RENOIR VCN decode support
Leo Liu
2019-09-06
1
-4
/
+4
*
radeonsi: Release storage for smda_uploads when the context is destroyed
Gert Wollny
2019-09-06
1
-0
/
+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
4
-247
/
+103
*
freedreno/a2xx: fix depth gmem restore
Jonathan Marek
2019-09-06
1
-15
/
+12
*
freedreno/a2xx: implement polygon offset
Jonathan Marek
2019-09-06
1
-0
/
+12
*
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
6
-50
/
+86
*
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
*
radeonsi/nir: Don't lower constant arrays to uniforms
Connor Abbott
2019-09-05
1
-0
/
+5
*
ac/nir: Enable nir_opt_large_constants
Connor Abbott
2019-09-05
1
-0
/
+7
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
1
-1
/
+1
*
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
*
llvmpipe: add compute shader parameter fetching support
Dave Airlie
2019-09-04
1
-0
/
+54
*
llvmpipe: add compute shader images support
Dave Airlie
2019-09-04
4
-1
/
+111
*
llvmpipe: add ssbo support to compute shaders
Dave Airlie
2019-09-04
4
-0
/
+61
*
llvmpipe: add compute sampler + sampler view support.
Dave Airlie
2019-09-04
4
-4
/
+292
*
llvmpipe: add support for compute constant buffers.
Dave Airlie
2019-09-04
4
-2
/
+72
*
llvmpipe: add compute pipeline statistics support.
Dave Airlie
2019-09-04
2
-1
/
+3
*
llvmpipe: add grid launch
Dave Airlie
2019-09-04
1
-0
/
+76
*
llvmpipe: add compute shader generation.
Dave Airlie
2019-09-04
2
-0
/
+337
*
llvmpipe: introduce variant building infrastrucutre.
Dave Airlie
2019-09-04
1
-1
/
+185
*
llvmpipe: introduce new state dirty tracking for compute.
Dave Airlie
2019-09-04
3
-1
/
+3
*
llvmpipe: add initial shader create/bind/destroy variants framework.
Dave Airlie
2019-09-04
4
-0
/
+118
*
llvmpipe: add compute debug option
Dave Airlie
2019-09-04
2
-0
/
+2
*
gallivm: add compute jit interface.
Dave Airlie
2019-09-04
3
-1
/
+196
*
llvmpipe: add initial compute state structs
Dave Airlie
2019-09-04
3
-0
/
+40
[next]