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
*
etnaviv: pass a preallocated variant to compiler
Christian Gmeiner
2017-04-05
4
-38
/
+62
*
etnaviv: make specs const
Christian Gmeiner
2017-04-05
1
-1
/
+1
*
etnaviv: add struct etna_shader_state
Christian Gmeiner
2017-04-05
5
-23
/
+24
*
etnaviv: add basic shader variant support
Christian Gmeiner
2017-04-05
3
-4
/
+60
*
etnaviv: s/etna_shader/etna_shader_variant
Christian Gmeiner
2017-04-05
7
-34
/
+34
*
etnaviv: remove not needed forward declarations
Christian Gmeiner
2017-04-05
1
-2
/
+0
*
gallium/util: honour LIBUNWIND_CFLAGS
Emil Velikov
2017-04-05
1
-0
/
+1
*
st/clover: Fix build after shrink of pipe_box
Aaron Watry
2017-04-05
1
-3
/
+3
*
radeonsi: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-1
/
+3
*
radeonsi: optimization barriers to work around LLVM deficiencies
Nicolai Hähnle
2017-04-05
1
-4
/
+12
*
radeonsi: strengthen emit_optimization_barrier
Nicolai Hähnle
2017-04-05
2
-4
/
+38
*
radeonsi: emit TGSI_OPCODE_READ_*
Nicolai Hähnle
2017-04-05
1
-0
/
+38
*
radeonsi: emit TGSI_OPCODE_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+18
*
radeonsi: implement TGSI_SEMANTIC_SUBGROUP_*
Nicolai Hähnle
2017-04-05
1
-0
/
+40
*
radeonsi: support 64-bit system values
Nicolai Hähnle
2017-04-05
1
-4
/
+20
*
radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
Nicolai Hähnle
2017-04-05
2
-1
/
+3
*
tgsi: add SUBGROUP_* semantics
Ilia Mirkin
2017-04-05
3
-0
/
+65
*
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
2017-04-05
3
-17
/
+63
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
17
-0
/
+18
*
swr: automake: add gen_common.py to the tarball
Emil Velikov
2017-04-05
1
-0
/
+1
*
radeonsi: enable ARB_sparse_buffer
Nicolai Hähnle
2017-04-05
1
-1
/
+10
*
radeonsi: disable SDMA clears and copies for sparse buffers
Nicolai Hähnle
2017-04-05
3
-4
/
+11
*
gallium/radeon: implement pipe->resource_commit
Nicolai Hähnle
2017-04-05
1
-0
/
+35
*
gallium/radeon: transfers and invalidation for sparse buffers
Nicolai Hähnle
2017-04-05
1
-10
/
+24
*
gallium/radeon: implement sparse buffer creation
Nicolai Hähnle
2017-04-05
1
-0
/
+2
*
winsys/amdgpu: sparse buffer debugging helpers
Nicolai Hähnle
2017-04-05
1
-0
/
+61
*
winsys/amdgpu: take fences when freeing a backing buffer
Nicolai Hähnle
2017-04-05
1
-3
/
+11
*
winsys/amdgpu: add sparse buffers to CS
Nicolai Hähnle
2017-04-05
2
-16
/
+140
*
winsys/amdgpu: sparse buffer creation / destruction / commitment
Nicolai Hähnle
2017-04-05
1
-1
/
+400
*
winsys/amdgpu: add sparse buffer data structures
Nicolai Hähnle
2017-04-05
2
-1
/
+46
*
winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fences
Nicolai Hähnle
2017-04-05
2
-11
/
+27
*
winsys/amdgpu: build handles and flags list late on submit thread
Nicolai Hähnle
2017-04-05
2
-17
/
+28
*
winsys/amdgpu: share common code in amdgpu_add_fence_dependencies
Nicolai Hähnle
2017-04-05
1
-21
/
+17
*
winsys/amdgpu: extract amdgpu_do_add_real_buffer
Nicolai Hähnle
2017-04-05
1
-8
/
+18
*
winsys/radeon: sparse buffers will not be supported
Nicolai Hähnle
2017-04-05
1
-0
/
+2
*
radeon/winsys: add sparse buffer interface
Nicolai Hähnle
2017-04-05
1
-0
/
+17
*
trace: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+20
*
ddebug: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+11
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
19
-0
/
+58
*
libgl-xlib: Link with libunwind.
Vinson Lee
2017-04-04
1
-1
/
+2
*
targets: export radeon winsys_create functions to silence LLVM warning
Marek Olšák
2017-04-04
3
-0
/
+15
*
r600g: check rasterizer primitive states like in radeonsi
Constantine Kharlamov
2017-04-04
1
-8
/
+13
*
r600g: extract a code into a r600_emit_rasterizer_prim_state()
Constantine Kharlamov
2017-04-04
3
-14
/
+33
*
r600g/radeonsi: use the correct types (taken from pipe_draw_info)
Constantine Kharlamov
2017-04-04
3
-7
/
+8
*
r600g: remove duplicate memset by using a pointer, and constify args
Constantine Kharlamov
2017-04-04
1
-22
/
+19
*
radeonsi: access gallivm through ctx in most places
Marek Olšák
2017-04-04
3
-87
/
+79
*
radeonsi: use ctx->types instead of bld->types etc.
Marek Olšák
2017-04-04
2
-23
/
+21
*
radeonsi: use i32_0/1 instead of *int_bld.zero/one in most places
Marek Olšák
2017-04-04
2
-55
/
+47
*
gallium: decrease the size of pipe_draw_info - 88 -> 80 bytes
Marek Olšák
2017-04-04
2
-3
/
+9
*
gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytes
Marek Olšák
2017-04-04
1
-8
/
+8
[next]