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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add DragonFly support
François Tigeot
2016-01-31
1
-1
/
+1
*
nv50/ir: get rid of memory stores with nop values
Ilia Mirkin
2016-01-30
1
-0
/
+6
*
nv50/ir: fix false global CSE on instructions with multiple defs
Ilia Mirkin
2016-01-30
1
-0
/
+2
*
nv50,nvc0: fix buffer clearing to respect engine alignment requirements
Ilia Mirkin
2016-01-30
2
-52
/
+247
*
freedreno/ir3: ignore clip-vertex varying
Rob Clark
2016-01-30
1
-1
/
+4
*
freedreno/ir3: don't ignore local vars
Rob Clark
2016-01-30
1
-1
/
+7
*
freedreno/ir3: handle tex instrs w/ const offset
Rob Clark
2016-01-30
1
-0
/
+16
*
freedreno/ir3: support load_front_face intrinsic
Rob Clark
2016-01-30
1
-2
/
+14
*
freedreno: limit string marker to max packet size
Rob Clark
2016-01-30
1
-0
/
+3
*
nvc0: avoid crashing when there are holes in vertex array bindings
Ilia Mirkin
2016-01-29
1
-3
/
+13
*
nvc0: enable atomic counters and ssbo
Ilia Mirkin
2016-01-29
2
-2
/
+6
*
nv50/ir: handle new TGSI MEMBAR opcode
Ilia Mirkin
2016-01-29
1
-0
/
+8
*
nvc0/ir: fix atomic compare-and-swap arguments
Ilia Mirkin
2016-01-29
3
-5
/
+8
*
nv50/ir: add support for indirect buffer loading
Ilia Mirkin
2016-01-29
2
-10
/
+31
*
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
*
st/mesa: add shader buffer barrier bit
Ilia Mirkin
2016-01-29
1
-0
/
+1
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
3
-2
/
+24
*
winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*
Michel Dänzer
2016-01-29
1
-10
/
+9
*
winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESS
Michel Dänzer
2016-01-29
1
-0
/
+2
*
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
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
nir: move to compiler/
Emil Velikov
2016-01-26
14
-20
/
+20
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
8
-4
/
+8
*
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
[next]