summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-02-14panfrost: Inline panfrost_get_default_swizzleIcecream955-20/+23
2020-02-14zink: do not use SpvDimRectErik Faye-Lund2-2/+2
2020-02-14lima: handle early-z and pixel kill betterVasily Khoruzhick1-5/+19
2020-02-13freedreno: allow INVALID modifierRob Clark1-0/+1
2020-02-13freedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8Jonathan Marek1-1/+1
2020-02-13iris: add support INTEL_blackhole_renderLionel Landwerlin4-0/+69
2020-02-13st: add support for INTEL_blackhole_renderLionel Landwerlin3-0/+17
2020-02-13Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai1-51/+4
2020-02-13gallium/swr: fix rdtsc debug statistics mechanismKrzysztof Raszkowski9-58/+44
2020-02-13iris: fix aux buf map failure in 32bits app on AndroidTapani Pälli1-8/+9
2020-02-12radeonsi: make si_fence_server_signal flush pipe without workPeng Huang1-0/+4
2020-02-12freedreno/a6xx: use single format enumJonathan Marek9-377/+361
2020-02-12Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov1-2/+2
2020-02-12radeon/vce: Move global function pointer si_get_pic_param to local encoder st...Veerabadhran5-9/+6
2020-02-10radeonsi: don't update states for the DCC MSAA bug on GFX6-7Marek Olšák1-2/+2
2020-02-10radeonsi: fix the DCC MSAA bug workaroundMarek Olšák1-1/+1
2020-02-10r600/sfn: Add some documentationGert Wollny1-0/+69
2020-02-10r600/sfn: Add .editorconfig fileGert Wollny1-0/+2
2020-02-10r600/sfn: Add support for SSBO load and storeGert Wollny3-0/+99
2020-02-10r600/sfn: Add support for atomic instructionsGert Wollny6-0/+228
2020-02-10r600: Make sure LLVM is not used for DRAWGert Wollny1-0/+5
2020-02-10r600/sfn: Add lowering UBO access to r600 specific codesGert Wollny2-2/+105
2020-02-10r600/sfn: Add GDS instructionsGert Wollny4-0/+504
2020-02-10r600/sfn: Add compute shader skeletonGert Wollny7-0/+223
2020-02-10r600/sfn: Add VS for TCS shader skeletonGert Wollny2-0/+27
2020-02-10r600/sfn: Add support for geometry shaderGert Wollny7-1/+459
2020-02-10r600/sfn: add emitVertex instructionsGert Wollny3-0/+45
2020-02-10r600/sfn: Add MemRingOut instructionsGert Wollny3-1/+143
2020-02-10r600/sfn: Add a load GDS result instructionGert Wollny2-0/+32
2020-02-10r600/sfn: Add lowering arrays to scratch and according instructionsGert Wollny10-4/+281
2020-02-10r600/sfn: add register remappingGert Wollny12-0/+171
2020-02-10r600/sfn: add live range evaluation for the GPRGert Wollny13-1/+1571
2020-02-10r600/sfn: Add the WaitAck instructionGert Wollny6-0/+115
2020-02-10r600/sfn: Add the VS in and FS out vectorizationGert Wollny7-0/+977
2020-02-10r600: enable NIR backend DEBUG flag for supported architecturesGert Wollny3-27/+115
2020-02-10r600/sfn: Add a basic nir shader backendGert Wollny47-6/+12955
2020-02-10r600: Update state code to accept NIR shadersGert Wollny4-24/+67
2020-02-10r600: Add NIR compiler optionsGert Wollny1-0/+29
2020-02-10r600: Increase space for IO values to agree with PIPE_MAX_SHADER_IN/OUTPUTSGert Wollny1-2/+2
2020-02-10r600: force new CF with TEX only if any texture value is writtenGert Wollny1-1/+3
2020-02-10svga: Use pipe_shader_state_from_tgsi to set shader stateNeha Bhende1-1/+1
2020-02-10svga: fix size of format_conversion_table[]Neha Bhende1-0/+2
2020-02-10gallium/swr: simplify environmental variabled expansion codeKrzysztof Raszkowski1-29/+0
2020-02-10zink: only inspect dual-src limit if feature enabledErik Faye-Lund1-0/+2
2020-02-10zink: emit blend-target indexErik Faye-Lund3-0/+11
2020-02-10zink: replace unset buffer with a dummy-bufferErik Faye-Lund3-5/+18
2020-02-07radeonsi: don't report that multi-plane formats are supportedMarek Olšák1-7/+0
2020-02-07zink: fixup sampler-usageErik Faye-Lund2-15/+19
2020-02-07zink: lower away fdphErik Faye-Lund2-0/+4
2020-02-07etnaviv: enable texture upload memory throttlingChristian Gmeiner1-0/+16