aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv/aco: enable shaderInt16 on GFX6-GFX7Samuel Pitoiset2020-06-092-5/+5
* radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7Samuel Pitoiset2020-06-093-10/+10
* aco: remove unnecessary split- and create_vector instructions for subdword loadsDaniel Schürmann2020-06-091-79/+66
* aco: fix alignment of vectors with 4 elementsSamuel Pitoiset2020-06-091-2/+5
* aco: implement 8-bit/16-bit conversions on GFX6-GFX7Samuel Pitoiset2020-06-091-13/+17
* aco: optimize packing of 16bit subdword registers on GFX6/7Daniel Schürmann2020-06-091-0/+51
* aco: skip partial copies on first iteration when lowering to hwDaniel Schürmann2020-06-091-27/+15
* aco: coalesce copies more aggressively when lowering to hwDaniel Schürmann2020-06-091-0/+20
* aco: add and use scratch SGPR to lower subdword p_create_vector on GFX6/7Daniel Schürmann2020-06-092-8/+25
* aco: adjust GFX6 subdword lowering workarounds for 8bitDaniel Schürmann2020-06-091-17/+21