summaryrefslogtreecommitdiff
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
* util: added missing headers in anon-fileGurchetan Singh2019-08-081-0/+2
* 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
* pan/midgard: Disassemble load/store barrel shiftAlyssa Rosenzweig2019-08-082-5/+30
* util/anon_file: const string paramEric Engestrom2019-08-082-2/+2
* util/anon_file: drop unused #includeEric Engestrom2019-08-081-1/+0
* util/anon_file: add missing #includeEric Engestrom2019-08-081-0/+3
* intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V2019-08-081-0/+4
* util: fix cpuset support on FreeBSDGreg V2019-08-082-0/+13
* i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr...Greg V2019-08-081-0/+3
* anv: add MAP_POPULATE fallback define for portabilityGreg V2019-08-081-0/+4
* anv: remove unused Linux-specific includeGreg V2019-08-081-1/+0
* meson: define ETIME to ETIMEDOUT if not presentGreg V2019-08-083-6/+5
* lima: Fix Android.mkRoman Stratiienko2019-08-082-4/+18
* Add libpanfrost_shared to Android buildRoman Stratiienko2019-08-082-2/+8
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-084-6/+1
* anv: use derefs for shared memory accessRhys Perry2019-08-081-4/+19
* nir: add nir_lower_to_explicit()Rhys Perry2019-08-086-3/+208
* nir/lower_explicit_io: add nir_var_mem_shared supportRhys Perry2019-08-081-25/+52
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-081-1/+1
* mesa/main: cast away constnessErik Faye-Lund2019-08-081-1/+1
* spirv: fixup signatureErik Faye-Lund2019-08-082-3/+3
* etnaviv: remember data offset into BOLucas Stach2019-08-081-0/+1
* i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev2019-08-081-0/+21
* radv: Avoid VEGA/RAVEN scissor bug in binning.Bas Nieuwenhuizen2019-08-081-1/+2
* radv: Avoid binning RAVEN hangs.Bas Nieuwenhuizen2019-08-081-1/+2
* radv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.Bas Nieuwenhuizen2019-08-081-1/+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-088-16/+132
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-083-1/+91
* 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
* v3d: add header guards in v3d_packet_helpers.hIago Toral Quiroga2019-08-081-0/+4
* 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-084-2/+37
* 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
* util/hash_table: Fix hashing in clears on 32-bitTomeu Vizoso2019-08-081-2/+12
* anv: support GetSwapchainGrallocUsage2ANDROID for AndroidTapani Pälli2019-08-083-22/+88