aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove execute bit from the python script(s)Emil Velikov2017-03-102-0/+0
* svga: remove shebang from svgadump/svga_dump.pyEmil Velikov2017-03-101-1/+0
* svga: remove execute bit from svga_dump.pyEmil Velikov2017-03-101-0/+0
* freedreno: remove shebang from ir3_nir_trig.pyEmil Velikov2017-03-101-1/+0
* freedreno: remove execute bit from ir3_nir_trig.pyEmil Velikov2017-03-101-0/+0
* glsl: remove shebang from python scriptsEmil Velikov2017-03-102-2/+0
* glsl/tests: remove execute bit from compare_ir python scriptEmil Velikov2017-03-101-0/+0
* glsl/tests: suffix .sh/.py files as applicableEmil Velikov2017-03-106-9/+9
* mesa: drop the execute bit from gl.xmlEmil Velikov2017-03-101-0/+0
* mapi/glapi: remove unused next_available_offset.shEmil Velikov2017-03-101-39/+0
* gbm: Export a per plane getter for offsetBen Widawsky2017-03-095-0/+55
* gbm: Export a per plane getter for strideBen Widawsky2017-03-094-2/+52
* gbm: Create a gbm_device getter for strideBen Widawsky2017-03-093-1/+9
* gbm: Export a getter for per plane handlesBen Widawsky2017-03-095-0/+61
* gbm: Export a plane getter functionBen Widawsky2017-03-095-0/+42
* gbm: Explicitly disallow a planar dumb BOBen Widawsky2017-03-091-0/+31
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-097-14/+14
* i965: Add more Haswell OA metrics setsRobert Bragg2017-03-091-1/+3403
* i965: Expose OA counters via INTEL_performance_queryRobert Bragg2017-03-092-13/+1158
* exec_list: Add a foreach_list_typed_from macroRobert Bragg2017-03-091-0/+5
* i965: Add script to gen code for OA counter queriesRobert Bragg2017-03-093-2/+575
* i965: extend query/counter structs for OA queriesRobert Bragg2017-03-092-1/+21
* i965: brw_context.h additions for OA unit query codegenRobert Bragg2017-03-091-0/+21
* i965: XML description of Haswell OA metric setRobert Bragg2017-03-091-0/+998
* nv50/ir: check for origin insn in findOriginForTestWithZeroPierre Moreau2017-03-091-0/+2
* mesa/main: make use of lookup_samplerobj_locked()Samuel Pitoiset2017-03-091-11/+1
* mesa/main: inline {begin,end}_samplerobj_lookups()Samuel Pitoiset2017-03-091-16/+2
* glsl/blob: clear padding bytesGrazvydas Ignotas2017-03-091-3/+6
* util/disk_cache: fix size subtraction on 32bitGrazvydas Ignotas2017-03-091-3/+3
* util/disk_cache: fix compressed size calculationGrazvydas Ignotas2017-03-091-1/+1
* glsl: builtin: always return clones of the builtinsLionel Landwerlin2017-03-093-8/+20
* i965: Delete render ring prelude.Kenneth Graunke2017-03-082-10/+0
* swr: s/uint/enum pipe_render_cond_flag/Vinson Lee2017-03-081-1/+1
* radv: Don't flush the CB before doing a fast clear eliminate.Bas Nieuwenhuizen2017-03-091-2/+0
* radv: Don't emit cache flushes on subpass switch.Bas Nieuwenhuizen2017-03-093-6/+0
* radv: Only flush for the needed stages, and before the flushes.Bas Nieuwenhuizen2017-03-091-6/+1
* radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.Bas Nieuwenhuizen2017-03-091-9/+19
* radv: Flush more caches after writes.Bas Nieuwenhuizen2017-03-091-3/+9
* radv: Don't flush for fixed-function reading.Bas Nieuwenhuizen2017-03-091-1/+0
* radv: Invalidate the correct caches for CB/DB dst barriers.Bas Nieuwenhuizen2017-03-091-5/+11
* radv: Determine cache flushes per object.Bas Nieuwenhuizen2017-03-091-17/+19
* mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset2017-03-092-20/+0
* radv/ac: fixup texture coord to have right number of channels.Dave Airlie2017-03-092-4/+4
* st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-092-4/+2
* vc4: Fix math with a condition flag set.Eric Anholt2017-03-082-3/+18
* vc4: Fix register pressure cost estimates when a src appears twice.Eric Anholt2017-03-081-3/+13
* vc4: Report to shader-db how many threads a fragment shader has.Eric Anholt2017-03-081-0/+7
* Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt2017-03-084-93/+75
* radeonsi: fix elimination of literal VS outputsMarek Olšák2017-03-081-4/+7
* loader: Move non-error message to debug levelFabio Estevam2017-03-081-1/+1