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-04-30
radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)
ubsan
Nicolai Hähnle
1
-1
/
+3
2016-04-30
radeonsi: fix some reported undefined left-shifts
Nicolai Hähnle
1
-3
/
+3
2016-04-30
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
11
-3989
/
+3989
2016-04-30
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
6
-8
/
+8
2016-04-30
compiler/glsl: do not downcast list sentinel
Nicolai Hähnle
1
-1
/
+4
2016-04-30
compiler/list: add and use for_range_list_safe
Nicolai Hähnle
3
-10
/
+15
2016-04-30
compiler: guard list iteration macros against undefined behavior
Nicolai Hähnle
1
-45
/
+64
2016-04-29
mesa/main: fix another undefined left shift
Nicolai Hähnle
1
-1
/
+1
2016-04-29
mesa/main: define _NEW_xxx flags as unsigned shifts
Nicolai Hähnle
1
-30
/
+30
2016-04-29
gallium/radeon: fix crash in r600_set_streamout_targets
Nicolai Hähnle
2
-7
/
+9
2016-04-29
st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
Nicolai Hähnle
2
-4
/
+22
2016-04-29
tgsi/text: fix parsing of memory instructions
Nicolai Hähnle
1
-13
/
+27
2016-04-29
tgsi/text: add str_match_name_from_array
Nicolai Hähnle
1
-0
/
+18
2016-04-29
tgsi/text: add str_match_format helper function
Nicolai Hähnle
1
-9
/
+22
2016-04-29
tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instruction
Nicolai Hähnle
1
-2
/
+6
2016-04-29
tgsi/dump: signal nospace when the last print exceeded the size
Nicolai Hähnle
1
-4
/
+6
2016-04-29
tgsi/dump: shared dump_ctx initialization
Nicolai Hähnle
1
-31
/
+17
2016-04-29
st/omx: don't return early in vid_enc_EncodeFrame()
Emil Velikov
1
-1
/
+2
2016-04-29
glsl: Checks for interpolation into its own function.
Andres Gomez
1
-145
/
+171
2016-04-28
nir/algebraic: Support lowering for both 64 and 32-bit ldexp
Jason Ekstrand
1
-9
/
+22
2016-04-28
nir/opcodes: Make ldexp take an explicitly 32-bit int
Jason Ekstrand
2
-2
/
+2
2016-04-28
nir/opcodes: Simplify the expressions for [un]pack_double
Jason Ekstrand
1
-61
/
+8
2016-04-28
mesa: Fix indirect draw buffer size check on 32-bit systems.
Kenneth Graunke
1
-1
/
+1
2016-04-28
nir: Switch the arguments to nir_foreach_def
Jason Ekstrand
4
-5
/
+5
2016-04-28
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
12
-27
/
+27
2016-04-28
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
61
-77
/
+77
2016-04-28
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
4
-7
/
+7
2016-04-28
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
15
-23
/
+23
2016-04-28
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
65
-106
/
+106
2016-04-28
anv/lower_push_constants: fixup for nir_foreach_block()
Jason Ekstrand
1
-22
/
+18
2016-04-28
anv/apply_pipeline_layout: fixup for nir_foreach_block()
Jason Ekstrand
1
-22
/
+19
2016-04-28
anv/apply_dynamic_offsets: fixup for nir_foreach_block()
Jason Ekstrand
1
-33
/
+22
2016-04-28
i965/nir: fixup for new foreach_block()
Connor Abbott
6
-80
/
+69
2016-04-28
nir/algebraic: fixup for new foreach_block()
Connor Abbott
1
-20
/
+14
2016-04-28
nir/validate: fixup for new foreach_block()
Connor Abbott
1
-10
/
+4
2016-04-28
nir/nir_worklist: fixup for new foreach_block()
Connor Abbott
1
-9
/
+3
2016-04-28
nir/remove_dead_variables: fixup for new foreach_block()
Connor Abbott
1
-28
/
+20
2016-04-28
nir/split_var_copies: fixup for new foreach_block()
Connor Abbott
1
-4
/
+4
2016-04-28
nir/repair_ssa: fixup for new foreach_block()
Connor Abbott
1
-11
/
+5
2016-04-28
nir/opt_peephole_select: fixup for new foreach_block()
Connor Abbott
1
-23
/
+14
2016-04-28
nir/phi_builder: fixup for new foreach_block()
Connor Abbott
1
-9
/
+3
2016-04-28
nir/opt_cp: fixup for new foreach_block()
Connor Abbott
1
-18
/
+10
2016-04-28
nir/opt_remove_phis: fixup for new foreach_block()
Connor Abbott
1
-5
/
+7
2016-04-28
nir/opt_undef: fixup for new foreach_block()
Connor Abbott
1
-15
/
+8
2016-04-28
nir/opt_dead_cf: fixup for new foreach_block()
Connor Abbott
1
-22
/
+21
2016-04-28
nir/opt_dce: fixup for new foreach_block()
Connor Abbott
1
-20
/
+13
2016-04-28
nir/opt_gcm: fixup for new foreach_block()
Connor Abbott
1
-4
/
+5
2016-04-28
nir/opt_constant_folding: fixup for new foreach_block()
Connor Abbott
1
-15
/
+13
2016-04-28
nir/lower_samplers: fixup for new foreach_block()
Connor Abbott
1
-28
/
+8
2016-04-28
nir/normalize_cubemap_coords: fixup for new foreach_block()
Connor Abbott
1
-15
/
+11
[next]