aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* iris/bufmgr: Initialize aux map context for gen12Jordan Justen2019-10-282-0/+62
* freedreno/a2xx: use sysval for pointcoordJonathan Marek2019-10-272-11/+9
* pan/midgard: Disable precise occlusion queriesAlyssa Rosenzweig2019-10-261-1/+1
* panfrost: allocate bo for occlusion query resultsUrja Rannikko2019-10-262-14/+25
* panfrost: Expose serialized NIR supportAlyssa Rosenzweig2019-10-262-4/+13
* virgl: Remove formats with unusual sample count.Lepton Wu2019-10-241-0/+3
* freedreno/ir3: debug cleanupRob Clark2019-10-242-4/+3
* llvmpipe: avoid generating empty-body blocksEric Engestrom2019-10-241-1/+1
* llvmpipe: avoid compiling no-op block on release buildsEric Engestrom2019-10-241-1/+2
* svga: Fix banded DMA upload unmapThomas Hellstrom2019-10-241-1/+1
* radeonsi/nir: implement pipe_screen::finalize_nirMarek Olšák2019-10-235-19/+32
* iris: Rework edgeflag handlingKenneth Graunke2019-10-232-7/+28
* Revert "vc4: do not report alpha-test as supported"Erik Faye-Lund2019-10-232-4/+14
* Revert "v3d: do not report alpha-test as supported"Erik Faye-Lund2019-10-231-3/+0
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-231-0/+1
* llvmpipe: handle compute shader launch with 0 threadsDave Airlie2019-10-211-0/+9
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-212-2/+2
* panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()Boris Brezillon2019-10-213-2/+63
* etnaviv: keep track of buffer valid ranges for PIPE_BUFFERChristian Gmeiner2019-10-203-2/+35
* etnaviv: store updated usage in pipe_transfer objectChristian Gmeiner2019-10-201-8/+8
* etnaviv: fix code styleChristian Gmeiner2019-10-201-1/+2
* etnaviv: fix compile warningsChristian Gmeiner2019-10-203-7/+0
* lima: fix PP stack sizeVasily Khoruzhick2019-10-191-2/+1
* freedreno/a5xx: enable a510Marijn Suijten2019-10-191-0/+1
* freedreno/a6xx: add support for pre-fs texture fetchRob Clark2019-10-181-5/+23
* freedreno: update registersRob Clark2019-10-181-1/+1
* meson: Add support for wrapping llvmDylan Baker2019-10-181-5/+11
* meson/llvmpipe: Add dep_llvm to driver_swrastDylan Baker2019-10-181-1/+1
* etnaviv: check NO_ASTC feature bitJonathan Marek2019-10-181-1/+2
* etnaviv: fix TS samplers on GC7000LJonathan Marek2019-10-181-1/+2
* etnaviv: fix linear_nearest / nearest_linear filters on GC7000LiteJonathan Marek2019-10-181-2/+4
* etnaviv: GC7000: flush TX descriptor and instruction cacheLucas Stach2019-10-181-0/+7
* etnaviv: add linear texture support on GC7000Lucas Stach2019-10-181-1/+3
* etnaviv: GC7000: Texture descriptorsWladimir J. van der Laan2019-10-188-1/+440
* etnaviv: check for softpin availability on Halti5 devicesLucas Stach2019-10-181-0/+5
* etnaviv: Rework lockingMarek Vasut2019-10-189-16/+28
* etnaviv: Rework resource status trackingMarek Vasut2019-10-184-32/+93
* etnaviv: rework the stream flush to always go through the context flushLucas Stach2019-10-181-36/+43
* etnaviv: keep references to pending resourcesLucas Stach2019-10-182-11/+10
* etnaviv: Make contexts track resourcesMarek Vasut2019-10-185-15/+40
* v3d: Explicitly expose OpenGL ES Shading Language 3.1Jose Maria Casanova Crespo2019-10-181-0/+3
* v3d: request the kernel to flush caches when TMU is dirtyIago Toral Quiroga2019-10-185-22/+28
* v3d: Add Compute Shader supportEric Anholt2019-10-188-8/+278
* v3d: add new flag dirty TMU cache at v3d_compilerIago Toral Quiroga2019-10-181-0/+5
* v3d: trivial update to obsolete commentIago Toral Quiroga2019-10-181-2/+2
* panfrost: Respect offset for imported resourcesDaniel Stone2019-10-181-0/+3
* iris/resource: Use isl surface alignment during bo allocationJordan Justen2019-10-171-1/+3
* iris: Let isl decide the supported tiling in more situationsJordan Justen2019-10-171-15/+0
* freedreno/a6xx: Turn on geometry shadersKristian H. Kristensen2019-10-172-3/+15
* freedreno/a6xx: Implement PIPE_QUERY_PRIMITIVES_GENERATED for GSKristian H. Kristensen2019-10-171-0/+34