summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix a bunch of undefined left-shifts in u_format_*Adam Jackson2019-10-243-56/+56
* gallium/util: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* 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
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* svga: Fix banded DMA upload unmapThomas Hellstrom2019-10-241-1/+1
* radeonsi/nir: implement pipe_screen::finalize_nirMarek Olšák2019-10-235-19/+32
* tgsi_to_nir: use pipe_screen::finalize_nirMarek Olšák2019-10-231-4/+9
* gallium: add pipe_screen::finalize_nirMarek Olšák2019-10-235-0/+43
* iris: Rework edgeflag handlingKenneth Graunke2019-10-232-7/+28
* gallium/noop: implement get_disk_shader_cache and get_compiler_optionsMarek Olšák2019-10-231-0/+18
* 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
* gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt2019-10-203-30/+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
* osmesa: add missing #include <stdint.h>Eric Engestrom2019-10-181-0/+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
* rbug: remove superfluous NULL checkLucas Stach2019-10-181-2/+1
* rbug: implement resource creation with modifierLucas Stach2019-10-181-0/+38
* rbug: forward can_create_resource to pipe driverLucas Stach2019-10-181-0/+12
* rbug: forward texture_barrier to pipe driverLucas Stach2019-10-181-0/+12