aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* aco: allow GFX9 partial writes with instructions which use opselRhys Perry2020-06-151-1/+1
* aco: add more opcodes to can_swap_operandsRhys Perry2020-06-151-36/+53
* aco: allow to swap operands for some 16-bit float instructionsSamuel Pitoiset2020-06-151-0/+15
* aco: validate sub-dword pseudo instructionsRhys Perry2020-06-151-0/+18
* aco: optimize 16-bit and 64-bit float comparisonsRhys Perry2020-06-151-36/+101
* aco: copy-propagate constants through p_extract_vector/p_split_vectorRhys Perry2020-06-151-5/+24
* aco: improve 8/16-bit constantsRhys Perry2020-06-156-96/+244
* aco: use 32-bit inline constants for 16-bit integer instructionsRhys Perry2020-06-151-7/+13
* aco: fix half_pi constant for 16-bit fsin/fcosRhys Perry2020-06-151-1/+2
* aco: improve sub-dword check for sgpr/constant propagationRhys Perry2020-06-151-4/+9
* aco: create 16-bit input and output modifiersRhys Perry2020-06-151-22/+52
* aco: update comment about preserving fp16/fp64 denormalsRhys Perry2020-06-151-1/+2
* aco: create 16-bit mad/fmaRhys Perry2020-06-152-9/+43
* aco: try to use fma instead of mad when denormals are enabledRhys Perry2020-06-154-20/+54
* aco: create mads when signed zeros should be preservedRhys Perry2020-06-151-1/+1
* aco: add and set precise flagRhys Perry2020-06-155-3/+29
* aco: use p_as_uniform in emit_vop1_instructionRhys Perry2020-06-151-41/+15
* aco: improve code for f2{i,u}{8,16}Rhys Perry2020-06-151-13/+11
* aco: use num_opcodes instead of last_opcodeRhys Perry2020-06-151-4/+4
* nir: do not try to merge xfb-outputsErik Faye-Lund2020-06-151-0/+12
* turnip: drop linking libfreedreno_drmRob Clark2020-06-151-1/+0
* freedreno/ir3: move the libdrm dependency out of shared codeRob Clark2020-06-153-19/+45
* freedreno/ir3: unify shader create/delete pathsRob Clark2020-06-155-10/+9
* zink: rework input/output location emissionMike Blumenkrantz2020-06-151-55/+107
* zink: handle more glsl->spirv builtin translationMike Blumenkrantz2020-06-151-14/+22
* spirv: fix using OpSampledImage with OpUndef instead of OpType{Image,Sampler}Samuel Pitoiset2020-06-151-4/+22
* pan/mdg: Precolour blend inputsAlyssa Rosenzweig2020-06-155-5/+26
* nvir: don't use designated initialisers in C++ codeYevhenii Kolesnikov2020-06-151-100/+100
* ac: add ac_choose_spi_color_formats() to common codeSamuel Pitoiset2020-06-154-221/+147
* freedreno/ir3: fix ir3_nir_move_varying_inputsJonathan Marek2020-06-141-10/+5
* intel/tools: make test aware of the meson test wrapperEric Engestrom2020-06-131-7/+32
* intel/tools: rewrite run-test.sh in pythonEric Engestrom2020-06-133-40/+69
* radv: update internal referenceErik Faye-Lund2020-06-131-1/+1
* iris: drop dead #include "config.h"Eric Engestrom2020-06-131-4/+0
* i965: drop dead #include "config.h"Eric Engestrom2020-06-131-4/+0
* intel/genxml: replace gen_sort_tags.py MIT licence with SPDX equivalentEric Engestrom2020-06-131-20/+1
* intel/genxml: drop python 2 support for gen_sort_tags.pyEric Engestrom2020-06-131-4/+1
* v3d: add missing unlock() in error pathEric Engestrom2020-06-131-1/+2
* turnip: remove some dead/redundant codeJonathan Marek2020-06-138-540/+35
* panfrost: Tiled to linear layout conversionIcecream952020-06-122-8/+51
* panfrost: Create a new sampler view bo when the layout changesIcecream952020-06-123-3/+21
* panfrost: Move sampler view bo creation to a separate functionIcecream952020-06-122-40/+53
* intel/compiler: Drop opt_sampler_eot()Matt Turner2020-06-122-101/+0
* pan/mdg: Prefer type over regmode for schedule constraintsAlyssa Rosenzweig2020-06-121-2/+2
* pan/mdg: Analyze types for 64-bitness in RAAlyssa Rosenzweig2020-06-121-1/+15
* pan/mdg: Explicitly type 64-bit uniform movesAlyssa Rosenzweig2020-06-121-0/+2
* turnip: add emit renderpass cache flushes for sysmem 3D CmdClearAttachmentsJonathan Marek2020-06-123-1/+8
* turnip: add layered 3D path clear for CmdClearAttachmentsJonathan Marek2020-06-122-42/+142
* turnip: share code between 3D blit/clear path and tu_pipelineJonathan Marek2020-06-124-135/+108
* turnip: pipeline program state refactorJonathan Marek2020-06-121-339/+217