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_transform_feedback_overflow_query
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
7 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
ldexp
radeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
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
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
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
[...]
Age
Commit message
Author
Files
Lines
2016-08-10
gallium/radeon: use lp_build_alloca_undef
arrays
Nicolai Hähnle
1
-13
/
+4
2016-08-10
gallivm: add lp_build_alloca_undef
Nicolai Hähnle
2
-0
/
+24
2016-08-10
gallivm: add create_builder_at_entry helper function
Nicolai Hähnle
1
-23
/
+22
2016-08-10
gallium/radeon: protect against out of bounds temporary array accesses
Nicolai Hähnle
1
-0
/
+15
2016-08-10
gallium/radeon: add radeon_llvm_bound_index for bounds checking
Nicolai Hähnle
3
-18
/
+34
2016-08-10
gallium/radeon: reduce alloca of temporaries based on usagemask
Nicolai Hähnle
2
-10
/
+54
2016-08-10
gallium/radeon: use tgsi_scan_arrays for temp arrays
Nicolai Hähnle
3
-5
/
+10
2016-08-10
gallium/radeon: allocate temps array info in radeon_llvm_context_init
Nicolai Hähnle
3
-36
/
+47
2016-08-10
gallium/radeon: always do the full store in store_value_to_array
Nicolai Hähnle
1
-49
/
+28
2016-08-10
gallium/radeon: extract common getelementptr logic into get_pointer_into_array
Nicolai Hähnle
1
-39
/
+66
[...]
Clone
git://people.freedesktop.org/~nh/mesa
ssh://people.freedesktop.org/~nh/mesa