summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv/pass: Delete anv_pass::subpass_attachmentsNanley Chery2017-04-241-1/+0
* intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez2017-04-241-1/+1
* intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez2017-04-241-2/+1
* i965/vec4: Use reads_accumulator_implicitly(), not MACH checks.Kenneth Graunke2017-04-241-4/+4
* android: radv/ac: Fix nir.h includeMauro Rossi2017-04-241-0/+2
* configure.ac: Fix typos.Vinson Lee2017-04-231-3/+3
* radv/ac: copy llvm machine feature flags from radeonsi.Dave Airlie2017-04-241-1/+1
* i965: remove now unused GLSL IR optimisationsTimothy Arceri2017-04-244-888/+0
* i965: remove GLSL IR optimisation loopTimothy Arceri2017-04-241-16/+0
* glsl: use ARB_enhahnced_layouts for packing where possibleTimothy Arceri2017-04-241-0/+70
* glsl: disable varying packing for varying used by interpolateAt*Timothy Arceri2017-04-243-7/+19
* glsl_to_nir: skip ir_var_shader_shared variablesTimothy Arceri2017-04-241-0/+7
* nir/i965: add before ffma algebraic optsTimothy Arceri2017-04-243-0/+30
* nir: shuffle constants to the topTimothy Arceri2017-04-242-1/+19
* nir: add flt comparision simplificationTimothy Arceri2017-04-242-0/+19
* radv: Enable lowering fdiv in nir.Bas Nieuwenhuizen2017-04-231-0/+1
* freedreno/a5xx: hack for r8g8b8a8_snormRob Clark2017-04-231-1/+1
* freedreno/a5xx: rgtc formatsRob Clark2017-04-232-8/+12
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-2220-94/+94
* radv: Use the correct pipeline for dispatches.Bas Nieuwenhuizen2017-04-221-3/+3
* etnaviv: Supertiled texture support on gc3000Wladimir J. van der Laan2017-04-222-8/+11
* etnaviv: etnaviv_fence: Simplify the return code logicFabio Estevam2017-04-221-4/+2
* freedreno/a5xx: occlusion queryRob Clark2017-04-224-3/+140
* freedreno: drop ring arg from _set_stage()Rob Clark2017-04-227-17/+13
* freedreno: update generated headersRob Clark2017-04-226-12/+25
* freedreno: add support for hw accumulating queriesRob Clark2017-04-228-33/+384
* freedreno: a bit of query refactorRob Clark2017-04-224-40/+40
* freedreno: make hw-query a helperRob Clark2017-04-2213-16/+57
* i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke2017-04-221-0/+7
* mesa: validate sampler type across the whole programTimothy Arceri2017-04-223-5/+28
* mesa: don't lock hashtables that are not shared across contextsTimothy Arceri2017-04-225-15/+16
* mesa: Remove deleteFlag pattern from container objects.Matt Turner2017-04-222-6/+2
* mesa: Remove unnecessary locking from container objects.Matt Turner2017-04-224-19/+0
* mesa: remove fallback RefCount == 0 patternTimothy Arceri2017-04-226-59/+25
* egl: add gitignoreElie TOURNIER2017-04-221-0/+2
* glsl: make use of glsl_type::is_float()Samuel Pitoiset2017-04-2110-56/+48
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-2112-45/+45
* glsl: make use of glsl_type::is_integer_64()Samuel Pitoiset2017-04-211-9/+2
* glsl: simplify glsl_type::is_integer_32_64()Samuel Pitoiset2017-04-211-2/+1
* glsl: add glsl_type::is_integer_64()Samuel Pitoiset2017-04-211-0/+8
* glsl: make use of glsl_type::is_boolean()Samuel Pitoiset2017-04-214-19/+18
* glsl: make use of glsl_type::is_record()Samuel Pitoiset2017-04-215-8/+6
* glsl: make use of glsl_type::is_interface()Samuel Pitoiset2017-04-212-2/+2
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-215-5/+5
* glsl: make use glsl_type::is_atomic_uint()Samuel Pitoiset2017-04-213-6/+4
* glsl: add glsl_type::is_atomic_uint() helperSamuel Pitoiset2017-04-211-0/+8
* mesa/glthread: correctly compare thread handlesEmil Velikov2017-04-211-1/+1
* st/clover: add space between < and ::Emil Velikov2017-04-216-17/+17
* glsl: get rid of values_for_type()Samuel Pitoiset2017-04-213-22/+4
* glsl: make component_slots() returns 1 for sampler typesSamuel Pitoiset2017-04-211-3/+2