Skip to content

Commit

Permalink
Updated to PowerVR SDK 2016 R1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
McNopper committed May 31, 2016
1 parent 05cec8d commit 9f5b05c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
Binary file modified Binaries/PowerVR/libEGL.dll
Binary file not shown.
Binary file modified Binaries/PowerVR/libGLESv2.dll
Binary file not shown.
Binary file modified Binaries/libEGL.dll
Binary file not shown.
Binary file modified Binaries/libGLESv2.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions GLUS/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.lib.debug.option.optimization.level.1100701135" name="Optimization Level" superClass="gnu.c.compiler.mingw.lib.debug.option.optimization.level" valueType="enumerated"/>
<option id="gnu.c.compiler.mingw.lib.debug.option.debugging.level.1230769684" name="Debug Level" superClass="gnu.c.compiler.mingw.lib.debug.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/>
<option id="gnu.c.compiler.option.include.paths.286778189" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_4.0\Builds\Include&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_2016_R1.2\Builds\Include&quot;"/>
</option>
<option id="gnu.c.compiler.option.warnings.wconversion.1014126167" name="Implicit conversion warnings (-Wconversion)" superClass="gnu.c.compiler.option.warnings.wconversion" value="false" valueType="boolean"/>
<option id="gnu.c.compiler.option.warnings.extrawarn.1450258814" name="Extra warnings (-Wextra)" superClass="gnu.c.compiler.option.warnings.extrawarn" value="false" valueType="boolean"/>
Expand Down Expand Up @@ -413,7 +413,7 @@
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.lib.debug.option.optimization.level.1835581882" name="Optimization Level" superClass="gnu.c.compiler.mingw.lib.debug.option.optimization.level" valueType="enumerated"/>
<option id="gnu.c.compiler.mingw.lib.debug.option.debugging.level.839663779" name="Debug Level" superClass="gnu.c.compiler.mingw.lib.debug.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/>
<option id="gnu.c.compiler.option.include.paths.1348688400" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_4.0\Builds\Include&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_2016_R1.2\Builds\Include&quot;"/>
</option>
<option id="gnu.c.compiler.option.warnings.wconversion.1664457055" name="Implicit conversion warnings (-Wconversion)" superClass="gnu.c.compiler.option.warnings.wconversion" value="false" valueType="boolean"/>
<option id="gnu.c.compiler.option.warnings.extrawarn.781571552" name="Extra warnings (-Wextra)" superClass="gnu.c.compiler.option.warnings.extrawarn" value="false" valueType="boolean"/>
Expand Down Expand Up @@ -1111,7 +1111,7 @@
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.lib.debug.option.optimization.level.273003282" name="Optimization Level" superClass="gnu.c.compiler.mingw.lib.debug.option.optimization.level" valueType="enumerated"/>
<option id="gnu.c.compiler.mingw.lib.debug.option.debugging.level.1773129777" name="Debug Level" superClass="gnu.c.compiler.mingw.lib.debug.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/>
<option id="gnu.c.compiler.option.include.paths.536482512" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_4.0\Builds\Include&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\Imagination\PowerVR_Graphics\PowerVR_SDK\SDK_2016_R1.2\Builds\Include&quot;"/>
</option>
<option id="gnu.c.compiler.option.warnings.wconversion.286889319" name="Implicit conversion warnings (-Wconversion)" superClass="gnu.c.compiler.option.warnings.wconversion" value="false" valueType="boolean"/>
<option id="gnu.c.compiler.option.warnings.extrawarn.1352670192" name="Extra warnings (-Wextra)" superClass="gnu.c.compiler.option.warnings.extrawarn" value="false" valueType="boolean"/>
Expand Down
6 changes: 3 additions & 3 deletions GLUS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Windows")

add_definitions(-DGLUS_ES31)

include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_3.4\\Builds\\Include)
include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_2016_R1.2\\Builds\\Include)

ELSEIF(${OpenGL} MATCHES "ES2")
# Desktop OpenGL ES 2.0

add_definitions(-DGLUS_ES2)

include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_3.4\\Builds\\Include)
include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_2016_R1.2\\Builds\\Include)

ELSEIF(${OpenGL} MATCHES "ES")
# Desktop OpenGL ES 3.0

add_definitions(-DGLUS_ES)

include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_3.4\\Builds\\Include)
include_directories(C:\\Imagination\\PowerVR_Graphics\\PowerVR_SDK\\SDK_2016_R1.2\\Builds\\Include)

ELSE()
# Desktop
Expand Down
8 changes: 5 additions & 3 deletions GLUS/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ SDKs and Libraries:

OpenGL ES SDKs and Libraries:

- OpenGL ES 3.1: PowerVR SDK 4.0 http://community.imgtec.com/developers/powervr/
- OpenGL ES 3.0: PowerVR SDK 4.0 http://community.imgtec.com/developers/powervr/
- OpenGL ES 3.1: PowerVR SDK 2016 R1.2 http://community.imgtec.com/developers/powervr/
- OpenGL ES 3.0: PowerVR SDK 2016 R1.2 http://community.imgtec.com/developers/powervr/
Mali OpenGL ES 3.0 Emulator http://malideveloper.arm.com/develop-for-mali/tools/opengl-es-3-0-emulator/
- OpenGL ES 2.0: PowerVR SDK 4.0 http://community.imgtec.com/developers/powervr/
- OpenGL ES 2.0: PowerVR SDK 2016 R1.2 http://community.imgtec.com/developers/powervr/
Mali OpenGL ES 2.0 Emulator http://malideveloper.arm.com/develop-for-mali/tools/opengl-es-2-0-emulator/
ANGLE http://code.google.com/p/angleproject/
AMD OpenGL ES 2.0 SDK http://developer.amd.com/tools-and-sdks/graphics-development/amd-opengl-es-sdk/
Expand Down Expand Up @@ -73,6 +73,8 @@ Yours Norbert Nopper

Changelog:

31.05.2016 - Updated to PowerVR SDK 2016 R1.2.

28.04.2016 - Fixed wrong function name in Android module.

29.12.2015 - Updated to PowerVR SDK 4.0.
Expand Down

0 comments on commit 9f5b05c

Please sign in to comment.