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-14
radeonsi: bail out instead of crashing if the main shader part failed to compile
tmp
Nicolai Hähnle
1
-0
/
+3
2017-07-14
radeonsi: update a comment for merged shaders
Nicolai Hähnle
1
-1
/
+5
2017-07-14
radeonsi/gfx9: always wrap GS and TCS in an if-block
Nicolai Hähnle
2
-32
/
+45
2017-07-14
radeonsi/gfx9: dump previous stage LLVM IR for merged shaders
Nicolai Hähnle
1
-0
/
+7
2017-07-14
radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroup
Nicolai Hähnle
1
-1
/
+6
2017-07-14
squash! WIP amd/addrtool
Nicolai Hähnle
1
-1
/
+1
2017-07-13
nir/linker: remove dead variables
Nicolai Hähnle
3
-1
/
+42
2017-07-13
tmp linker TODO marker
Nicolai Hähnle
1
-1
/
+3
2017-07-13
nir/linker: update NIR variables based on changes to their shadows
Nicolai Hähnle
1
-0
/
+53
2017-07-13
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
3
-0
/
+16
2017-07-13
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
9
-1
/
+58
2017-07-13
pipe-loader: move configuration_query into drm_helper
Nicolai Hähnle
3
-37
/
+43
2017-07-13
st/dri: implement v2 of DRI_ConfigOptions
Nicolai Hähnle
4
-2
/
+55
2017-07-13
pipe-loader: extract a standalone get_driver_descriptor helper function
Nicolai Hähnle
1
-19
/
+30
2017-07-13
pipe-loader: pass only the driver_name to pipe_loader_find_module
Nicolai Hähnle
2
-5
/
+5
2017-07-13
gallium: add driconf options to pipe_screen_config
Nicolai Hähnle
2
-0
/
+5
2017-07-13
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
10
-58
/
+76
2017-07-13
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
6
-39
/
+45
2017-07-13
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
37
-88
/
+118
2017-07-13
st/drm: add DRM_CONF_XML_OPTIONS
Nicolai Hähnle
1
-0
/
+2
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
[next]