summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* lima: introduce a struct describing texture descriptorVasily Khoruzhick2019-08-083-56/+150
* lima: add texel format tableVasily Khoruzhick2019-08-083-51/+53
* virgl: check scanout maskGurchetan Singh2019-08-082-0/+7
* virgl: fixup_readback_format --> fixup_formatsGurchetan Singh2019-08-081-8/+7
* virgl: access caps in a less verbose way in virgl_is_format_supportedGurchetan Singh2019-08-081-9/+9
* meson: define ETIME to ETIMEDOUT if not presentGreg V2019-08-081-3/+0
* lima: Fix Android.mkRoman Stratiienko2019-08-081-3/+16
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-081-2/+0
* etnaviv: remember data offset into BOLucas Stach2019-08-081-0/+1
* swr/rasterizer: modernize thread TLBJan Zielinski2019-08-0814-30/+135
* swr/rasterizer: Refactor events collection mechanismJan Zielinski2019-08-0810-439/+382
* swr/rasterizer: improvements in simdlibJan Zielinski2019-08-0817-492/+49
* swr/rasterizer: Events are now grouped and enabled by knobsJan Zielinski2019-08-0815-202/+372
* swr/rasterizer: do not mark tiles dirty until actually renderedJan Zielinski2019-08-0813-8/+72
* swr/rasterizer: enable size accumulation in mem statsJan Zielinski2019-08-0811-104/+128
* swr/rasterizer: enable using AOS vertex data formatJan Zielinski2019-08-083-21/+81
* v3d: handle wait requirement when retrieving query results correctlyIago Toral Quiroga2019-08-081-2/+2
* v3d: use the GPU to record primitives written to transform feedbackIago Toral Quiroga2019-08-087-16/+122
* v3d: be more explicit about the query types supportedIago Toral Quiroga2019-08-081-3/+11
* v3d: generate packet unpack functionsIago Toral Quiroga2019-08-081-0/+10
* panfrost: Print errors from kernelTomeu Vizoso2019-08-081-5/+5
* panfrost: Mark buffers as PANFROST_BO_HEAPTomeu Vizoso2019-08-081-0/+6
* panfrost: Mark BOs as NOEXECTomeu Vizoso2019-08-083-2/+10
* panfrost: Take into account flags when looking up in the BO cacheTomeu Vizoso2019-08-083-3/+5
* panfrost: Allocate shaders in their own BOsTomeu Vizoso2019-08-087-32/+61
* intel/perf: move perf-related constants to common locationMark Janes2019-08-071-0/+1
* nvc0: fix program dumping, use _debug_printfIlia Mirkin2019-08-071-6/+6
* nvc0: add support for ATOMC_WRAP TGSI operationsIlia Mirkin2019-08-072-1/+11
* gallium: redefine ATOMINC_WRAP to be more hardware-friendlyIlia Mirkin2019-08-071-12/+0
* radeonsi: limit DPBB context_states_per_bin batches when using gfx9 workaroundPierre-Eric Pelloux-Prayer2019-08-071-1/+5
* radeonsi: reduce DPBB persistent_states_per_bin value for APUsPierre-Eric Pelloux-Prayer2019-08-071-1/+2
* radeonsi: fix typo in DPBB register fieldPierre-Eric Pelloux-Prayer2019-08-071-1/+4
* radeonsi: fix S_028C48_MAX_ALLOC_COUNT valuePierre-Eric Pelloux-Prayer2019-08-071-1/+1
* etnaviv: drop struct etna_3d_stateChristian Gmeiner2019-08-073-17/+1
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-2/+2
* mesa: freedreno: Android.registers.mk: Fix up register xml.h file generationJohn Stultz2019-08-071-1/+1
* mesa: Add ir3/ir3_nir_imul.c generation to Android.mkJohn Stultz2019-08-071-0/+8
* panfrost: Take into account a index_bias for glDrawElementsBaseVertex callsRohan Garg2019-08-061-9/+9
* radeonsi: enable EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-061-0/+2
* radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrapPierre-Eric Pelloux-Prayer2019-08-061-0/+2
* radeonsi: add support for tgsi ATOMDEC_WRAP / ATOMINC_WRAP opcodesPierre-Eric Pelloux-Prayer2019-08-061-0/+23
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-064-0/+4
* radeonsi/gfx10: enable all CUs for GS if NGG is never usedMarek Olšák2019-08-061-2/+4
* radeonsi/gfx10: add global use_ngg and use_ngg_streamout flagsMarek Olšák2019-08-069-32/+41
* radeonsi/gfx10: remove an obsolete VGT_REUSE_OFF workaroundMarek Olšák2019-08-062-9/+0
* radeonsi/gfx10: disable LATE_ALLOC_GS on Navi14Marek Olšák2019-08-061-1/+8
* radeonsi/gfx10: implement a bug workaround for GE_PC_ALLOCMarek Olšák2019-08-062-11/+12
* radeonsi/gfx10: implement a bug workaround for NGG -> legacy transitionsMarek Olšák2019-08-062-2/+16
* radeonsi/gfx10: implement a GE bug workaroundMarek Olšák2019-08-061-0/+18
* radeonsi/gfx10: set GE_CNTL for tessellation correctlyMarek Olšák2019-08-061-5/+11