summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16i965: Replace OPT_V() with OPT().wip/nir-optimization-progressMatt Turner1-23/+19
2017-03-16i965/fs: Return progress from demote_sample_qualifiers().Matt Turner1-1/+6
2017-03-16i965/fs: Return progress from move_interpolation_to_top().Matt Turner1-1/+6
2017-03-16i965: Return progress from brw_nir_lower_uniforms().Matt Turner1-3/+3
2017-03-16nir: Return progress from nir_convert_from_ssa().Matt Turner2-7/+16
2017-03-16nir: Return progress from nir_lower_io().Matt Turner2-6/+15
2017-03-16nir: Return progress from nir_lower_regs_to_ssa().Matt Turner2-6/+10
2017-03-16nir: Return progress from nir_lower_samplers().Matt Turner2-12/+19
2017-03-16nir: Return progress from nir_lower_atomics().Matt Turner2-7/+13
2017-03-16nir: Return progress from nir_lower_clamp_color_outputs().Matt Turner2-10/+22
2017-03-16nir: Return progress from nir_lower_clip_fs().Matt Turner2-3/+5
2017-03-16nir: Return progress from nir_lower_clip_vs().Matt Turner2-5/+7
2017-03-16nir: Return progress from nir_move_vec_src_uses_to_dest().Matt Turner2-6/+18
2017-03-16nir: Return progress from nir_lower_to_source_mods().Matt Turner2-6/+29
2017-03-16nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2-5/+14
2017-03-16nir: Return progress from nir_lower_var_copies().Matt Turner2-4/+16
2017-03-16nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2-7/+17
2017-03-16nir: Return progress from nir_lower_64bit_pack().Matt Turner2-4/+12
2017-03-16nir: Return progress from nir_lower_doubles().Matt Turner2-15/+21
2017-03-16nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2-3/+7
2017-03-16nir: Fix syntax.Matt Turner2-6/+6
2017-03-16nir: Fix misspellings.Matt Turner4-7/+7
2017-03-16nir: Stop using apostrophes to pluralize.Matt Turner21-43/+43
2017-03-09i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat7-14/+14
2017-03-09i965: Add more Haswell OA metrics setsRobert Bragg1-1/+3403
2017-03-09i965: Expose OA counters via INTEL_performance_queryRobert Bragg2-13/+1158
2017-03-09exec_list: Add a foreach_list_typed_from macroRobert Bragg1-0/+5
2017-03-09i965: Add script to gen code for OA counter queriesRobert Bragg3-2/+575
2017-03-09i965: extend query/counter structs for OA queriesRobert Bragg2-1/+21
2017-03-09i965: brw_context.h additions for OA unit query codegenRobert Bragg1-0/+21
2017-03-09i965: XML description of Haswell OA metric setRobert Bragg1-0/+998
2017-03-09nv50/ir: check for origin insn in findOriginForTestWithZeroPierre Moreau1-0/+2
2017-03-09mesa/main: make use of lookup_samplerobj_locked()Samuel Pitoiset1-11/+1
2017-03-09mesa/main: inline {begin,end}_samplerobj_lookups()Samuel Pitoiset1-16/+2
2017-03-09glsl/blob: clear padding bytesGrazvydas Ignotas1-3/+6
2017-03-09util/disk_cache: fix size subtraction on 32bitGrazvydas Ignotas1-3/+3
2017-03-09util/disk_cache: fix compressed size calculationGrazvydas Ignotas1-1/+1
2017-03-09glsl: builtin: always return clones of the builtinsLionel Landwerlin3-8/+20
2017-03-08i965: Delete render ring prelude.Kenneth Graunke2-10/+0
2017-03-08swr: s/uint/enum pipe_render_cond_flag/Vinson Lee1-1/+1
2017-03-09radv: Don't flush the CB before doing a fast clear eliminate.Bas Nieuwenhuizen1-2/+0
2017-03-09radv: Don't emit cache flushes on subpass switch.Bas Nieuwenhuizen3-6/+0
2017-03-09radv: Only flush for the needed stages, and before the flushes.Bas Nieuwenhuizen1-6/+1
2017-03-09radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.Bas Nieuwenhuizen1-9/+19
2017-03-09radv: Flush more caches after writes.Bas Nieuwenhuizen1-3/+9
2017-03-09radv: Don't flush for fixed-function reading.Bas Nieuwenhuizen1-1/+0
2017-03-09radv: Invalidate the correct caches for CB/DB dst barriers.Bas Nieuwenhuizen1-5/+11
2017-03-09radv: Determine cache flushes per object.Bas Nieuwenhuizen1-17/+19
2017-03-09mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset2-20/+0
2017-03-09radv/ac: fixup texture coord to have right number of channels.Dave Airlie2-4/+4