summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Wollny9-0/+993
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-10aco: fix waiting for scalar stores before "writing back" data on GFX8-GFX9Samuel Pitoiset1-6/+9
2020-02-10Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann1-3/+8
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
2020-02-07freedreno/ir3: Fold const only when the type is floatHyunjun Ko1-0/+11
2020-02-07freedreno/ir3: put the conversion back for half const to the right place.Hyunjun Ko1-6/+6
2020-02-07freedreno/ir3: Add cat4 mediump opcodesHyunjun Ko2-0/+18
2020-02-07freedreno/ir3: fold const conversion into consumerRob Clark2-1/+20
2020-02-07freedreno/ir3: fix printing half constant registers.Hyunjun Ko1-3/+4
2020-02-07freedreno/ir3: Set IR3_REG_HALF flag on src as well in immediate MOVKristian H. Kristensen1-1/+1
2020-02-07freedreno: android: fix build of perfcounters.Martin Fuzzey2-4/+5
2020-02-07freedreno: android: add a6xx-pack.xml.h generation to android buildMartin Fuzzey1-1/+6
2020-02-07freedreno: android: fix build failure on android due to python versionMartin Fuzzey1-7/+7
2020-02-07gallium/swr: Fix llvm11 compilation issuesKrzysztof Raszkowski5-12/+34
2020-02-07Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann1-22/+27
2020-02-07aco: do not use ds_{read,write}2 on GFX6Samuel Pitoiset1-4/+6
2020-02-07intel/vec4: fix valgrind errors with vf_values arrayTapani Pälli1-1/+2
2020-02-07lima/parser: Change value name in RSW parserAndreas Baierl1-1/+1
2020-02-07lima/parser: Extend AUX0 findingsAndreas Baierl1-2/+34
2020-02-07lima/parser: Fix RSW depth test parsingAndreas Baierl1-4/+6
2020-02-07i965: remove duplicated commentLeandro Ribeiro1-2/+1
2020-02-07llvmpipe: advertise 4 vertex streamsDave Airlie1-2/+4
2020-02-07draw: don't emit vertex to streams with no outputsDave Airlie1-0/+5
2020-02-07draw: emit multiple streams to streamout.Dave Airlie1-1/+1
2020-02-07draw/gs: track emitted prims + verts per stream.Dave Airlie2-17/+14