summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-30radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)ubsanNicolai Hähnle1-1/+3
2016-04-30radeonsi: fix some reported undefined left-shiftsNicolai Hähnle1-3/+3
2016-04-30gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle11-3989/+3989
2016-04-30gallium: fix various undefined left shifts into sign bitNicolai Hähnle6-8/+8
2016-04-30compiler/glsl: do not downcast list sentinelNicolai Hähnle1-1/+4
2016-04-30compiler/list: add and use for_range_list_safeNicolai Hähnle3-10/+15
2016-04-30compiler: guard list iteration macros against undefined behaviorNicolai Hähnle1-45/+64
2016-04-29mesa/main: fix another undefined left shiftNicolai Hähnle1-1/+1
2016-04-29mesa/main: define _NEW_xxx flags as unsigned shiftsNicolai Hähnle1-30/+30
2016-04-29gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2-7/+9
2016-04-29st/glsl_to_tgsi: reduce stack explosion in recursive expression visitorNicolai Hähnle2-4/+22
2016-04-29tgsi/text: fix parsing of memory instructionsNicolai Hähnle1-13/+27
2016-04-29tgsi/text: add str_match_name_from_arrayNicolai Hähnle1-0/+18
2016-04-29tgsi/text: add str_match_format helper functionNicolai Hähnle1-9/+22
2016-04-29tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instructionNicolai Hähnle1-2/+6
2016-04-29tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle1-4/+6
2016-04-29tgsi/dump: shared dump_ctx initializationNicolai Hähnle1-31/+17
2016-04-29st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov1-1/+2
2016-04-29glsl: Checks for interpolation into its own function.Andres Gomez1-145/+171
2016-04-28nir/algebraic: Support lowering for both 64 and 32-bit ldexpJason Ekstrand1-9/+22
2016-04-28nir/opcodes: Make ldexp take an explicitly 32-bit intJason Ekstrand2-2/+2
2016-04-28nir/opcodes: Simplify the expressions for [un]pack_doubleJason Ekstrand1-61/+8
2016-04-28mesa: Fix indirect draw buffer size check on 32-bit systems.Kenneth Graunke1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_defJason Ekstrand4-5/+5
2016-04-28nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand12-27/+27
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand61-77/+77
2016-04-28nir: Switch the arguments to nir_foreach_parallel_copy_entryJason Ekstrand4-7/+7
2016-04-28nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand15-23/+23
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand65-106/+106
2016-04-28anv/lower_push_constants: fixup for nir_foreach_block()Jason Ekstrand1-22/+18
2016-04-28anv/apply_pipeline_layout: fixup for nir_foreach_block()Jason Ekstrand1-22/+19
2016-04-28anv/apply_dynamic_offsets: fixup for nir_foreach_block()Jason Ekstrand1-33/+22
2016-04-28i965/nir: fixup for new foreach_block()Connor Abbott6-80/+69
2016-04-28nir/algebraic: fixup for new foreach_block()Connor Abbott1-20/+14
2016-04-28nir/validate: fixup for new foreach_block()Connor Abbott1-10/+4
2016-04-28nir/nir_worklist: fixup for new foreach_block()Connor Abbott1-9/+3
2016-04-28nir/remove_dead_variables: fixup for new foreach_block()Connor Abbott1-28/+20
2016-04-28nir/split_var_copies: fixup for new foreach_block()Connor Abbott1-4/+4
2016-04-28nir/repair_ssa: fixup for new foreach_block()Connor Abbott1-11/+5
2016-04-28nir/opt_peephole_select: fixup for new foreach_block()Connor Abbott1-23/+14
2016-04-28nir/phi_builder: fixup for new foreach_block()Connor Abbott1-9/+3
2016-04-28nir/opt_cp: fixup for new foreach_block()Connor Abbott1-18/+10
2016-04-28nir/opt_remove_phis: fixup for new foreach_block()Connor Abbott1-5/+7
2016-04-28nir/opt_undef: fixup for new foreach_block()Connor Abbott1-15/+8
2016-04-28nir/opt_dead_cf: fixup for new foreach_block()Connor Abbott1-22/+21
2016-04-28nir/opt_dce: fixup for new foreach_block()Connor Abbott1-20/+13
2016-04-28nir/opt_gcm: fixup for new foreach_block()Connor Abbott1-4/+5
2016-04-28nir/opt_constant_folding: fixup for new foreach_block()Connor Abbott1-15/+13
2016-04-28nir/lower_samplers: fixup for new foreach_block()Connor Abbott1-28/+8
2016-04-28nir/normalize_cubemap_coords: fixup for new foreach_block()Connor Abbott1-15/+11