aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: hook draw disk cache upDave Airlie2020-06-111-1/+21
* draw: add disk cache callbacks for draw shadersDave Airlie2020-06-113-1/+35
* llvmpipe/cs: add shader cachingDave Airlie2020-06-111-3/+45
* llvmpipe/fs: add caching supportDave Airlie2020-06-111-4/+47
* gallivm: don't cache shaders that use fetch functions.Dave Airlie2020-06-111-1/+5
* llvmpipe: add infrastructure for disk cache supportDave Airlie2020-06-113-3/+78
* gallivm: add cache interface to mcjitDave Airlie2020-06-113-1/+49
* gallivm: skip operations if we have a cached object.Dave Airlie2020-06-111-0/+5
* gallivm: add support for a cache objectDave Airlie2020-06-1114-19/+41
* gallivm: rework debug printf hook to use global mapping.Dave Airlie2020-06-113-7/+9
* gallivm: rework coroutine malloc/free callouts.Dave Airlie2020-06-115-11/+35
* llvmpipe/draw: drop variant number from function names.Dave Airlie2020-06-113-16/+9
* llvmpipe/cs: overhaul cs variant key state.Dave Airlie2020-06-112-25/+64
* util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie2020-06-111-0/+6
* ac/surface: cache DCC retile maps (v2)Marek Olšák2020-06-103-64/+204
* ac/surface: add a wrapper structure to hold ADDR_HANDLEMarek Olšák2020-06-107-37/+53
* amd/addrlib: remove unused members of ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUTMarek Olšák2020-06-102-6/+0
* amd/addrlib: don't recompute DCC info for every ComputeDccAddrFromCoord callMarek Olšák2020-06-104-115/+91
* ac/surface: don't recompute the DCC retile map for imported texturesMarek Olšák2020-06-101-61/+61
* aco: fix moving sub-dword values out of a register for a fixed definitionRhys Perry2020-06-101-30/+31
* aco: use Info::definition_size instead of definition's regclassRhys Perry2020-06-102-4/+5
* aco: add Info::{operand_size,definition_size}Rhys Perry2020-06-103-0/+44
* aco: prefer 4-byte aligned definitionsRhys Perry2020-06-101-30/+30
* aco: allow reading/writing upper halves/bytes when possibleRhys Perry2020-06-106-69/+424
* aco: p_extract_vector in 64-bit u2f16/i2f16Rhys Perry2020-06-101-0/+4
* aco: validate instructions reading/writing upper halves/bytesRhys Perry2020-06-104-12/+229
* panfrost: Add writes_stencil to the EARLY_Z disable listIcecream952020-06-101-1/+2
* pan/mdg: Print writeout sources in mir_print_instructionIcecream952020-06-101-0/+10
* pan/mdg: Add new depth store loweringIcecream952020-06-101-1/+192
* pan/mdg: Add depth/stencil support to emit_fragment_storeIcecream952020-06-101-4/+17
* pan/mdg: Move search_var to earlier in midgard_compile.cIcecream952020-06-101-11/+11
* pan/mdg: Add new depth writeout codeIcecream952020-06-102-4/+71
* pan/mdg: Replace writeout booleans with a single valueIcecream952020-06-102-9/+10
* nir: Replace the zs_output_pan intrinsic with combined_output_panIcecream952020-06-101-1/+1
* pan/mdg: Remove writeout case from bytemask_of_read_componentsIcecream952020-06-102-15/+6
* pan/mdg: Remove old depth writeout codeIcecream952020-06-102-16/+7
* pan/mdg: Remove old zs store loweringIcecream952020-06-101-114/+0
* pan/mdg: Move r1.w writeout to branch->destIcecream952020-06-102-6/+6
* pan/mdg: Add a macro for printing instruction source informationIcecream952020-06-101-21/+12
* nir: Remove nir_intrinsic_output_u8_as_fp16_panAlyssa Rosenzweig2020-06-101-6/+0
* ac/surface: fix epitch when modifying surf_pitchPierre-Eric Pelloux-Prayer2020-06-101-2/+6
* ac/surface: set SCANOUT if surf->is_displayablePierre-Eric Pelloux-Prayer2020-06-101-0/+3
* zink: only report device-local memory as video-memoryErik Faye-Lund2020-06-101-2/+5
* ac/nir: fix integer comparisons with pointersSamuel Pitoiset2020-06-101-0/+11
* radeonsi/ngg: try GS multi-cycling mode if default mode failedPierre-Eric Pelloux-Prayer2020-06-101-1/+10
* radeonsi: add return value to gfx10_ngg_calculate_subgroup_infoPierre-Eric Pelloux-Prayer2020-06-103-3/+11
* glsl: fix crash on glsl macro redefinitionAndrii Simiklit2020-06-101-0/+3
* anv/allocator: Compare to start_offset in state_pool_free_no_vgJason Ekstrand2020-06-091-3/+6
* panfrost: Ensure we have ro before using itAlyssa Rosenzweig2020-06-091-4/+4
* radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7Samuel Pitoiset2020-06-093-5/+3