aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: separate PE and RS formats, use only RS only for tilingJonathan Marek2019-11-188-56/+54
* etnaviv: blt: use only for tiling, and add missing formatsJonathan Marek2019-11-181-22/+30
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-182-2/+4
* intel/compiler: Add a flag to avoid compacting push constantsJason Ekstrand2019-11-181-0/+1
* etnaviv: rs: upsampling is not supportedChristian Gmeiner2019-11-171-1/+32
* lima: Parse VS and PLBU command stream while making a dumpAndreas Baierl2019-11-177-0/+461
* lima: Beautify stream dumpsAndreas Baierl2019-11-171-7/+11
* clover/llvm: fix build after llvm 10 commit 1dfede3122eeAaron Watry2019-11-152-4/+20
* android: radeonsi: fix build error due to wrong u_format.csv file pathMauro Rossi2019-11-151-1/+1
* radeonsi/nir: don't lower fma, instead, fuse fmaMarek Olšák2019-11-151-1/+1
* radeonsi/nir: call nir_lower_flrp only once per shaderMarek Olšák2019-11-151-6/+7
* radeonsi/nir: remove dead function tempsMarek Olšák2019-11-151-0/+1
* gallium/noop: call finalize_nirMarek Olšák2019-11-151-0/+3
* panfrost: Make sure the shader descriptor is in sync with the GL stateTomeu Vizoso2019-11-151-19/+8
* panfrost: Multiply offset_units by 2Tomeu Vizoso2019-11-151-1/+1
* llvmpipe: Check thread creation errorsNathan Kidd2019-11-151-0/+4
* llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker2019-11-141-1/+15
* iris: Wrap iris_fix_edge_flags in NIR_PASSKenneth Graunke2019-11-141-1/+10
* iris: Properly move edgeflag_out from output list to global listKenneth Graunke2019-11-141-8/+16
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-14306-11570/+305
* Revert "st/dri: assume external consumers of back buffers can write to the bu...Tapani Pälli2019-11-141-6/+6
* Revert "st/dri: add support for EGL_EXT_image_flush_external"Tapani Pälli2019-11-141-91/+40
* pan/midgard: Remove util/ra supportAlyssa Rosenzweig2019-11-133-5/+2
* pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig2019-11-131-24/+5
* zink: move drawing separate sourceErik Faye-Lund2019-11-134-296/+312
* zink: move blitting to separate sourceErik Faye-Lund2019-11-134-176/+188
* zink: move filter-helper to separate helper-headerErik Faye-Lund2019-11-132-13/+41
* zink: move format-checking to separate sourceErik Faye-Lund2019-11-134-155/+161
* freedreno/ir3: remove first-vertex sysvalRob Clark2019-11-122-6/+0
* iris: Use mocs from isl_dev.Rafael Antognolli2019-11-127-71/+71
* freedreno: fix eglDupNativeFenceFD errorRob Clark2019-11-121-4/+10
* zink: remove no-longer-needed hackErik Faye-Lund2019-11-121-10/+0
* zink: implement buffer-to-buffer copiesErik Faye-Lund2019-11-121-0/+12
* zink: always allow transfer to/from buffersErik Faye-Lund2019-11-121-4/+2
* freedreno: add Adreno 640 IDJonathan Marek2019-11-112-0/+10
* st/mesa: remove unused TGSI-only debug printing functionsMarek Olšák2019-11-111-4/+0
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-113-0/+4
* panfrost: Select format-specific blending intrinsicsAlyssa Rosenzweig2019-11-113-9/+41
* panfrost: Set depth and stencil for SFBD based on the formatTomeu Vizoso2019-11-114-21/+36
* zink: correct depth-stencil formatErik Faye-Lund2019-11-111-1/+1
* zink/spirv: add support for nir_op_flrpErik Faye-Lund2019-11-111-0/+15
* freedreno/ir3: also track # of nops for shader-dbRob Clark2019-11-091-1/+3
* freedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISIONRob Clark2019-11-091-1/+1
* freedreno/a3xx: fix SP_FS_MRT_REG.HALF_PRECISIONRob Clark2019-11-091-1/+1
* radeonsi/nir: fix compute shader crash due to nir_binary == NULLMarek Olšák2019-11-081-2/+12
* radeonsi/nir: call nir_serialize only once per shaderMarek Olšák2019-11-081-21/+21
* u_format: Fix swizzle of A1R5G5B5.Eric Anholt2019-11-081-1/+1
* virgl: support emulating planar image samplingDavid Stevens2019-11-081-1/+6
* gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski2019-11-081-0/+1
* gallium/swr: Fix GS invocation issuesKrzysztof Raszkowski2019-11-081-2/+7