1. 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.
  2. 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
  3. 05 Sep, 2019 1 commit
  4. 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.
  5. 05 Aug, 2019 1 commit
  6. 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.
  7. 19 Jul, 2019 1 commit
  8. 28 Jun, 2019 2 commits
  9. 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.
  10. 26 Jun, 2019 1 commit
  11. 13 Jun, 2019 2 commits
  12. 12 Jun, 2019 2 commits
  13. 11 Jun, 2019 1 commit
  14. 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.
  15. 30 May, 2019 4 commits
  16. 29 May, 2019 19 commits