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
Branch
Commit message
Author
Age
ARB_enhanced_layouts
radeonsi: enable GLSL 4.50
Nicolai Hähnle
8 years
ARB_gpu_shader_int64
gallium: enable int64 on radeonsi, llvmpipe, softpipe
Nicolai Hähnle
8 years
ARB_sparse_buffer
radeonsi: enable ARB_sparse_buffer
Nicolai Hähnle
8 years
ac_surface
radv: use ac_compute_surface
Nicolai Hähnle
8 years
addrtool
WIP amd/addrtool
Nicolai Hähnle
8 years
arb_bindless_texture
glsl: skip tree grafting for sampler and image types
Nicolai Hähnle
8 years
arb_transform_feedback_overflow_query
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
7 years
arrays
gallium/radeon: use lp_build_alloca_undef
Nicolai Hähnle
8 years
buffer-suballoc
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
8 years
cubemaps
ac/nir: use ac_emit_fdiv throughout
Nicolai Hähnle
8 years
ddiv
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
8 years
debug-dma
radeonsi: report a failure to parse dmesg instead of asserting
Nicolai Hähnle
8 years
descriptors
radeonsi: keep track of dirty descriptor sets
Nicolai Hähnle
8 years
driconf
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
7 years
fences-threads-ddebug
mesa: flush and wait after creating a fallback texture
Nicolai Hähnle
7 years
first-image
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
8 years
ibs
winsys/amdgpu: decay max_ib_size over time
Nicolai Hähnle
9 years
images-radeonsi
docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsi
Nicolai Hähnle
9 years
khronos-update
Update Khronos-supplied headers
Nicolai Hähnle
7 years
ldexp
radeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
Nicolai Hähnle
7 years
merged-shader-io-bitfields
radeonsi: get rid of secondary input/output word
Nicolai Hähnle
8 years
nir
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
7 years
nir-v2
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
7 years
out-of-order
radeonsi: allow out-of-order rasterization in commutative blending cases
Nicolai Hähnle
7 years
pbo-download
st/mesa: implement PBO downloads for ReadPixels
Nicolai Hähnle
9 years
pbo-upload
gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
9 years
pub-invalidate
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
9 years
query
radeonsi: add placeholder MC and SRBM performance counter groups
Nicolai Hähnle
9 years
query-buffer-object
radeonsi: enable ARB_query_buffer_object
Nicolai Hähnle
8 years
r300-compiler
Merge branch 'master' into r300-compiler
Nicolai Hähnle
15 years
r300g-glsl
r300/compiler: Implement constant folding
Nicolai Hähnle
15 years
readpixels
WIP st/mesa: memcpy drop-ins for readpixels
Nicolai Hähnle
8 years
shader-state
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
9 years
si_shader_mem
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
8 years
ssbo
glsl: non-constant indexes of ssbo arrays are always allowed in OpenGL
Nicolai Hähnle
9 years
tgsi-const-2d
squash! st/glsl_to_tgsi: inline src_register into translate_src
Nicolai Hähnle
7 years
tmp
radeonsi: bail out instead of crashing if the main shader part failed to compile
Nicolai Hähnle
7 years
ubsan
radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)
Nicolai Hähnle
9 years
user_stride
ac_surface: don't apply the 256-byte alignment to staging surfaces
Nicolai Hähnle
7 years
user_stride-v2
ac_surface: don't apply the 256-byte alignment to staging surfaces
Nicolai Hähnle
7 years
wip
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
8 years