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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
3
-2
/
+5
*
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
*
st/mesa: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
st/glsl_to_tgsi: implement ARB_shader_ballot system variables
Nicolai Hähnle
2017-04-05
1
-0
/
+16
*
st/glsl_to_tgsi: implement ARB_shader_ballot builtin functions
Nicolai Hähnle
2017-04-05
1
-0
/
+9
*
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
*
glsl: add gl_SubGroup*ARB builtins
Nicolai Hähnle
2017-04-05
3
-0
/
+88
*
glsl: add ARB_shader_ballot builtin functions
Nicolai Hähnle
2017-04-05
1
-0
/
+77
*
glsl: add ARB_shader_ballot operations
Nicolai Hähnle
2017-04-05
4
-0
/
+38
*
glsl: add ARB_shader_ballot enable
Nicolai Hähnle
2017-04-05
2
-0
/
+3
*
mesa: add GL_ARB_shader_ballot boilerplate
Nicolai Hähnle
2017-04-05
3
-1
/
+3
*
swr: automake: add gen_common.py to the tarball
Emil Velikov
2017-04-05
1
-0
/
+1
*
intel: genxml: automake: include gen_bits_header.py in the tarball
Emil Velikov
2017-04-05
1
-0
/
+1
*
intel: genxml: automake: polish automake rules
Emil Velikov
2017-04-05
1
-2
/
+2
*
amd/addrlib: automake: add all headers to the tarball
Emil Velikov
2017-04-05
1
-0
/
+2
*
radeonsi: enable ARB_sparse_buffer
Nicolai Hähnle
2017-04-05
3
-2
/
+12
*
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
*
st/mesa: plumbing for sparse buffers
Nicolai Hähnle
2017-04-05
1
-0
/
+20
*
st/mesa: enable ARB_sparse_buffer when supported
Nicolai Hähnle
2017-04-05
1
-0
/
+4
*
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
*
mesa: implement sparse buffer commitment
Nicolai Hähnle
2017-04-05
2
-0
/
+76
*
mesa: implement sparse storage buffer allocation
Nicolai Hähnle
2017-04-05
1
-6
/
+23
*
mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARB
Nicolai Hähnle
2017-04-05
3
-0
/
+7
*
mesa: Add GL_ARB_sparse_buffer boilerplate
Nicolai Hähnle
2017-04-05
8
-0
/
+59
*
configure.ac: require libdrm_amdgpu 2.4.77
Nicolai Hähnle
2017-04-05
1
-1
/
+1
*
mesa: Replace program locks with atomic inc/dec.
Matt Turner
2017-04-05
3
-15
/
+3
[next]