summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nir/opt_undef: fixup for new foreach_block()Connor Abbott2016-04-281-15/+8
* nir/opt_dead_cf: fixup for new foreach_block()Connor Abbott2016-04-281-22/+21
* nir/opt_dce: fixup for new foreach_block()Connor Abbott2016-04-281-20/+13
* nir/opt_gcm: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir/opt_constant_folding: fixup for new foreach_block()Connor Abbott2016-04-281-15/+13
* nir/lower_samplers: fixup for new foreach_block()Connor Abbott2016-04-281-28/+8
* nir/normalize_cubemap_coords: fixup for new foreach_block()Connor Abbott2016-04-281-15/+11
* nir/lower_var_copies: fixup for new foreach_block()Connor Abbott2016-04-281-19/+15
* nir/move_vec_src_uses_to_dest: fixup for new foreach_block()Connor Abbott2016-04-281-2/+5
* nir/lower_vars_to_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-5/+9
* nir/lower_vec_to_movs: fixup for new foreach_block()Connor Abbott2016-04-281-14/+10
* nir/lower_idiv: fixup for new foreach_block()Connor Abbott2016-04-281-14/+7
* nir/lower_to_source_mods: fixup for new foreeach_block()Connor Abbott2016-04-281-9/+6
* nir/lower_io: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir/lower_system_values: fixup for new foreach_block()Connor Abbott2016-04-281-16/+11
* nir/lower_phis_to_scalar: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir/lower_indirect_derefs: fixup for new foreach_block()Connor Abbott2016-04-281-22/+17
* nir/nir_lower_global_vars: fixup for new foreach_block()Connor Abbott2016-04-281-22/+16
* nir/lower_atomics: fixup for new foreach_block()Connor Abbott2016-04-281-25/+11
* nir/lower_load_const: fixup for new foreach_block()Connor Abbott2016-04-281-12/+6
* nir/lower_locals_to_regs: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir/lower_gs_intrinsics: fixup for new foreach_block()Connor Abbott2016-04-281-4/+4
* nir/nir: fixup for new foreach_block()Connor Abbott2016-04-281-28/+14
* nir/lower_clip: fixup for new foreach_block()Connor Abbott2016-04-281-29/+21
* nir/lower_alu_to_scalar: fixup for new foreach_block()Connor Abbott2016-04-281-12/+6
* nir/liveness: fixup for new foreach_block()Connor Abbott2016-04-281-14/+10
* nir/inline_functions: fixup for new foreach_block()Connor Abbott2016-04-281-30/+23
* nir/from_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-27/+30
* nir/dominance: fixup for new foreach_block()Connor Abbott2016-04-281-101/+59
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-295-26/+10
* swr: remove duplicated constant update codeTim Rowley2016-04-281-44/+47
* gallium/radeon: add the size only once in r600_context_add_resource_sizeMarek Olšák2016-04-281-5/+3
* winsys/radeon: enlarge buffer_indices_hashlistBas Nieuwenhuizen2016-04-281-1/+1
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-287-91/+20
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-289-32/+46
* anv/dynamic_offsets: Fix the order of arguments to nir_build_immJason Ekstrand2016-04-281-2/+2
* anv: Fix a build error caused by recent fp64 NIR changesJason Ekstrand2016-04-281-2/+3
* nir: Try to warn when C99 extensions are used in nir headers.Jose Fonseca2016-04-281-1/+22
* nir: Remove spurious ; after nir_builder functions.Jose Fonseca2016-04-281-1/+1
* nir: Remove spurious ; after namespace.Jose Fonseca2016-04-281-1/+1
* nir: Avoid C99 field initializers.Jose Fonseca2016-04-281-3/+6
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-289-25/+25
* mesa: improve comment on _mesa_check_disallowed_mapping(), return boolBrian Paul2016-04-281-2/+8
* radeonsi: remove needless cache flushes at the end of CP DMA operationsMarek Olšák2016-04-281-8/+0
* radeonsi: remove flushes at the beginning and end of IBs done by the kernelMarek Olšák2016-04-281-12/+12
* nir: Add lrp lowering for doubles in opt_algebraicSamuel Iglesias Gonsálvez2016-04-282-3/+8
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-285-10/+10