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-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
2018-03-09
intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
1
-17
/
+28
2018-03-09
i965: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
1
-17
/
+27
2018-03-09
st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFER
Marek Olšák
1
-24
/
+34
2018-03-09
radeonsi: add a workaround for GFX9 hang with init_config alignment
Marek Olšák
1
-1
/
+2
2018-03-09
ac/gpu_info: print ib_start_alignment, add assertion
Marek Olšák
1
-0
/
+2
2018-03-09
broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.
Eric Anholt
3
-0
/
+211
2018-03-09
gallium: Add a util_blitter path for using a custom VS and FS.
Eric Anholt
2
-0
/
+69
2018-03-09
broadcom/vc4: Allow binding non-zero constant buffers.
Eric Anholt
5
-5
/
+53
2018-03-09
broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
Eric Anholt
2
-8
/
+0
2018-03-09
broadcom: Suppress compiler warnings about enum pipe_tex_filter.
Eric Anholt
2
-0
/
+2
2018-03-09
egl/x11: Re-allocate buffers if format is suboptimal
Louis-Francis Ratté-Boulianne
6
-7
/
+44
2018-03-09
egl/x11: Support DRI3 v1.1
Louis-Francis Ratté-Boulianne
7
-63
/
+383
2018-03-09
vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
Louis-Francis Ratté-Boulianne
1
-3
/
+60
2018-03-09
vulkan/wsi/x11: Add support for DRI3 v1.2
Daniel Stone
1
-17
/
+161
2018-03-09
autotools: include all meson.build files
Dylan Baker
1
-0
/
+2
2018-03-09
st/mesa: gl_program::info.system_values_read is a 64-bit-field
Michel Dänzer
2
-7
/
+7
2018-03-09
swr/rast: Refactor memory gather operations
George Kyriazis
2
-6
/
+4
2018-03-09
swr/rast: Add KNOB_DISABLE_SPLIT_DRAW
George Kyriazis
2
-8
/
+26
[next]