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
2018-03-14
ac_surface: don't apply the 256-byte alignment to staging surfaces
user_stride-v2
Nicolai Hähnle
1
-1
/
+4
2018-03-14
radeonsi: implement transfer_map with user_stride
Nicolai Hähnle
1
-5
/
+28
2018-03-14
radeonsi: fix failure paths of r600_texture_transfer_map
Nicolai Hähnle
1
-13
/
+12
2018-03-14
st/dri: implement __DRI_IMAGE_TRANSFER_MAP_USER_STRIDE
Nicolai Hähnle
1
-6
/
+11
2018-03-14
gallium: add user_stride parameter to pipe_context::transfer_map
Nicolai Hähnle
33
-12
/
+53
2018-03-14
gallium: use pipe_transfer_map_box inline helper
Nicolai Hähnle
26
-42
/
+58
2018-03-14
dri_interface: add __DRI_IMAGE_TRANSFER_USER_STRIDE
Nicolai Hähnle
1
-3
/
+13
2018-03-14
dri_interface: document error behavior of mapImage
Nicolai Hähnle
1
-0
/
+2
2018-03-14
radeonsi/cik+: report 64KB local size for compute
Nicolai Hähnle
1
-2
/
+4
2018-03-14
HACK: ac_surface: disable an assertion triggered by radv on Carrizo
Nicolai Hähnle
1
-3
/
+4
2018-03-14
HACK: disable NIR-level optimizations
Nicolai Hähnle
1
-20
/
+20
2018-03-14
[AMD] dri3: Add adaptive_sync_enable driconf option
Nicolai Hähnle
4
-1
/
+70
2018-03-14
radeonsi: asynchronous flushes don't have to wait for the submit thread
Nicolai Hähnle
1
-1
/
+13
2018-03-14
radeonsi: add a warning message for DCC disable failure
Nicolai Hähnle
1
-2
/
+8
2018-03-14
DBG add ac_emit_sethalt
Nicolai Hähnle
1
-0
/
+46
2018-03-14
DBG HACK add si_sethalt
Nicolai Hähnle
1
-0
/
+10
2018-03-14
DBG add no_tc_compatible_{mipmaps,flat}
Nicolai Hähnle
1
-0
/
+7
2018-03-14
DBG gallium/radeon: optionally check definedness of data written into IBs
Nicolai Hähnle
2
-1
/
+22
2018-03-14
nir/print: add const qualifiers to some more function arguments
Nicolai Hähnle
2
-5
/
+5
2018-03-14
WIP amd/addrtool
Nicolai Hähnle
3
-0
/
+725
2018-03-14
util/bitset: add BITSET_LAST_BIT
Nicolai Hähnle
1
-0
/
+21
2018-03-14
util/bitset: add BITSET_AND and BITSET_AND_NOT
Nicolai Hähnle
1
-0
/
+32
2018-03-14
ac: add ac_get_exec_mask helper function
Nicolai Hähnle
2
-0
/
+17
2018-03-14
gallium/radeon: add EarlyCSE pass
Nicolai Hähnle
1
-0
/
+1
2018-03-14
egl: add support for EGL_MESA_drm_image_formats
Nicolai Hähnle
2
-1
/
+22
2018-03-14
st/mesa: use asynchronous flushes for glFlush
Nicolai Hähnle
1
-1
/
+1
2018-03-14
spirv: Handle doubles when multiplying a mat by a scalar
Neil Roberts
1
-3
/
+3
2018-03-14
anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands
Iago Toral Quiroga
1
-1
/
+5
2018-03-14
anv/entrypoints: dispatches to VkQueue are device-level
Iago Toral Quiroga
1
-2
/
+7
2018-03-14
radv: drop assert on bindingDescriptorCount > 0
Dave Airlie
1
-1
/
+0
2018-03-13
sched.h needs to be imported on Darwin/OSX targets.
Apple SWE
1
-0
/
+4
2018-03-13
Add processor topology calculation implementation for Darwin/OSX targets.
Apple SWE
1
-0
/
+55
2018-03-14
r600: fix abs for op3 sources
Roland Scheidegger
1
-54
/
+56
2018-03-14
radv: mark all tess output for an indirect access.
Dave Airlie
1
-8
/
+13
2018-03-14
ac/nir: pass the nir variable through tcs loading.
Dave Airlie
4
-22
/
+15
2018-03-14
radv: get correct offset into LDS for indexed vars.
Dave Airlie
1
-1
/
+1
2018-03-13
nir: lower_load_const_to_scalar fix for 8/16b types
Rob Clark
1
-4
/
+15
2018-03-13
Update the documentation for meson
Dylan Baker
1
-13
/
+23
2018-03-13
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Jason Ekstrand
6
-99
/
+1
2018-03-13
nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballot
Jason Ekstrand
2
-0
/
+49
2018-03-13
meson: don't use compiler.has_header
Dylan Baker
1
-1
/
+1
2018-03-13
i965: Emit texture cache invalidates around blorp_copy
Jason Ekstrand
1
-0
/
+15
2018-03-13
brodacom/vc4: Fix simulator since the perfmon change.
Eric Anholt
1
-0
/
+1
2018-03-13
spirv: Silence compiler warning about undefined srcs[0]
Eric Anholt
1
-0
/
+1
2018-03-13
ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()
Samuel Pitoiset
3
-12
/
+12
2018-03-13
ac/nir: remove some unnecessary includes and declarations
Samuel Pitoiset
2
-9
/
+1
2018-03-13
ac/nir: drop radv prefix from radv_lower_gather4_integer()
Samuel Pitoiset
1
-4
/
+4
2018-03-13
ac/nir: move ac_nir_compiler_options and friends to radv folder
Samuel Pitoiset
7
-89
/
+89
2018-03-13
ac: move ac_shader_info to radv folder
Samuel Pitoiset
11
-99
/
+63
2018-03-13
ac/nir: move ac_shader_variant_info and friends to radv folder
Samuel Pitoiset
7
-136
/
+139
[next]