summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-02llvmpipe: use VSX for arch rounding when possiblemesa-vsxOded Gabbay1-2/+2
2016-05-01llvmpipe: use xvminsp instead of vminfp when possibleOded Gabbay1-0/+12
2016-05-01llvmpipe: use xvmaxsp instead of vmaxfp when possibleOded Gabbay1-1/+12
2016-05-01llvmpipe: Add detection of VSX capabilityOded Gabbay2-0/+28
2016-05-01llvmpipe: re-enable VSX with llvm 3.9Oded Gabbay1-1/+1
2016-05-01Update .gitignoreOded Gabbay1-0/+6
2016-04-30nir/lower_double_ops: fix indentationThomas Hindoe Paaboel Andersen1-30/+30
2016-04-30nir/opt_dead_cf: fix indentationThomas Hindoe Paaboel Andersen1-4/+4
2016-04-30nir/opt_dead_cf: correction of side effect checkThomas Hindoe Paaboel Andersen1-2/+2
2016-04-30freedreno/ir3: use pipe_debug_callback for shader-db tracesRob Clark6-33/+43
2016-04-30freedreno/a4xx: add debug callback to emitRob Clark3-0/+6
2016-04-30freedreno/a3xx: add debug callback to emitRob Clark3-0/+7
2016-04-30freedreno: wire up core pipe_debug_callbackRob Clark2-0/+15
2016-04-30freedreno/ir3: handle color clamp variant ourselvesRob Clark5-3/+28
2016-04-30nir: clamp-color-output supportRob Clark3-0/+120
2016-04-30freedreno: fix indentationRob Clark3-12/+12
2016-04-30radeonsi: fix synchronization of shader imagesMarek Olšák1-7/+11
2016-04-30st/glsl_to_tgsi: fix potential crash when allocating temporariesSamuel Pitoiset1-1/+1
2016-04-29glsl: Lower vector_extracts to swizzles after lower_vector_derefs.Kenneth Graunke1-0/+1
2016-04-29glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.Kenneth Graunke1-83/+13
2016-04-29mesa: simplify _mesa_LightfvThomas Faller1-10/+0
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