aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: drop APPLE_vertex_array_object supportTimothy Arceri2017-04-2611-100/+19
* radv: Enable userspace fence checking.Bas Nieuwenhuizen2017-04-263-3/+36
* i965: Remove unused variable 'options'Matt Turner2017-04-251-2/+0
* glsl: Initialize current_varMatt Turner2017-04-251-1/+1
* radv/ac: setup mrt exports then export them in one go. (v2)Dave Airlie2017-04-251-15/+19
* radv/ac: overhaul vs output/ps input routingDave Airlie2017-04-253-37/+55
* radv/ac: move point coord after layer/viewport.Dave Airlie2017-04-251-6/+7
* gallium: remove u_caps.c/h interfaceSamuel Pitoiset2017-04-253-340/+0
* ddebug: implement get_query_result_resourceMarek Olšák2017-04-251-0/+16
* trace: don't trace resource_destroyMarek Olšák2017-04-251-7/+4
* gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2017-04-252-0/+59
* Android: fix r300g only buildRob Herring2017-04-251-3/+5
* mesa: use locked version of HashWalk for xfb objectsTimothy Arceri2017-04-251-2/+2
* mesa: create locked version of HashWalkTimothy Arceri2017-04-252-8/+31
* genxml: Fix gen_pack_header.py crash when field type is invalid.Rafael Antognolli2017-04-241-2/+2
* genxml: Make BLEND_STATE command support variable length array.Rafael Antognolli2017-04-247-48/+74
* genxml: Fix python crash when no dwords are found.Rafael Antognolli2017-04-241-5/+12
* genxml: Remove unused parameter.Rafael Antognolli2017-04-241-2/+2
* intel/aubinator: Correctly read variable length structs.Rafael Antognolli2017-04-243-6/+54
* isl/format: Update the R16G16B16X16_FLOAT entryNanley Chery2017-04-241-1/+1
* 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
* 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