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
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
2017-07-13
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
3
-1
/
+8
2017-07-13
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
1
-0
/
+2
2017-07-13
radeonsi/nir: lower uniforms to UBO loads
Nicolai Hähnle
1
-0
/
+10
2017-07-13
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
1
-0
/
+10
2017-07-13
radeonsi/nir: lower txp instructions
Nicolai Hähnle
1
-0
/
+5
2017-07-13
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
1
-18
/
+18
2017-07-13
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
3
-17
/
+26
2017-07-13
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
3
-8
/
+10
2017-07-13
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
6
-6
/
+10
2017-07-13
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
1
-5
/
+11
2017-07-13
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
3
-1
/
+9
2017-07-13
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
1
-1
/
+13
2017-07-13
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
3
-19
/
+13
2017-07-13
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
3
-7
/
+15
2017-07-13
ac/nir: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
1
-15
/
+14
2017-07-13
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
1
-55
/
+59
2017-07-13
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-11
/
+20
2017-07-13
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2
-10
/
+13
2017-07-13
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-8
/
+30
2017-07-13
ac/nir: pass ac_nir_context to emit_discard_if
Nicolai Hähnle
1
-8
/
+8
2017-07-13
ac/nir: extract shader_info->fs.can_discard from NIR shader info
Nicolai Hähnle
1
-2
/
+2
2017-07-13
radeonsi/nir: perform radeonsi-specific lowering and optimization passes
Nicolai Hähnle
1
-0
/
+41
2017-07-13
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
3
-0
/
+29
2017-07-13
ac/nir: handle old-style shadow tex instructions correctly
Nicolai Hähnle
1
-1
/
+3
2017-07-13
ac/nir: whitespace fixes
Nicolai Hähnle
1
-1
/
+1
2017-07-13
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
3
-2
/
+9
2017-07-13
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
1
-6
/
+3
2017-07-13
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
3
-8
/
+32
2017-07-13
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
3
-20
/
+30
2017-07-13
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
1
-5
/
+20
[prev]
[next]