summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-11-13pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig1-24/+5
2019-11-13zink: move drawing separate sourceErik Faye-Lund4-296/+312
2019-11-13zink: move blitting to separate sourceErik Faye-Lund4-176/+188
2019-11-13zink: move filter-helper to separate helper-headerErik Faye-Lund2-13/+41
2019-11-13zink: move format-checking to separate sourceErik Faye-Lund4-155/+161
2019-11-12freedreno/ir3: remove first-vertex sysvalRob Clark2-6/+0
2019-11-12iris: Use mocs from isl_dev.Rafael Antognolli7-71/+71
2019-11-12freedreno: fix eglDupNativeFenceFD errorRob Clark1-4/+10
2019-11-12zink: remove no-longer-needed hackErik Faye-Lund1-10/+0
2019-11-12zink: implement buffer-to-buffer copiesErik Faye-Lund1-0/+12
2019-11-12zink: always allow transfer to/from buffersErik Faye-Lund1-4/+2
2019-11-11freedreno: add Adreno 640 IDJonathan Marek2-0/+10
2019-11-11st/mesa: remove unused TGSI-only debug printing functionsMarek Olšák1-4/+0
2019-11-11st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák3-0/+4
2019-11-11panfrost: Select format-specific blending intrinsicsAlyssa Rosenzweig3-9/+41
2019-11-11panfrost: Set depth and stencil for SFBD based on the formatTomeu Vizoso4-21/+36
2019-11-11zink: correct depth-stencil formatErik Faye-Lund1-1/+1
2019-11-11zink/spirv: add support for nir_op_flrpErik Faye-Lund1-0/+15
2019-11-09freedreno/ir3: also track # of nops for shader-dbRob Clark1-1/+3
2019-11-09freedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISIONRob Clark1-1/+1
2019-11-09freedreno/a3xx: fix SP_FS_MRT_REG.HALF_PRECISIONRob Clark1-1/+1
2019-11-08radeonsi/nir: fix compute shader crash due to nir_binary == NULLMarek Olšák1-2/+12
2019-11-08radeonsi/nir: call nir_serialize only once per shaderMarek Olšák1-21/+21
2019-11-08u_format: Fix swizzle of A1R5G5B5.Eric Anholt1-1/+1
2019-11-08virgl: support emulating planar image samplingDavid Stevens1-1/+6
2019-11-08gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski1-0/+1
2019-11-08gallium/swr: Fix GS invocation issuesKrzysztof Raszkowski1-2/+7
2019-11-08panfrost: Try to evict unused BOs from the cacheBoris Brezillon4-6/+61
2019-11-08panfrost: Move BO cache related fields to a sub-structBoris Brezillon3-18/+21
2019-11-07freedreno/a6xx: Turn on tessellation shadersKristian H. Kristensen1-1/+13
2019-11-07freedreno/a6xx: Only use merged regs and four quads for VS+FSKristian H. Kristensen1-5/+15
2019-11-07freedreno/blitter: Save tessellation stateKristian H. Kristensen1-0/+2
2019-11-07freedreno/a6xx: Only set emit.hs/ds when we're drawing patchesKristian H. Kristensen1-2/+3
2019-11-07freedreno: Use bypass rendering for tessellationKristian H. Kristensen1-0/+8
2019-11-07freedreno/a6xx: Program state for tessellation stagesKristian H. Kristensen3-34/+157
2019-11-07freedreno/a6xx: Emit constant parameters for tessellation stagesKristian H. Kristensen1-10/+84
2019-11-07freedreno/a6xx: Allocate and program tessellation bufferKristian H. Kristensen3-0/+44
2019-11-07freedreno/a6xx: Build the right draw command for tessellationKristian H. Kristensen3-4/+52
2019-11-07freedreno/ir3: Add tessellation field to shader keyKristian H. Kristensen1-0/+17
2019-11-07freedreno: Don't count primitives for patchesKristian H. Kristensen1-1/+8
2019-11-07freedreno/ir3: Emit link map as byte or dwords offsets as neededKristian H. Kristensen1-2/+16
2019-11-07freedreno/a6x: Rename z/s formatsKristian H. Kristensen4-10/+10
2019-11-07freedreno/a6xx: Fix layered texture type enumKristian H. Kristensen1-4/+4
2019-11-07freedreno: Add nogmem debug option to force bypass renderingKristian H. Kristensen3-1/+5
2019-11-07freedreno/a6xx: Clear sysmem with CP_BLITKristian H. Kristensen4-15/+167
2019-11-07freedreno/a6xx: Fix primitive counters againKristian H. Kristensen1-47/+104
2019-11-07lima: fix bo submit memory leakErico Nunes1-0/+1
2019-11-07lima: fix nir shader memory leakErico Nunes1-0/+2
2019-11-07Meson: Remove lib prefix from graw and osmesa when building with Mingw.Prodea Alexandru-Liviu3-0/+3
2019-11-07gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.Eric Anholt2-0/+42