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
2017-07-13
util: add merge_driinfo.py
Nicolai Hähnle
1
-0
/
+222
2017-07-13
xmlconfig: move into src/util
Nicolai Hähnle
54
-107
/
+117
2017-07-13
xmlconfig: remove GL type dependencies
Nicolai Hähnle
1
-6
/
+4
2017-07-13
glx: use v2 of DRI_ConfigOptions
Nicolai Hähnle
1
-14
/
+99
2017-07-13
dri: define a version 2 of the DRI_ConfigOptions extension
Nicolai Hähnle
1
-2
/
+18
2017-07-13
radeonsi/si_shader_tgsi_setup: TODO marker
Nicolai Hähnle
1
-1
/
+4
2017-07-13
DBG lots of debug printing
Nicolai Hähnle
3
-0
/
+70
2017-07-13
mesa: store uniform location in gl_program_parameter
Nicolai Hähnle
8
-69
/
+71
2017-07-13
mesa/glspirv: fixup NIR passes during specialization
Nicolai Hähnle
1
-3
/
+3
2017-07-13
mesa/glspirv: perform common lowering and optimization at specialization
Nicolai Hähnle
1
-0
/
+40
2017-07-13
st/mesa: use NIR program path for SPIR-V shaders
Nicolai Hähnle
2
-3
/
+12
2017-07-13
st/glsl_to_tgsi: extract IR lowering and optimization as separate function
Nicolai Hähnle
1
-114
/
+124
2017-07-13
st/nir: guard against NULL variable names (TODO: not necessary?)
Nicolai Hähnle
2
-2
/
+2
2017-07-13
glsl/linker: add finalize_linked_nir_shader
Nicolai Hähnle
3
-0
/
+17
2017-07-13
glsl/linker: don't run deadcode elimination for SPIR-V shaders
Nicolai Hähnle
1
-2
/
+4
2017-07-13
glsl/linker: prevent segfaults in packed varyings when linking SPIR-V shaders
Nicolai Hähnle
1
-7
/
+22
2017-07-13
glsl/linker: skip optimisations for SPIR-V shaders
Nicolai Hähnle
1
-7
/
+9
2017-07-13
glsl/linker: implement find_assignment_visitor for NIR shaders
Nicolai Hähnle
4
-28
/
+88
2017-07-13
glsl/linker: find built-in variable assignments by location instead of name
Nicolai Hähnle
1
-13
/
+17
2017-07-13
glsl/linker: start linking NIR shaders for SPIR-V
Nicolai Hähnle
4
-10
/
+251
2017-07-13
mesa: add gl_linked_shader::nir
Nicolai Hähnle
1
-0
/
+1
2017-07-13
spirv: translate default-block uniforms (TODO)
Nicolai Hähnle
2
-3
/
+7
2017-07-13
nir: initialize nir_variable::data.location to -1
Nicolai Hähnle
1
-0
/
+2
2017-07-13
glsl/linker: move some non-GLSL specific steps to link_shader
Nicolai Hähnle
1
-53
/
+55
2017-07-13
st/mesa: enable ARB_gl_spirv (TODO)
Nicolai Hähnle
1
-0
/
+4
2017-07-13
DBG mesa: print NIR shader after specialization
Nicolai Hähnle
1
-0
/
+3
2017-07-13
mesa: implement glSpecializeShaderARB (WIP)
Nicolai Hähnle
2
-1
/
+95
2017-07-13
mesa: add gl_constants::SpirV{Extensions,NIROptions}
Nicolai Hähnle
1
-0
/
+6
2017-07-13
mesa: add gl_shader::nir and nir_entry
Nicolai Hähnle
2
-0
/
+13
2017-07-13
mesa: implement SPIR-V loading in glShaderBinary
Nicolai Hähnle
3
-4
/
+79
2017-07-13
mesa: add struct gl_spirv_module
Nicolai Hähnle
5
-0
/
+52
2017-07-13
mesa: refuse to compile SPIR-V shaders or link mixed shaders
Nicolai Hähnle
2
-1
/
+28
2017-07-13
mesa: add gl_shader::SpirVBinary and getter
Nicolai Hähnle
2
-0
/
+4
2017-07-13
mesa: add GL_ARB_gl_spirv boilerplate
Nicolai Hähnle
10
-0
/
+118
2017-07-13
glsl: use bitfield for options to lower_variable_index_to_cond_assign
Nicolai Hähnle
5
-39
/
+54
2017-07-13
glsl: allow inputs in interface blocks in interpolateAt*
Nicolai Hähnle
2
-2
/
+23
2017-07-13
radeonsi: strengthen the conditions for the SI tessellation primid fallback
Nicolai Hähnle
2
-6
/
+15
2017-07-13
nir/print: add const qualifiers to some more function arguments
Nicolai Hähnle
2
-5
/
+5
2017-07-13
WIP amd/addrtool
Nicolai Hähnle
3
-0
/
+725
2017-07-13
glsl: add operator new(mem_ctx) to glsl_type (UNUSED???)
Nicolai Hähnle
1
-0
/
+12
2017-07-13
util/bitset: add BITSET_LAST_BIT
Nicolai Hähnle
1
-0
/
+21
2017-07-13
util/bitset: add BITSET_AND and BITSET_AND_NOT
Nicolai Hähnle
1
-0
/
+32
2017-07-13
radeonsi: use ac_get_exec_mask for VOTE opcodes
Nicolai Hähnle
1
-2
/
+2
2017-07-13
ac: add ac_get_exec_mask helper function
Nicolai Hähnle
2
-0
/
+17
2017-07-13
HACK dump bo list on submit error
Nicolai Hähnle
1
-3
/
+25
2017-07-13
WIP st/glsl_to_tgsi: track have_precise
Nicolai Hähnle
1
-0
/
+3
2017-07-13
st/glsl_to_tgsi: track whether we're visiting a precise assignment
Nicolai Hähnle
1
-0
/
+7
2017-07-13
gallium/radeon: add EarlyCSE pass
Nicolai Hähnle
1
-0
/
+1
2017-07-13
egl: add support for EGL_MESA_drm_image_formats
Nicolai Hähnle
2
-1
/
+22
2017-07-13
TODO ac/nir: implement load/store_input intrinsics for VS/PS
Nicolai Hähnle
1
-0
/
+66
[next]