aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* aco: create and use DefInfo struct in RADaniel Schürmann2020-04-221-45/+71
* aco: create pseudo dummy instruction in RA to be used for live-range splitsDaniel Schürmann2020-04-221-2/+6
* aco: refactor get_reg() to also handle affinitiesDaniel Schürmann2020-04-221-60/+51
* aco: refactor get_reg() to take Temp instead of RegClassDaniel Schürmann2020-04-221-85/+84
* aco: simplify operand handling in RADaniel Schürmann2020-04-221-72/+53
* turnip: enable VK_FORMAT_S8_UINT as stencil formatJonathan Marek2020-04-224-20/+33
* turnip: improve GMEM load/store logicJonathan Marek2020-04-224-59/+89
* turnip: disable depth test for S8_UINT attachmentJonathan Marek2020-04-221-6/+13
* aco: implement 64-bit sgpr swapsRhys Perry2020-04-221-1/+10
* aco: implement sub-dword swapsRhys Perry2020-04-223-140/+320
* aco: add VOP3P_instructionRhys Perry2020-04-224-19/+85
* aco: fix copy statistic for 64-bit vgpr constant copyRhys Perry2020-04-221-0/+1
* ir3: Fix bug with shaders that only exit via discardConnor Abbott2020-04-222-0/+71
* ir3: Don't double-insert the first blockConnor Abbott2020-04-221-1/+0
* spirv: Expand workaround for OpControlBarrier on old GLSLangDanylo Piliaiev2020-04-221-1/+5
* iris: fail screen creation when kernel support is not thereLionel Landwerlin2020-04-221-5/+19
* gitlab-ci: add a list of excluded tests for RADVSamuel Pitoiset2020-04-221-0/+3
* meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of metaJason Ekstrand2020-04-226-318/+1
* panfrost: Assert on unimplemented fragcoord etcAlyssa Rosenzweig2020-04-221-0/+3
* panfrost: Fix crashes with small BOsAlyssa Rosenzweig2020-04-221-1/+1
* pan/bi: Assert out multiple texturesAlyssa Rosenzweig2020-04-221-0/+4
* pan/bi: Pack TEX compact instructionsAlyssa Rosenzweig2020-04-221-0/+23
* pan/bi: Generate TEX_COMPACT instructionAlyssa Rosenzweig2020-04-221-1/+21
* pan/bi: Stub out tex_compact logicAlyssa Rosenzweig2020-04-221-3/+36
* pan/bi: Add normal/compact/dual switch to IRAlyssa Rosenzweig2020-04-223-0/+21
* pan/bi: Feed data register to BI_TEXAlyssa Rosenzweig2020-04-221-1/+1
* pan/bi: Include TEX_COMPACT f16 opcodeAlyssa Rosenzweig2020-04-221-0/+1
* pan/bi: Structify TEX compactAlyssa Rosenzweig2020-04-221-0/+12
* pan/bi: Disassemble f16 dual texAlyssa Rosenzweig2020-04-221-3/+6
* pan/bi: Document when dual-tex is triggeredAlyssa Rosenzweig2020-04-221-1/+5
* pan/bi: Print tex_compact coordinatesAlyssa Rosenzweig2020-04-221-0/+7
* intel/compiler: Put back saturate on [iu]add_sat opcodesKenneth Graunke2020-04-221-0/+1
* panfrost: Align Android makefiles with recent changesRoman Stratiienko2020-04-222-0/+15
* freedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing to .zEric Anholt2020-04-211-3/+1
* turnip: fix GMEM resolve in CmdNextSubpassJonathan Marek2020-04-211-1/+3
* gitlab-ci: adapt query_traces_yaml to gitlab specific changesAndres Gomez2020-04-222-12/+15
* egl: simplify client/platform extension handlingEmil Velikov2020-04-214-59/+23
* mesa/gallium: do not use enum for bit-allocated memberErik Faye-Lund2020-04-211-1/+1
* util/ralloc: fix ralloc alignment on Win64Jesse Natalie2020-04-211-0/+4
* intel/compiler: Drop nir_lower_to_source_mods() and related handling.Kenneth Graunke2020-04-214-123/+27
* meson: update llvm dependency logic for meson 0.54.0Dylan Baker2020-04-211-6/+8
* remove final imports.h and imports.c bitsDylan Baker2020-04-21218-952/+843
* dri/nouveau: replace assert with unreachableDylan Baker2020-04-211-1/+3
* mesa: move ADD_POINTERS to macros.hDylan Baker2020-04-211-0/+1
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-2118-78/+44
* replace imports memory functions with utils memory functionsDylan Baker2020-04-2119-254/+96
* util: Add an aligned realloc functionDylan Baker2020-04-214-17/+40
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-2168-1/+70
* Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker2020-04-2111-49/+28
* move windows strtok_r define to u_stringDylan Baker2020-04-212-4/+4