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-31
radeonsi: enable ARB_transform_feedback_overflow_query
arb_transform_feedback_overflow_query
Nicolai Hähnle
3
-3
/
+3
2017-07-31
radeonsi: avoid redundant SET_PREDICATION packet with QBO workaround
Nicolai Hähnle
1
-4
/
+9
2017-07-31
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
3
-18
/
+75
2017-07-31
gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATE
Nicolai Hähnle
1
-7
/
+37
2017-07-31
gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE
Nicolai Hähnle
1
-25
/
+71
2017-07-31
gallium/radeon: fix render predication by SO overflow predicate
Nicolai Hähnle
1
-7
/
+6
2017-07-31
gallium/radeon: fix ARB_query_buffer_object conversion to boolean
Nicolai Hähnle
1
-1
/
+2
2017-07-31
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2
-1
/
+4
2017-07-31
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
3
-32
/
+92
2017-07-31
gallium/util: add util_{str,dump}_query_value_type
Nicolai Hähnle
2
-0
/
+31
2017-07-31
gallium: add util_dump_query_type and use it in ddebug
Nicolai Hähnle
3
-11
/
+13
2017-07-31
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
7
-103
/
+99
2017-07-31
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
21
-2
/
+37
2017-07-31
ac/common: always build NIR translation
Nicolai Hähnle
1
-7
/
+2
2017-07-31
Android: fix compile error for DRI2 loader getCapability
Rob Herring
1
-1
/
+1
2017-07-31
Attempt to fix AppVeyor build, round 2
Nicolai Hähnle
1
-5
/
+7
2017-07-31
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
1
-2
/
+0
2017-07-31
Attempt to fix the AppVeyor build
Nicolai Hähnle
2
-4
/
+1
2017-07-31
xmlconfig: move into src/util
Nicolai Hähnle
54
-111
/
+125
2017-07-31
xmlconfig: remove GL type dependencies
Nicolai Hähnle
1
-6
/
+4
2017-07-31
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
1
-1
/
+1
2017-07-31
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
3
-1
/
+8
2017-07-31
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
1
-0
/
+2
2017-07-31
radeonsi/nir: lower uniforms to UBO loads
Nicolai Hähnle
1
-0
/
+10
2017-07-31
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
1
-0
/
+10
2017-07-31
radeonsi/nir: lower txp instructions
Nicolai Hähnle
1
-0
/
+5
2017-07-31
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
1
-18
/
+18
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
3
-17
/
+26
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
3
-8
/
+10
2017-07-31
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
6
-6
/
+10
2017-07-31
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
1
-5
/
+11
2017-07-31
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
3
-1
/
+9
2017-07-31
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
1
-1
/
+13
2017-07-31
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
3
-19
/
+13
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
3
-7
/
+15
2017-07-31
ac/nir: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
1
-15
/
+14
2017-07-31
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
1
-55
/
+59
2017-07-31
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-11
/
+20
2017-07-31
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2
-10
/
+13
2017-07-31
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-8
/
+30
2017-07-31
ac/nir: pass ac_nir_context to emit_discard_if
Nicolai Hähnle
1
-8
/
+8
2017-07-31
ac/nir: extract shader_info->fs.can_discard from NIR shader info
Nicolai Hähnle
1
-2
/
+2
2017-07-31
radeonsi/nir: perform radeonsi-specific lowering and optimization passes
Nicolai Hähnle
1
-0
/
+41
2017-07-31
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
3
-0
/
+29
2017-07-31
ac/nir: handle old-style shadow tex instructions correctly
Nicolai Hähnle
1
-1
/
+3
2017-07-31
ac/nir: whitespace fixes
Nicolai Hähnle
1
-1
/
+1
2017-07-31
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
3
-2
/
+9
2017-07-31
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
1
-6
/
+3
2017-07-31
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
3
-8
/
+32
2017-07-31
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
3
-20
/
+30
[next]