summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: fix compile warnings in release buildChristian Gmeiner2019-08-122-2/+2
* iris: reorder arguments as expected by the functionTapani Pälli2019-08-121-2/+2
* iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILESTapani Pälli2019-08-122-1/+1
* iris: Free query on error pathKenneth Graunke2019-08-111-1/+3
* iris: Add missing 'break'Kenneth Graunke2019-08-111-0/+1
* spirv: Drop lower_workgroup_access_to_offsetsCaio Marcelo de Oliveira Filho2019-08-101-1/+0
* iris: minor restylingKenneth Graunke2019-08-102-35/+42
* iris/query: enable amd performance monitorsMark Janes2019-08-091-1/+39
* iris/perf: get monitor resultsMark Janes2019-08-092-0/+66
* iris/perf: add begin/end hooksMark Janes2019-08-092-0/+28
* iris/perf: add delete queryMark Janes2019-08-092-0/+16
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-094-0/+110
* iris/perf: implement routines to return counter infoMark Janes2019-08-097-1/+360
* vc4: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+2
* panfrost: Assign varying buffers dynamicallyAlyssa Rosenzweig2019-08-092-36/+23
* panfrost: Assign indices at draw-timeAlyssa Rosenzweig2019-08-091-8/+63
* panfrost: Break out pan_varyings.cAlyssa Rosenzweig2019-08-094-156/+190
* panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSAlyssa Rosenzweig2019-08-091-0/+2
* panfrost: Import streamout data structuresAlyssa Rosenzweig2019-08-092-1/+24
* gallium/swr: Fix glClear when it's used with glEnable/glDisable GL_SCISSOR_TESTKrzysztof Raszkowski2019-08-091-64/+5
* etnaviv: fix typoChristian Gmeiner2019-08-091-3/+3
* etnaviv: add gpu_supports_texture_target(..)Christian Gmeiner2019-08-091-8/+18
* 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