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
...
*
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
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
5
-13
/
+15
*
gallium: decrease the size of pipe_box - 24 -> 16 bytes
Marek Olšák
2017-04-04
1
-4
/
+7
*
gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytes
Marek Olšák
2017-04-04
1
-6
/
+6
*
gallium: decrease the size of pipe_surface - 48 -> 40 bytes
Marek Olšák
2017-04-04
1
-5
/
+4
*
gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytes
Marek Olšák
2017-04-04
1
-4
/
+4
*
gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytes
Marek Olšák
2017-04-04
3
-4
/
+4
*
gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytes
Marek Olšák
2017-04-04
1
-1
/
+7
*
radeonsi: use i32_0 and i32_1 more
Marek Olšák
2017-04-04
1
-16
/
+16
*
radeonsi: remove most uses of lp_build_const*
Marek Olšák
2017-04-04
3
-151
/
+145
*
radeonsi: clean up 'radeon_bld' references
Marek Olšák
2017-04-04
1
-60
/
+48
*
radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes
Marek Olšák
2017-04-04
1
-15
/
+17
*
svga: add comment on svga_buffer_hw_storage_map()
Brian Paul
2017-04-03
1
-0
/
+1
*
gallium/util: libunwind support
Rob Clark
2017-04-03
3
-2
/
+105
*
gallium/util: clean up stack frame printing
Rob Clark
2017-04-03
3
-23
/
+26
[prev]
[next]