SDK 20.2(v5.6) release. Native SDK: * Implemented a Vulkan Matrix Multiplication Example; a headless command line tool implementing multiple methods for matrix multiplication using Vulkan compute. * Added support for Beta Vulkan Extensions; The framework will support the Vulkan Beta Extensions by default. To disable support the VK_BETA_ENABLED cmake option can be set to OFF in PVRVK/CMakeLists.txt. * Updated Gradle to Version 6.5 and Vulkan headers to 1.2.141. PVRVFrame: * Reduced unintended allocations in FramebufferDownsample. * glDebugMessageControlKHR no longer returns invalid enum if the type is DEBUG_TYPE_PUSH_GROUP or DEBUG_TYPE_POP_GROUP. * Fixed a validation error in glReadPixels where it would incorrectly return invalid operation if a pixel unpack buffer was bound and mapped. * Fixed a bug on Windows where a config would claim to have stencil support but the underlying config wouldn’t. * Fixed a bug where framebuffer functions would return GL_INVALID_OPERATION if the read framebuffer was being modified and pixel local storage was enabled. Refer to our release notes for more details about the changes: https://www.imgtec.com/developers/powervr-sdk-tools/whats-new/#2020r2
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| build-android | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| MatMulTemplate.csh | Loading commit data... | |
| Matrix.cpp | Loading commit data... | |
| Matrix.h | Loading commit data... | |
| MatrixMultiplication.h | Loading commit data... | |
| MatrixMultiplicationGPU.cpp | Loading commit data... | |
| MatrixMultiplicationGPU.h | Loading commit data... | |
| README.rst | Loading commit data... | |
| VulkanMatrixMultiplication.cpp | Loading commit data... | |
| mat_mul_linearwg_AT.csh | Loading commit data... | |
| mat_mul_linearwg_BT.csh | Loading commit data... | |
| mat_mul_linearwg_vec4.csh | Loading commit data... | |
| mat_mul_linearwg_vec4_local.csh | Loading commit data... | |
| mat_mul_naive_AT.csh | Loading commit data... | |
| mat_mul_naive_ATCT.csh | Loading commit data... | |
| mat_mul_naive_BT.csh | Loading commit data... | |
| mat_mul_naive_BTCT.csh | Loading commit data... | |
| mat_mul_naive_CT.csh | Loading commit data... | |
| mat_mul_rect.csh | Loading commit data... | |
| mat_mul_tile.csh | Loading commit data... | |
| mat_mul_tile_WF.csh | Loading commit data... | |
| mat_mul_tile_vec4.csh | Loading commit data... |