index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: add SUQ op by reading the info from driver constbuf
Ilia Mirkin
2016-01-29
6
-3
/
+21
*
nv50/ir: add support for BUFFER accesses
Ilia Mirkin
2016-01-29
6
-11
/
+147
*
nvc0: handle shader buffer memory barrier
Ilia Mirkin
2016-01-29
1
-0
/
+4
*
nvc0: add state management for shader buffers
Ilia Mirkin
2016-01-29
5
-8
/
+111
*
nvc0: double per-shader stage driver constants area
Ilia Mirkin
2016-01-29
3
-15
/
+15
*
trace: add support for set_shader_buffers
Ilia Mirkin
2016-01-29
3
-0
/
+60
*
nv50/ir: optimize mad/fma with third argument 0 to mul
Karol Herbst
2016-01-28
1
-0
/
+21
*
nv50/ir: run DCE backwards
Karol Herbst
2016-01-28
1
-3
/
+3
*
nv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1 << c) - 1))
Karol Herbst
2016-01-28
1
-0
/
+8
*
radeonsi: Add option for SI scheduler
Axel Davy
2016-01-28
3
-1
/
+7
*
vc4: Throttle outstanding rendering after submission.
Eric Anholt
2016-01-27
1
-0
/
+9
*
vc4: Don't record the seqno of a failed job submit.
Eric Anholt
2016-01-27
1
-2
/
+2
*
nv50/ir: fix memory corruption when spilling and redoing RA
Karol Herbst
2016-01-26
1
-0
/
+3
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
8
-21
/
+55
*
r600: Typos and whitespace fixes
Jan Vesely
2016-01-26
3
-7
/
+7
*
radeonsi: fix clover crash
Marek Olšák
2016-01-26
1
-1
/
+1
*
radeonsi: fix shader precompilation for shader-db
Marek Olšák
2016-01-26
1
-9
/
+35
*
nir: move to compiler/
Emil Velikov
2016-01-26
9
-12
/
+12
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
2
-2
/
+2
*
gallium/ddebug: add 'verbose' option
Nicolai Hähnle
2016-01-26
5
-5
/
+12
*
gallium/ddebug: make 'noflush' also affect 'always' mode
Nicolai Hähnle
2016-01-26
2
-5
/
+10
*
radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.local
Nicolai Hähnle
2016-01-26
1
-1
/
+3
*
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
2016-01-25
1
-15
/
+18
*
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
2016-01-25
1
-3
/
+5
*
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
2016-01-25
1
-1
/
+0
*
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
2016-01-25
1
-2
/
+3
*
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2016-01-25
2
-6
/
+5
*
radeonsi: replace use of is_gs_copy_shader in si_shader_vs
Nicolai Hähnle
2016-01-25
1
-1
/
+1
*
radeonsi: ensure that VGT_GS_MODE is sent when necessary
Nicolai Hähnle
2016-01-25
1
-8
/
+21
*
radeonsi: extract the VGT_GS_MODE calculation into its own function
Nicolai Hähnle
2016-01-25
1
-19
/
+28
*
trace: fix a segfault when tracing indirect draw calls
Samuel Pitoiset
2016-01-24
1
-1
/
+16
*
virgl: enable building on Android
Rob Herring
2016-01-23
1
-0
/
+35
*
radeonsi: add ETC1 support for Stoney
Marek Olšák
2016-01-22
1
-0
/
+1
*
radeonsi: change LLVM intrinsics for BREV, CLAMP, EX2
Marek Olšák
2016-01-22
1
-3
/
+6
*
radeonsi: add max waves / SIMD to shader stats (v2)
Marek Olšák
2016-01-22
1
-5
/
+49
*
radeonsi: enable late VS allocation (v3)
Marek Olšák
2016-01-22
1
-3
/
+23
*
radeonsi: allow using all CUs for tessellation and on-chip GS (v2)
Marek Olšák
2016-01-22
1
-2
/
+2
*
Revert "radeonsi: fix discard-only fragment shaders (v2)"
Nicolai Hähnle
2016-01-22
1
-4
/
+0
*
radeonsi: fix discard-only fragment shaders (v2)
Nicolai Hähnle
2016-01-22
1
-0
/
+4
*
radeonsi: add ETC2 support for Stoney
Marek Olšák
2016-01-22
2
-10
/
+38
*
radeonsi: implement SAMPLEPOS system value without a constant buffer load
Marek Olšák
2016-01-22
1
-2
/
+13
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
4
-6
/
+6
*
radeonsi: disable SPI color outputs the shader doesn't write
Marek Olšák
2016-01-22
2
-0
/
+16
*
radeonsi: use all SPI color formats
Marek Olšák
2016-01-22
6
-58
/
+195
*
radeonsi: use 32_AR for alpha-to-coverage without a color buffer
Marek Olšák
2016-01-22
1
-1
/
+1
*
radeonsi: add shader conversion code for all SPI color formats
Marek Olšák
2016-01-22
2
-14
/
+140
*
radeonsi: set CB_SHADER_MASK according to SPI color formats
Marek Olšák
2016-01-22
1
-16
/
+35
*
radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpc
Marek Olšák
2016-01-22
7
-38
/
+91
*
radeonsi: don't enable blending if colormask == 0
Marek Olšák
2016-01-22
1
-0
/
+3
*
freedreno/a4xx: Add support for adreno 430
cstout
2016-01-21
1
-0
/
+1
[next]