summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glx: Refactor the configure options for glx implementation choice (v3)Chuck Atkins2016-05-013-53/+66
* nir/lower_double_ops: fix indentationThomas Hindoe Paaboel Andersen2016-04-301-30/+30
* nir/opt_dead_cf: fix indentationThomas Hindoe Paaboel Andersen2016-04-301-4/+4
* nir/opt_dead_cf: correction of side effect checkThomas Hindoe Paaboel Andersen2016-04-301-2/+2
* freedreno/ir3: use pipe_debug_callback for shader-db tracesRob Clark2016-04-306-33/+43
* freedreno/a4xx: add debug callback to emitRob Clark2016-04-303-0/+6
* freedreno/a3xx: add debug callback to emitRob Clark2016-04-303-0/+7
* freedreno: wire up core pipe_debug_callbackRob Clark2016-04-302-0/+15
* freedreno/ir3: handle color clamp variant ourselvesRob Clark2016-04-305-3/+28
* nir: clamp-color-output supportRob Clark2016-04-303-0/+120
* freedreno: fix indentationRob Clark2016-04-303-12/+12
* radeonsi: fix synchronization of shader imagesMarek Olšák2016-04-301-7/+11
* st/glsl_to_tgsi: fix potential crash when allocating temporariesSamuel Pitoiset2016-04-301-1/+1
* glsl: Lower vector_extracts to swizzles after lower_vector_derefs.Kenneth Graunke2016-04-291-0/+1
* glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.Kenneth Graunke2016-04-291-83/+13
* mesa: simplify _mesa_LightfvThomas Faller2016-04-291-10/+0
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-292-7/+9
* st/glsl_to_tgsi: reduce stack explosion in recursive expression visitorNicolai Hähnle2016-04-292-4/+22
* tgsi/text: fix parsing of memory instructionsNicolai Hähnle2016-04-291-13/+27
* tgsi/text: add str_match_name_from_arrayNicolai Hähnle2016-04-291-0/+18
* tgsi/text: add str_match_format helper functionNicolai Hähnle2016-04-291-9/+22
* tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instructionNicolai Hähnle2016-04-291-2/+6
* tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle2016-04-291-4/+6
* tgsi/dump: shared dump_ctx initializationNicolai Hähnle2016-04-291-31/+17
* st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov2016-04-291-1/+2
* glsl: Checks for interpolation into its own function.Andres Gomez2016-04-291-145/+171
* nir/algebraic: Support lowering for both 64 and 32-bit ldexpJason Ekstrand2016-04-281-9/+22
* nir/opcodes: Make ldexp take an explicitly 32-bit intJason Ekstrand2016-04-282-2/+2
* nir/opcodes: Simplify the expressions for [un]pack_doubleJason Ekstrand2016-04-281-61/+8
* mesa: Fix indirect draw buffer size check on 32-bit systems.Kenneth Graunke2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_defJason Ekstrand2016-04-284-5/+5
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-2812-27/+27
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-2861-77/+77
* nir: Switch the arguments to nir_foreach_parallel_copy_entryJason Ekstrand2016-04-284-7/+7
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-2815-23/+23
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-2865-106/+106
* anv/lower_push_constants: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+18
* anv/apply_pipeline_layout: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+19
* anv/apply_dynamic_offsets: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-33/+22
* i965/nir: fixup for new foreach_block()Connor Abbott2016-04-286-80/+69
* nir/algebraic: fixup for new foreach_block()Connor Abbott2016-04-281-20/+14
* nir/validate: fixup for new foreach_block()Connor Abbott2016-04-281-10/+4
* nir/nir_worklist: fixup for new foreach_block()Connor Abbott2016-04-281-9/+3
* nir/remove_dead_variables: fixup for new foreach_block()Connor Abbott2016-04-281-28/+20
* nir/split_var_copies: fixup for new foreach_block()Connor Abbott2016-04-281-4/+4
* nir/repair_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-11/+5
* nir/opt_peephole_select: fixup for new foreach_block()Connor Abbott2016-04-281-23/+14
* nir/phi_builder: fixup for new foreach_block()Connor Abbott2016-04-281-9/+3
* nir/opt_cp: fixup for new foreach_block()Connor Abbott2016-04-281-18/+10
* nir/opt_remove_phis: fixup for new foreach_block()Connor Abbott2016-04-281-5/+7