1. 06 Dec, 2019 1 commit
    • PowerVR Graphics SDK v5.4 Patches · 692336b3
      Omar Zohdi authored
      Fixed bug in Glass where some input actions would cause the application to cycle through the state machine.
      Normalized speed between OpenGLES and Vulkan Navigation 3D.
      Changed GameOfLife to FiFo mode from MailBox.
      Fixed a bug with VulkanPArticleSystem where the spheres would not reflect the particles as their UBO was not correctly populated.
      Fixed X11 Input where keys were mapped incorrectly.
      Fixed links formatting in ReadMe.
      Added missing Clean up code to OpenGLESIntroducingPVRCamera.
  2. 18 Nov, 2019 1 commit
    • OpenGL ES 2.0 Support fixes · 4cc5ca8c
      Omar Zohdi authored
      Changed SDK logo to be POT for better compatibility with an OpenGL ES 2 context.
      Disabled Gamma correction in OpenGL ES 2.0 contexts.
      Added a flag to allow building only OpenGL ES 2.0 examples
      Fixed cases where a result of VK_SUBOPTIMAL_KHR would throw and exception.
  3. 07 Nov, 2019 1 commit
    • PowerVR Graphics SDK v5.4 Release. · fa7396af
      Omar Zohdi authored
      SDK 19.2(v5.4) release.
      Native SDK:
      * MoltenVK Support added for MacOS.
      * Updated Android build tools to 29, Gradle wrapper to 5.1, Gradle plugin to 3.5, CMake to 3.10.2, MoodyCamel::Concurrent Queue, and optimised android builds.
      * Improved the use of CMake throughout the SDK, making example CMakeLists.txt shorter.
      * Framework Bugfixes: pvr::assertion bug fix, OpenGL ES UIRenderer winding order and depth mask fix, StructuredBufferView's copy constructor, pvr::Log performance issue.
      * Framework features: PVRShell life-cycle optimisation, PVRCore added ability to build versions without some external projects, added conversions between AxisAlignedBox and AxisAlignedBoxMinMax, improved AxisAlignedBoxMinMax initialisation values.
      * OpenGLES IBL example now uses VBO for the spheres.
      * Added the ability to pass a smart pointer to a Model when constructing a ModelGLES, allowing the ModelGLES to manage the lifetime of the Model.
      * Added a pure (non-graphic) OpenCL example, OpenCLMatrixMultiplication
      * Improved pvr::utils::createImage and pvr::utils::createBuffer respectively to use the correct CreateInfo structures. reordered pvrvk::ImageCreateInfo default parameters.
      * Dropped AssetReader and AssetWriter interfaces and replaced them with functions, generally optimised the usage of Streams.
      * Added MinGW support
      * Revamp of the synchronisation used in VulkanParticleSystem based on latest synchronisation findings, optimising usage of the particle system
      * Made a number of changes to the .clang-format file.
      * Added touch screen support for non-window system (NullWS) Linux platforms.
      
      PVRFrame:
      * Added support for EGL_KHR_wait_sync.
      * Fixed a bug in eglTerminate() where contexts and surfaces were being incorrectly destroyed while they were still bound to a thread.
      
      Refer to our release notes for more details about the changes:
      https://www.imgtec.com/developers/powervr-sdk-tools/whats-new/#2019r2
  4. 05 Sep, 2019 1 commit
  5. 13 Aug, 2019 1 commit
    • Improve DescriptorPool creation. · 916063bf
      jamesRumbleh authored
      Remove the use of Physical Device limits for setting the maximum number of resource descriptor types available for the DescriptorPool used in the demo. This was incorrect usage of Vulkan.
  6. 05 Aug, 2019 1 commit
  7. 02 Aug, 2019 1 commit
    • PowerVR Graphics SDK v5.3.1 Release. · b8ac5b76
      Omar Zohdi authored
      Native SDK:
      Removed the host compilation of glslangValidator when cross compiling as this had the potential to fail quite easily. This also required a dependency of host toolsets for cross compiled builds which wasn’t desirable. For cross-compiled builds we now download the matching glslang binary release package (https://github.com/KhronosGroup/glslang/releases/) for the host platform and extract it into the correct place (SDK/bin). Only do this if a glslangValidator binary isn’t already in the host bin directory meaning the step will only happen if a cross compiled build is the first build of the SDK on a particular host platform.
      Removed duplicated code for downloading external projects using a common function defined in cmake/Functions.cmake.
      Removed disabling of ENABLE_HLSL, ENABLE_OPT, ENABLE_AMD_EXTENSIONS and ENABLE_NV_EXTENSIONS.
      Fixed an issue in equi_to_cube.py where the displayed width and height of the generated map were half of their real dimensions.
      Tweaked CMake options to better facilitate MinGW Win32 builds.
      Building for iOS now supports code signing through build command line.
      
      PVRFrame:
      Added support for EGL_EXT_swap_buffers_with_damage/EGL_KHR_swap_buffers_with_damage.
      Added support for EGL_KHR_partial_update.
      Fixed a possible crash on OSX in eglQuerySurface.
  8. 19 Jul, 2019 1 commit
  9. 28 Jun, 2019 2 commits
  10. 27 Jun, 2019 1 commit
    • Changed cross-compiled build behavior. · 3664fbd6
      Omar Zohdi authored
      Removed the host compilation of glslangValidator when cross compiling as this had the potential to fail quite easily. This also required a dependency of host toolsets for cross compiled builds which wasn't desirable.
      For cross-compiled builds we now download the matching glslang binary release package (https://github.com/KhronosGroup/glslang/releases/download/) for the host platform and extract it into the correct place (SDK/bin). Only do this if a glslangValidator binary isn't already in the host bin directory meaning the step will only happen if a cross compiled build is the first build of the SDK on a particular host platform.
      
      Removed duplicated code for downloading external projects using a common function defined in cmake/Functions.cmake.
  11. 26 Jun, 2019 1 commit
  12. 13 Jun, 2019 2 commits
  13. 12 Jun, 2019 2 commits
  14. 11 Jun, 2019 1 commit
  15. 05 Jun, 2019 1 commit
    • Travis CI intergration · 132e367f
      omarzohdi authored
      Adding a travis.yml file. The file configures builds for Windows, macOS and Linux (Xenial). Builds are limited to the master branch.
      Updating the README.rst file to show the travis build badge.
  16. 30 May, 2019 4 commits
  17. 29 May, 2019 18 commits