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
*
gallivm: fix texture wrapping for texture gather for mirror modes
Roland Scheidegger
2017-12-12
1
-74
/
+171
*
winsys/amdgpu: disable local BOs again due to worse performance
Marek Olšák
2017-12-11
1
-2
/
+3
*
radeon/vce: move destroy command before feedback command
Leo Liu
2017-12-08
1
-1
/
+1
*
meson: Add lmsensors to gallium libgl-xlib target.
Dylan Baker
2017-12-07
1
-1
/
+3
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
4
-3
/
+4
*
meson: fix pl111 dependency on vc4
Eric Engestrom
2017-12-07
2
-5
/
+6
*
r600/sb: do not convert if-blocks that contain indirect array access
Gert Wollny
2017-12-07
3
-2
/
+5
*
r600: add support for compute grid/block sizes. (v2)
Dave Airlie
2017-12-06
4
-3
/
+100
*
r600: handle image/buffer sizes correctly.
Dave Airlie
2017-12-06
3
-4
/
+21
*
r600/compute: add support for emitting compute image/buffer atoms
Dave Airlie
2017-12-06
1
-1
/
+9
*
r600/compute: handle atomic counters in compute state.
Dave Airlie
2017-12-06
1
-0
/
+9
*
r600/compute: add support for TGSI compute shaders. (v1.1)
Dave Airlie
2017-12-06
2
-28
/
+103
*
r600/shader: add compute support to shader assembler
Dave Airlie
2017-12-06
1
-0
/
+14
*
r600/texture: drop lowering 1d/2d images to linear.
Dave Airlie
2017-12-06
1
-8
/
+0
*
meson: fix keyword argument in declare_dependency()
Eric Engestrom
2017-12-06
2
-2
/
+2
*
swr/scons: Fix another intermittent build failure
George Kyriazis
2017-12-06
1
-0
/
+1
*
radeonsi: make const and stream uploaders allocate read-only memory
Marek Olšák
2017-12-06
1
-2
/
+5
*
radeonsi: use a separate allocator for fine fences
Marek Olšák
2017-12-06
3
-1
/
+9
*
radeonsi/gfx9: make shader binaries use read-only memory
Marek Olšák
2017-12-06
5
-3
/
+13
*
winsys/amdgpu: make IBs use read-only memory
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: print the buffer list for CHECK_VM
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: allow DMABUF exports for local buffers
Marek Olšák
2017-12-06
1
-1
/
+4
*
radeonsi: always place sparse buffers in VRAM
Nicolai Hähnle
2017-12-06
2
-2
/
+6
*
radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
Nicolai Hähnle
2017-12-06
1
-1
/
+1
*
freedreno/a5xx: hide ARB_base_instance
Rob Clark
2017-12-05
1
-1
/
+8
*
freedreno/ir3: handle input/output component
Rob Clark
2017-12-05
1
-4
/
+6
*
r600: refactor and export some shader selector code for compute
Dave Airlie
2017-12-05
2
-7
/
+27
*
r600: add compute support to compressed resource handling.
Dave Airlie
2017-12-05
2
-6
/
+26
*
r600: update max threads per block for evergreen compute
Dave Airlie
2017-12-05
1
-0
/
+4
*
r600/shader: add local memory support to shader assembler.
Dave Airlie
2017-12-05
1
-0
/
+165
*
r600/cs: add support for compute to image/buffers/atomics state
Dave Airlie
2017-12-05
4
-19
/
+79
*
r600: handle compute null key shader state
Dave Airlie
2017-12-05
1
-0
/
+2
*
r600: add some missing cayman register defines
Dave Airlie
2017-12-05
1
-0
/
+4
*
r600: don't set EOP on pop or loop end
Dave Airlie
2017-12-05
1
-1
/
+1
*
r600/ssbo: refactor out buffer coord calcs and use for atomic path.
Dave Airlie
2017-12-05
1
-34
/
+37
*
r600/ssbo: fix multi-dword buffer loads.
Dave Airlie
2017-12-05
1
-5
/
+7
*
r600/ssbo: use r32ui format for ssbo resources.
Dave Airlie
2017-12-05
1
-3
/
+3
*
r600: refactor out the immediate setup code.
Dave Airlie
2017-12-05
1
-38
/
+28
*
r600/shader: fix ssbo atomic operations formats.
Dave Airlie
2017-12-05
1
-4
/
+12
*
r600/shader: fix thread id loading.
Dave Airlie
2017-12-05
1
-9
/
+18
*
gallium/u_upload_mgr: allow drivers to specify pipe_resource::flags
Marek Olšák
2017-12-05
11
-19
/
+22
*
winsys/amdgpu: add RADEON_FLAG_READ_ONLY
Marek Olšák
2017-12-05
2
-7
/
+49
*
gallium/radeon: remove RADEON_HEAP_VRAM_GTT
Marek Olšák
2017-12-05
1
-8
/
+2
*
gallium/radeon: move setting VRAM|GTT into winsyses
Marek Olšák
2017-12-05
5
-29
/
+28
*
radeonsi: flush the context after resource_copy_region for buffer exports
Marek Olšák
2017-12-05
1
-2
/
+12
*
Android: gallium/radeon: fix libmesa_amd_common dependency
Mauro Rossi
2017-12-05
1
-0
/
+1
*
r600/atomic: add cayman version of atomic save/restore from GDS (v2)
Dave Airlie
2017-12-05
2
-24
/
+126
*
r600/atomic: refactor out evergreen atomic setup/save code.
Dave Airlie
2017-12-05
1
-30
/
+50
*
radeonsi: pass llvm type directly to buffer_load()
Timothy Arceri
2017-12-05
1
-8
/
+7
*
meson: build gallium nine state_tracker
Dylan Baker
2017-12-04
3
-1
/
+156
[next]