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-21
glsl: non-constant indexes of ssbo arrays are always allowed in OpenGL
ssbo
Nicolai Hähnle
1
-2
/
+8
2016-03-21
st/mesa: allow GLSL version up to 4.20
Nicolai Hähnle
1
-2
/
+2
2016-03-21
radeonsi: enable GLSL 4.20
Nicolai Hähnle
1
-1
/
+2
2016-03-21
docs: mark atomic counters and SSBOs as done for radeonsi
Nicolai Hähnle
2
-7
/
+9
2016-03-21
radeonsi: enable shader buffer pipe caps
Nicolai Hähnle
2
-2
/
+4
2016-03-21
radeonsi: add shader buffer support to TGSI_OPCODE_RESQ
Nicolai Hähnle
1
-6
/
+11
2016-03-21
radeonsi: add shader buffer support to TGSI_OPCODE_STORE
Nicolai Hähnle
1
-18
/
+111
2016-03-21
radeonsi: add shader buffer support to TGSI_OPCODE_LOAD
Nicolai Hähnle
1
-19
/
+70
2016-03-21
radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*
Nicolai Hähnle
1
-15
/
+46
2016-03-21
radeonsi: add offset parameter to buffer_append_args
Nicolai Hähnle
1
-5
/
+10
2016-03-21
radeonsi: adjust buffer_append_args to take a 128 bit resource
Nicolai Hähnle
1
-7
/
+23
2016-03-21
radeonsi: preload shader buffers in shaders
Nicolai Hähnle
1
-0
/
+17
2016-03-21
radeonsi: implement set_shader_buffers
Nicolai Hähnle
4
-58
/
+123
2016-03-21
radeonsi: move resetting of constant buffers into a separate function
Nicolai Hähnle
1
-15
/
+26
2016-03-21
radeonsi: fix out-of-bounds indexing of shader images
Nicolai Hähnle
1
-1
/
+43
2016-03-21
radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)
Nicolai Hähnle
1
-2
/
+12
2016-03-21
st/mesa: add missing MemoryBarrier bits and some explanations
Nicolai Hähnle
1
-1
/
+24
2016-03-21
gallium: add PIPE_BARRIER_STREAMOUT_BUFFER
Nicolai Hähnle
1
-0
/
+1
2016-03-21
docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsi
Nicolai Hähnle
2
-2
/
+4
2016-03-21
radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Edward O'Callaghan
1
-1
/
+2
2016-03-21
radeonsi: disable early Z if the fragment shader writes to memory
Nicolai Hähnle
1
-2
/
+12
2016-03-21
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2
-4
/
+9
2016-03-21
radeonsi: force the DCC enable bit off in image descriptors for writing (v2)
Nicolai Hähnle
1
-8
/
+49
2016-03-21
radeonsi: implement MemoryBarrier (v2)
Nicolai Hähnle
1
-0
/
+37
2016-03-21
radeonsi: implement volatile memory access
Nicolai Hähnle
1
-0
/
+4
2016-03-21
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
1
-4
/
+13
2016-03-21
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
1
-0
/
+31
2016-03-21
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
1
-8
/
+113
2016-03-21
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
1
-3
/
+80
2016-03-21
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
1
-0
/
+139
2016-03-21
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
1
-7
/
+19
2016-03-21
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
1
-0
/
+129
2016-03-21
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
1
-20
/
+35
2016-03-21
radeonsi: decompress shader images
Nicolai Hähnle
1
-3
/
+33
2016-03-21
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
1
-1
/
+21
2016-03-21
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
6
-29
/
+254
2016-03-21
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2
-2
/
+4
2016-03-21
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2
-0
/
+7
2016-03-21
tgsi/scan: add images_writemask
Nicolai Hähnle
2
-2
/
+21
2016-03-21
st/mesa: translate additional flags in MemoryBarrier
Nicolai Hähnle
1
-3
/
+18
2016-03-21
gallium: add additional PIPE_BARRIER_* bits
Nicolai Hähnle
1
-0
/
+7
2016-03-21
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
1
-7
/
+15
2016-03-21
gallium: Remove unused TGSI_RESOURCE_ defines
Hans de Goede
1
-9
/
+0
2016-03-21
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
1
-9
/
+18
2016-03-21
nouveau: codegen: Disable more old resource handling code
Hans de Goede
1
-3
/
+12
2016-03-21
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
1
-3
/
+1
2016-03-21
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
1
-6
/
+6
2016-03-21
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
1
-3
/
+15
2016-03-21
tgsi: Add support for global / private / input MEMORY
Hans de Goede
8
-26
/
+51
2016-03-21
tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text
Hans de Goede
1
-0
/
+6
[next]