summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-26mesa: drop APPLE_vertex_array_object supportTimothy Arceri11-100/+19
2017-04-26radv: Enable userspace fence checking.Bas Nieuwenhuizen3-3/+36
2017-04-25i965: Remove unused variable 'options'Matt Turner1-2/+0
2017-04-25glsl: Initialize current_varMatt Turner1-1/+1
2017-04-25radv/ac: setup mrt exports then export them in one go. (v2)Dave Airlie1-15/+19
2017-04-25radv/ac: overhaul vs output/ps input routingDave Airlie3-37/+55
2017-04-25radv/ac: move point coord after layer/viewport.Dave Airlie1-6/+7
2017-04-25gallium: remove u_caps.c/h interfaceSamuel Pitoiset3-340/+0
2017-04-25ddebug: implement get_query_result_resourceMarek Olšák1-0/+16
2017-04-25trace: don't trace resource_destroyMarek Olšák1-7/+4
2017-04-25gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2-0/+59
2017-04-25Android: fix r300g only buildRob Herring1-3/+5
2017-04-25mesa: use locked version of HashWalk for xfb objectsTimothy Arceri1-2/+2
2017-04-25mesa: create locked version of HashWalkTimothy Arceri2-8/+31
2017-04-24genxml: Fix gen_pack_header.py crash when field type is invalid.Rafael Antognolli1-2/+2
2017-04-24genxml: Make BLEND_STATE command support variable length array.Rafael Antognolli7-48/+74
2017-04-24genxml: Fix python crash when no dwords are found.Rafael Antognolli1-5/+12
2017-04-24genxml: Remove unused parameter.Rafael Antognolli1-2/+2
2017-04-24intel/aubinator: Correctly read variable length structs.Rafael Antognolli3-6/+54
2017-04-24isl/format: Update the R16G16B16X16_FLOAT entryNanley Chery1-1/+1
2017-04-24anv/pass: Delete anv_pass::subpass_attachmentsNanley Chery1-1/+0
2017-04-24intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez1-1/+1
2017-04-24intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez1-2/+1
2017-04-24i965/vec4: Use reads_accumulator_implicitly(), not MACH checks.Kenneth Graunke1-4/+4
2017-04-24android: radv/ac: Fix nir.h includeMauro Rossi1-0/+2
2017-04-24radv/ac: copy llvm machine feature flags from radeonsi.Dave Airlie1-1/+1
2017-04-24i965: remove now unused GLSL IR optimisationsTimothy Arceri4-888/+0
2017-04-24i965: remove GLSL IR optimisation loopTimothy Arceri1-16/+0
2017-04-24glsl: use ARB_enhahnced_layouts for packing where possibleTimothy Arceri1-0/+70
2017-04-24glsl: disable varying packing for varying used by interpolateAt*Timothy Arceri3-7/+19
2017-04-24glsl_to_nir: skip ir_var_shader_shared variablesTimothy Arceri1-0/+7
2017-04-24nir/i965: add before ffma algebraic optsTimothy Arceri3-0/+30
2017-04-24nir: shuffle constants to the topTimothy Arceri2-1/+19
2017-04-24nir: add flt comparision simplificationTimothy Arceri2-0/+19
2017-04-23radv: Enable lowering fdiv in nir.Bas Nieuwenhuizen1-0/+1
2017-04-23freedreno/a5xx: hack for r8g8b8a8_snormRob Clark1-1/+1
2017-04-23freedreno/a5xx: rgtc formatsRob Clark2-8/+12
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák20-94/+94
2017-04-22radv: Use the correct pipeline for dispatches.Bas Nieuwenhuizen1-3/+3
2017-04-22etnaviv: Supertiled texture support on gc3000Wladimir J. van der Laan2-8/+11
2017-04-22etnaviv: etnaviv_fence: Simplify the return code logicFabio Estevam1-4/+2
2017-04-22freedreno/a5xx: occlusion queryRob Clark4-3/+140
2017-04-22freedreno: drop ring arg from _set_stage()Rob Clark7-17/+13
2017-04-22freedreno: update generated headersRob Clark6-12/+25
2017-04-22freedreno: add support for hw accumulating queriesRob Clark8-33/+384
2017-04-22freedreno: a bit of query refactorRob Clark4-40/+40
2017-04-22freedreno: make hw-query a helperRob Clark13-16/+57
2017-04-22i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke1-0/+7
2017-04-22mesa: validate sampler type across the whole programTimothy Arceri3-5/+28
2017-04-22mesa: don't lock hashtables that are not shared across contextsTimothy Arceri5-15/+16