summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: INTEL performance query implementationDongwon Kim2019-12-105-0/+240
* iris: separating out common perf codeMark Janes2019-12-105-92/+157
* gallium: enable INTEL_PERFORMANCE_QUERYDongwon Kim2019-12-102-0/+67
* iris: Enable Gen11 Color/Z write merging optimizationKenneth Graunke2019-12-101-0/+8
* freedreno/a6xx: enable LRZ by defaultRob Clark2019-12-103-2/+4
* freedreno/a6xx: fix LRZ logicRob Clark2019-12-104-28/+49
* freedreno/a6xx: fix LRZ layoutRob Clark2019-12-101-7/+8
* freedreno/a5xx+a6xx: split LRZ layout to per-genRob Clark2019-12-104-45/+70
* freedreno/a6xx: disable LRZ when blendingRob Clark2019-12-103-2/+8
* radeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERIC_SCISSOR_*Marek Olšák2019-12-101-3/+5
* radeonsi/gfx10: simplify the tess_turns_off_ngg conditionMarek Olšák2019-12-101-3/+1
* radeonsi/gfx10: disable vertex groupingMarek Olšák2019-12-102-6/+3
* radeonsi: enable NIR by default and document GL 4.6 supportMarek Olšák2019-12-101-1/+1
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-12-101-6/+6
* meson: drop duplicate `lib` prefix on libiris_gen*Eric Engestrom2019-12-101-1/+1
* gallivm: add TGSI bit arithmetic opcodes supportKrzysztof Raszkowski2019-12-101-0/+138
* st/dri: use st->flush callback to flush the backbufferPierre-Eric Pelloux-Prayer2019-12-101-39/+63
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-1010-19/+22
* radeonsi: dcc dirty flagPierre-Eric Pelloux-Prayer2019-12-106-1/+26
* radeonsi: fix multi plane buffers creationPierre-Eric Pelloux-Prayer2019-12-101-2/+4
* radeonsi: use gfx9.surf_offset to compute texture offsetPierre-Eric Pelloux-Prayer2019-12-101-1/+2
* radeonsi: use compute shader for clear 12-byte bufferSonny Jiang2019-12-094-10/+108
* draw, st/mesa: generate TGSI for ffvp/ARB_vp if draw lacks LLVMMarek Olšák2019-12-092-0/+11
* gallivm: implement LOAD with CONSTBUF but don't enable it for llvmpipeMarek Olšák2019-12-091-3/+36
* llvmpipe: implement TEX_LZ and TXF_LZ opcodesMarek Olšák2019-12-092-5/+11
* freedreno: Track the set of UBOs to be uploaded in UBO analysis.Eric Anholt2019-12-091-19/+21
* freedreno: Stop forcing ALLOW_MAPPED_BUFFERS_DURING_EXEC off.Eric Anholt2019-12-091-3/+0
* gallium/util: Support POLYGON in u_stream_outputs_for_verticesAlyssa Rosenzweig2019-12-091-1/+8
* lima: expose tiled format modifier in query_dmabuf_modifiers()Vasily Khoruzhick2019-12-091-0/+1
* lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()Vasily Khoruzhick2019-12-091-0/+4
* gallivm: add bitfield reverse and ufind_msbDave Airlie2019-12-093-0/+41
* gallium/scons: fix graw_gdi buildRoland Scheidegger2019-12-071-0/+2
* freedreno: Enable texture upload memory throttling.Eric Anholt2019-12-061-0/+3
* freedreno: reorder format checkFritz Koenig2019-12-063-6/+6
* iris: Fix import of multi-planar surfaces with modifiersNanley Chery2019-12-062-1/+12
* gallium: Store the image format in winsys_handleNanley Chery2019-12-062-0/+10
* gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery2019-12-061-19/+16
* panfrost: Rename SET_VALUE to WRITE_VALUEAlyssa Rosenzweig2019-12-063-16/+16
* panfrost: Update SET_VALUE with information from igtAlyssa Rosenzweig2019-12-061-3/+4
* llvmpipe: enable support for primitives generated outside streamoutDave Airlie2019-12-063-0/+9
* draw: add support for collecting primitives generated outside streamoutDave Airlie2019-12-064-1/+28
* llvmpipe: disable occlusion queries when requested by state trackerDave Airlie2019-12-062-1/+3
* llvmpipe: add queries disabled flagDave Airlie2019-12-062-0/+5
* blorp: Pass the VB size to the VF cache workaroundJason Ekstrand2019-12-051-0/+1
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-053-2/+15
* freedreno/ir3: fix neverball assert in case of unused VS inputsRob Clark2019-12-041-3/+0
* iris: Add restriction to 3DSTATE_CONSTANT_ packets.Rafael Antognolli2019-12-041-0/+11
* iris: Use 3DSTATE_CONSTANT_ALL when possible.Rafael Antognolli2019-12-042-2/+76
* iris: Rework push constants emitting code.Rafael Antognolli2019-12-041-42/+83
* lima: enable tilingVasily Khoruzhick2019-12-041-11/+30