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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
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
2018-03-13
ac/nir: move all RADV related code to radv_nir_to_llvm.c
Samuel Pitoiset
7
-3425
/
+3482
2018-03-13
ac/nir: make emit_barrier() non-static
Samuel Pitoiset
2
-4
/
+6
2018-03-13
ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.h
Samuel Pitoiset
2
-5
/
+5
2018-03-13
ac/nir: make handle_shader_output_decl() non-static
Samuel Pitoiset
2
-10
/
+18
2018-03-13
ac/nir: change prototype of handle_shader_output_decl()
Samuel Pitoiset
1
-14
/
+14
2018-03-13
ac/nir: move unpack_param() to ac_llvm_build.c
Samuel Pitoiset
3
-33
/
+35
2018-03-13
ac/nir: move trim_vector to ac_llvm_build.c
Samuel Pitoiset
3
-24
/
+27
2018-03-13
ac/nir: move cast_ptr() to ac_llvm_build.c
Samuel Pitoiset
3
-10
/
+13
2018-03-13
ac/nir: move ac_build_alloca() to ac_llvm_build.c
Samuel Pitoiset
3
-39
/
+41
2018-03-13
gallium: silence __builtin_frame_address nonzero argument is unsafe warning
Timothy Arceri
1
-0
/
+3
2018-03-12
meson: Add moduledir to d3d.pc
Dylan Baker
1
-0
/
+1
2018-03-12
gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.
Mathias Fröhlich
3
-24
/
+11
2018-03-12
mesa: Don't write to user buffer in glGetTexParameterIuiv on error
Ian Romanick
1
-26
/
+2
2018-03-12
gallium: work around libtool relink issue for libdrm
Roman Gilg
1
-1
/
+1
2018-03-12
vulkan: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
1
-4
/
+4
2018-03-12
wayland-drm: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
1
-3
/
+3
2018-03-12
egl: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
1
-2
/
+2
2018-03-12
glx: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
4
-30
/
+0
2018-03-12
gallium/x11: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2
-15
/
+0
2018-03-12
x11: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
3
-34
/
+0
2018-03-12
glx: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
4
-48
/
+0
2018-03-12
gallium/x11: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2
-25
/
+0
2018-03-12
x11: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
3
-57
/
+0
2018-03-12
radv: Increase the number of dynamic uniform buffers.
Bas Nieuwenhuizen
2
-3
/
+5
2018-03-12
u_vbuf/translate: pass max_index into the set_buffer.
Dave Airlie
1
-1
/
+1
2018-03-12
r600: implement callstack workaround for evergreen.
Dave Airlie
1
-8
/
+31
2018-03-11
gallium/util: add helper util_wait_for_idle
Marek Olšák
2
-0
/
+15
2018-03-10
u_blit: (trivial) u_blit.h needs to include p_defines.h
Roland Scheidegger
1
-0
/
+1
2018-03-10
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
27
-437
/
+480
2018-03-10
draw: fix alpha value for very short aa lines
Roland Scheidegger
2
-2
/
+24
[next]