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
2016-03-18
docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsi
images-radeonsi
Nicolai Hähnle
2
-2
/
+4
2016-03-18
radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Edward O'Callaghan
1
-1
/
+2
2016-03-18
radeonsi: disable early Z if the fragment shader writes to memory
Nicolai Hähnle
1
-2
/
+12
2016-03-18
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2
-4
/
+9
2016-03-18
radeonsi: force the DCC enable bit off in image descriptors for writing
Nicolai Hähnle
1
-8
/
+45
2016-03-18
radeonsi: implement MemoryBarrier
Nicolai Hähnle
1
-0
/
+36
2016-03-18
radeonsi: implement volatile memory access
Nicolai Hähnle
1
-0
/
+4
2016-03-18
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
1
-4
/
+13
2016-03-18
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
1
-0
/
+31
2016-03-18
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
1
-8
/
+113
2016-03-18
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
1
-3
/
+80
2016-03-18
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
1
-0
/
+139
2016-03-18
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
1
-7
/
+19
2016-03-18
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
1
-0
/
+129
2016-03-18
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
1
-20
/
+35
2016-03-18
radeonsi: decompress shader images
Nicolai Hähnle
1
-3
/
+33
2016-03-18
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
1
-1
/
+21
2016-03-18
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
6
-29
/
+254
2016-03-18
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2
-2
/
+4
2016-03-18
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2
-0
/
+7
2016-03-18
tgsi/scan: add images_writemask
Nicolai Hähnle
2
-2
/
+21
2016-03-18
st/mesa: translate additional flags in MemoryBarrier
Nicolai Hähnle
1
-3
/
+18
2016-03-18
gallium: add additional PIPE_BARRIER_* bits
Nicolai Hähnle
1
-0
/
+7
2016-03-18
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
1
-7
/
+15
2016-03-18
st/mesa: clean up st_translate_texture_target()
Brian Paul
1
-25
/
+44
2016-03-18
st/mesa: simplify drawpixels shader code with tgsi transform helper functions
Brian Paul
1
-64
/
+18
2016-03-18
st/mesa: simplify bitmap shader code with tgsi transform helper functions
Brian Paul
1
-37
/
+8
2016-03-18
tgsi: add tgsi_transform_op3_inst() function
Brian Paul
1
-0
/
+34
2016-03-18
doc: add 'vec4' option in INTEL_DEBUG
Juan A. Suarez Romero
1
-0
/
+1
2016-03-18
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
3
-1
/
+13
2016-03-17
gallium/swr: Cleaned up some context-resource management
George Kyriazis
5
-26
/
+27
2016-03-18
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
1
-8
/
+8
2016-03-18
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2
-24
/
+6
2016-03-18
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
3
-41
/
+18
2016-03-18
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2
-100
/
+94
2016-03-18
mesa: remove unused function
Timothy Arceri
1
-6
/
+0
2016-03-17
st/mesa: honour sized internal formats in st_choose_format (v2)
Nicolai Hähnle
1
-21
/
+6
2016-03-17
configure.ac: enable_asm=yes when x-compiling across same X86 arch
Dongwon Kim
1
-2
/
+4
2016-03-18
glsl: disable varying packing when its not safe
Timothy Arceri
4
-53
/
+180
2016-03-18
glsl: pass disable_varying_packing bool to the lowering pass
Timothy Arceri
3
-15
/
+24
2016-03-17
radeonsi: fix Hyper-Z hangs on P2 configs
Marek Olšák
1
-2
/
+8
2016-03-17
docs: Renormalize older extensions.
Romain Failliot
1
-26
/
+26
2016-03-17
docs: Renormalize some extensions.
Romain Failliot
1
-3
/
+3
2016-03-17
docs: Realign the "Status" column.
Romain Failliot
1
-139
/
+139
2016-03-17
docs: howto to read and edit GL3.txt
Romain Failliot
1
-5
/
+20
2016-03-17
r300g: add missing layer argument to rws->buffer_get_handle() call
Brian Paul
1
-1
/
+1
2016-03-17
radeon/winsys: add layer support for BO export
Christian König
4
-0
/
+7
2016-03-17
radeon/winsys: add offset support for BO import/export
Christian König
5
-18
/
+33
2016-03-17
gallium/winsys/drm: add layer to struct winsys_handle
Christian König
1
-0
/
+5
2016-03-17
gallium/winsys/drm: add offset to struct winsys_handle
Christian König
6
-0
/
+13
[next]