index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
radeonsi: enable ARB_sparse_buffer
ARB_sparse_buffer
Nicolai Hähnle
1
-0
/
+6
2017-02-08
gallium/radeon: implement pipe->resource_commit
Nicolai Hähnle
1
-0
/
+35
2017-02-08
gallium/radeon: transfers and invalidation for sparse buffers
Nicolai Hähnle
1
-10
/
+24
2017-02-08
gallium/radeon: implement sparse buffer creation
Nicolai Hähnle
1
-0
/
+2
2017-02-08
winsys/amdgpu: take fences when freeing a backing buffer
Nicolai Hähnle
1
-3
/
+11
2017-02-08
winsys/amdgpu: add sparse buffers to CS
Nicolai Hähnle
2
-14
/
+137
2017-02-08
winsys/amdgpu: sparse buffer creation / destruction / commitment
Nicolai Hähnle
1
-1
/
+580
2017-02-08
winsys/amdgpu: add sparse buffer data structures
Nicolai Hähnle
2
-1
/
+52
2017-02-08
winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fences
Nicolai Hähnle
2
-11
/
+27
2017-02-08
winsys/amdgpu: build handles and flags list late on submit thread
Nicolai Hähnle
2
-17
/
+28
2017-02-08
winsys/amdgpu: share common code in amdgpu_add_fence_dependencies
Nicolai Hähnle
1
-21
/
+17
2017-02-08
winsys/amdgpu: extract amdgpu_do_add_real_buffer
Nicolai Hähnle
1
-8
/
+18
2017-02-08
winsys/radeon: sparse buffers will not be supported
Nicolai Hähnle
1
-0
/
+2
2017-02-08
radeon/winsys: add sparse buffer interface
Nicolai Hähnle
1
-0
/
+17
2017-02-08
st/mesa: plumbing for sparse buffers
Nicolai Hähnle
1
-0
/
+20
2017-02-08
st/mesa: enable ARB_sparse_buffer when supported
Nicolai Hähnle
1
-0
/
+4
2017-02-08
gallium: add sparse buffer interface and capability
Nicolai Hähnle
5
-1
/
+27
2017-02-08
mesa: implement sparse buffer commitment
Nicolai Hähnle
2
-0
/
+76
2017-02-08
mesa: implement sparse storage buffer allocation
Nicolai Hähnle
1
-2
/
+15
2017-02-08
mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARB
Nicolai Hähnle
3
-0
/
+7
2017-02-08
mesa: Add GL_ARB_sparse_buffer boilerplate
Nicolai Hähnle
8
-0
/
+59
2017-02-08
mesa: use PRId64/PRIu64 when printing 64-bit ints
Timothy Arceri
1
-2
/
+2
2017-02-08
mesa/st: fix strict aliasing issue in int64 code.
Dave Airlie
1
-4
/
+2
2017-02-08
mesa/uniform: fix strict aliasing issues with int64 code.
Dave Airlie
1
-12
/
+26
2017-02-07
radv: handle dcc in explicit image resolve path. (v2)
Dave Airlie
1
-3
/
+8
2017-02-07
radv: Enable fast clears by default.
Bas Nieuwenhuizen
3
-4
/
+4
2017-02-07
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
1
-0
/
+15
2017-02-07
configure.ac: remove src/gallium/winsys/intel/drm/Makefile reference
Emil Velikov
1
-1
/
+0
2017-02-07
docs: reword ilo removal note
Emil Velikov
1
-2
/
+1
2017-02-07
configure.ac: Remove redundant libglvnd stanza
Boyan Ding
1
-49
/
+32
2017-02-07
travis: use both cores for make/make check
Emil Velikov
1
-0
/
+1
2017-02-07
travis: add nearly all gallium drivers to the list
Emil Velikov
1
-2
/
+2
2017-02-07
travis: correct libdrm required regex to also track libdrm itself
Emil Velikov
1
-1
/
+1
2017-02-07
configure.ac: add swr to the gallium drivers list.
Emil Velikov
1
-1
/
+1
2017-02-07
configure.ac: list all the dri-drivers in the help string
Emil Velikov
1
-1
/
+1
2017-02-06
glsl: correct compute shader checks for memoryBarrier functions
Marc Di Luzio
1
-6
/
+12
2017-02-07
gallium/tgsi: fix oob access in parse instruction
Li Qiang
1
-1
/
+1
2017-02-06
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
1
-31
/
+0
2017-02-06
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
3
-48
/
+5
2017-02-06
i965: Use a better guardband calculation.
Jason Ekstrand
4
-82
/
+126
2017-02-06
i965: Combine the Gen6 SF and Clip viewport atoms.
Kenneth Graunke
3
-57
/
+30
2017-02-07
radv: pass FMASK alignment to application
Dave Airlie
1
-0
/
+1
2017-02-07
radv: Pass DCC alignment to application.
Bas Nieuwenhuizen
1
-0
/
+1
2017-02-07
radv: Pass CMASK alignment to application.
Bas Nieuwenhuizen
1
-0
/
+1
2017-02-06
radv/ac: avoid the fmask path when doing txs.
Dave Airlie
1
-1
/
+2
2017-02-06
swr: [rasterizer core] Removed unused clip code.
Bruce Cherniak
2
-26
/
+0
2017-02-06
swr: [rasterizer core] Remove dead code Clipper::ClipScalar()
Bruce Cherniak
1
-39
/
+0
2017-02-06
gallium: Remove vc4 simulator hack from loader infrastructure.
Eric Anholt
2
-21
/
+0
2017-02-06
loader: Add an environment variable to override driver name choice.
Eric Anholt
1
-0
/
+11
2017-02-06
targets: Use a macro to reduce cut and paste in driver setup.
Eric Anholt
1
-111
/
+22
[next]