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
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
2016-08-10
gallium/radeon: pass indirect register info into get_alloca_for_array
Nicolai Hähnle
1
-5
/
+6
2016-08-10
gallium/radeon: extract common lookup code into get_temp_array function
Nicolai Hähnle
1
-33
/
+40
2016-08-10
gallium/radeon: clarify the comment on the array alloca heuristic
Nicolai Hähnle
1
-10
/
+19
2016-08-10
gallium/radeon: more descriptive names for LLVM temporaries in debug builds
Nicolai Hähnle
1
-2
/
+12
2016-08-10
gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing
Nicolai Hähnle
1
-7
/
+0
2016-08-10
gallium/radeon: simplify radeon_llvm_emit_fetch for direct array addressing
Nicolai Hähnle
1
-5
/
+0
2016-08-10
gallium/radeon: clean up emit_declaration for temporaries
Nicolai Hähnle
1
-9
/
+18
2016-08-10
st_glsl_to_tgsi: use calloc the way it's meant to be used
Nicolai Hähnle
1
-1
/
+1
2016-08-10
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2
-0
/
+93
2016-08-08
radeonsi: enable multi-draw related pipe caps
Nicolai Hähnle
2
-5
/
+7
2016-08-08
radeonsi: program additional multi draw parameters
Nicolai Hähnle
1
-5
/
+25
2016-08-08
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2
-4
/
+7
2016-08-08
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2
-2
/
+10
2016-08-08
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
Nicolai Hähnle
1
-0
/
+5
2016-08-08
radeonsi: remove an incorrect assertion
Nicolai Hähnle
1
-2
/
+0
2016-08-08
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2
-4
/
+9
2016-08-08
radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets
Nicolai Hähnle
1
-0
/
+3
2016-08-08
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
3
-1
/
+14
2016-08-08
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
1
-45
/
+31
2016-08-08
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
1
-9
/
+12
2016-08-08
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
1
-16
/
+9
2016-08-08
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
3
-0
/
+28
2016-08-08
radeonsi: move spi_ps_input_addr override outside of the loop
Nicolai Hähnle
1
-3
/
+3
2016-08-08
radeonsi: drop unnecessary u_pstipple.h include
Nicolai Hähnle
1
-1
/
+0
2016-08-08
radeonsi: do not pass the return type to buffer_load_const
Nicolai Hähnle
1
-18
/
+18
2016-08-07
glsl: Combine GS and TES array resizing visitors.
Kenneth Graunke
1
-72
/
+35
2016-08-07
glsl: Fix location bias for patch variables.
Kenneth Graunke
1
-0
/
+3
2016-08-07
glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].
Kenneth Graunke
1
-0
/
+12
2016-08-07
glsl: Delete bogus ir_set_program_inouts assert.
Kenneth Graunke
1
-3
/
+7
2016-08-07
glsl: Simplify interface qualifier parsing.
Kenneth Graunke
1
-34
/
+7
2016-08-07
glsl: Add a has_tessellation_shader() helper.
Kenneth Graunke
3
-18
/
+12
2016-08-06
Revert "gallium/radeon: count contexts"
Marek Olšák
2
-4
/
+0
2016-08-06
radeonsi: add GLSL lit tests
Marek Olšák
19
-0
/
+490
2016-08-06
radeonsi: add a standalone compiler amdgcn_glslc
Marek Olšák
3
-0
/
+323
2016-08-06
radeonsi: add environment variable SI_FORCE_FAMILY
Marek Olšák
1
-0
/
+32
2016-08-06
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2
-2
/
+29
2016-08-06
winsys/amdgpu: implement cs_get_next_fence
Marek Olšák
2
-4
/
+35
2016-08-06
gallium/radeon: add cs_get_next_fence winsys callback
Marek Olšák
1
-0
/
+7
2016-08-06
gallium/radeon: count contexts
Marek Olšák
2
-0
/
+4
2016-08-06
gallium/radeon: count gfx IB flushes
Marek Olšák
3
-1
/
+3
[next]