What's New in Version 2.10, Release 1
Builds
- LinuxARM7 and LinuxMIPS: It is now possible to override the CROSS_COMPILE flag from the environment.
Demos
- OGLESParticles: Fixed some spelling and removed some unused variables.
- OGLES2Water: Switched demo to using standard, z-axis major RGB ordered normal maps from new PVRTexTool.
- OGLES2Water: "WaterToEyeLength" varying passed but not used, instead was being recomputed. Now fixed.
- OGLES2Water: vTmp was using wrong coordinates, and was not correctly mapping the refraction texture. Now fixed.
- OGLES2Water: Fixed culling issue, refraction texture was culling incorrect face.
- OGLES2Water: Switched to rendering FBOs at screen resolution by default for better quality.
- OGLES2Water: Removed unused variable "PerturbedUVs"
- OGLES2Water: Tweaked the water parameters to make the effect more obvious
- OGLES2Coverflow: Optimised fragment shader changing the color variable to be lowp.
- OGLES2 All demos: Update for new PFX changes. Using PVRTArray of SPVRTPFXUniform instead of fixed size array.
PVREngine/PODPlayer
- Updated MaterialBase class for new PFX changes
Training Courses
- IntroducingPFX: Now explicitly sets the wrap mode in the .pfx instead of relying on the default.
- OGLES2ShadowMapping: Added to iOS SDK.
- OGLES2BinaryShader: Fixed incorrect ProgramObjectID reference.
- IntroducingPrint3D: New demo added to demonstrate the new Print3D set of features: User defined fonts, 3D transformations, etc.
PVRTools
- PVRTHash: Changed algorithm to Fowler/Noll/Vo hashing algorithm.
- PVRTString: Fixed a variable check append which was checking if an unsigned int was smaller than zero.
- PVRTString: Fixed bug with CPVRTString.Push_Back()
- PVRTArray.h: Added simple Find() function.
- PVRTArray: Added Contains() function to see if an object is contained in an array.
- CPVRTArray: Changed to use unsigned integers instead of signed.
- CPVRTArray: Added extra functionality (extra constructor).
- PVRTPFXParser: Fixed issue relating to incorrect line positions in PFX GLSL profiling.
- PVRTPFXParser: Fixed issue binding textures in OGL PFX implementation.
- PVRTPFXParser: Fixed crash dealing with empty PFX files.
- PVRTPFXParser: Added code to deal with post processing.
- PVRTPFXParser: Added error if TEXTURE is defined but no matching UNIFORM is declared.
- PVRTPFXParser: Updated the texture parsing code to handle multiple RENDER tags, including the new POSTPROCESS passes. The code also determines render pass dependencies based on the textures referenced by EFFECTS bound to POSTPROCESS RENDER tags.
- PVRTPFXParser: Changed function BuildUniformTable() to instead take a PVRTArray of SPVRTPFXUniform so that we can dynamically allocate more Uniforms if desired.
- PVRTPFXParser: Added CAMERA as an alias for VIEW in TEXTURE PFX block.
- PVRTPFXParser: Restructured how textures are handled within PFX. Textures should now be formatted inside their own TEXTURE block.
- PVRTPFXParser: Added TARGET block which defines a render target inside a PFX. Added a TARGET tag inside an EFFECT block which specifies the output for the effect.
- PVRTPFXParser: Changed public member variables to be private and replaced with accessors as users should not have access to modify the contents of members.
- PVRTPFXParser: Removed some redundant variables from various PFXParser structures.
- PVRTModelPOD: Added isLoaded() function to be able to check whether a POD file has been successfully loaded before attempting to use any of its data.
- PVRTTextureAPI OGLES2: Fixed bug in where if decompression was used, texture was loaded incorrectly.
- PVRTTexture: Added PVR3 File format support for all supported APIs. Please see documentation for file specification and usage.
- PVRTTexture: Added option to load MetaData from PVR Files via the PVR Loading functions.
- PVRTPrint3D: Added new Print3D interface, user defined fonts and 3d transformation capabilities.
- PVRTPrint3D: Removed outdated "PowerVR" logo.
- PVRTPrint3D: Added functions to change the texture filtering of Print3D.
- PVRTPrint3D: Added thread safety features to Print3D.
- PVRTPrint3D: Removed unneeded PVRTPrint3Ddat.h
- PVRTPrint3D: Removed 'Window' related code from Print3D.
- PVRTUnicode: New tool. Set of functions for dealing with Unicode encodings.
- PVRTMap: Calling Clear() now also calls Clear() on both member arrays.
- PVRTGlobal.h: Added template function PVRTClamp.
- PVRTGlobal.h: Added macro for compile-time assert.
PVRShell
- Added new command-line option -forceframetime=N. This alters the behaviour of PVRShellGetTime so its returned value is frame based (N denotes how many ms a frame should pretend to last). You can also use the shortened version of -fft and the command can be used without N being defined, e.g. just -forceframetime.
- Removed the use of ANativeActivity_setWindowFlags from the Android shell as its use was causing a crash.
PVRTexTool v3.31
- Added “-pvrlegacy” option to the command line to save as a PVR2 file.
- Corrected floating point formats in OpenGL ES 2.0 from ABGR to RGBA.
- Added PVR3 File specification to the packaged documentation.
PVRTexTool v3.30
- Added PVRTCII compression.
- Updated to use .pvr version 3 file format. "Save as Legacy..." option available to save .pvr version 2 files.
- Added font files generator for Print3D.
- Fixed occasional problem when displaying pre-multiplied textures.
- Fixed problem loading PVR files in the Load Channels dialog.
- Disabled typing into combo boxes which could cause a crash in the TexViewWindow.
- Fixed crash when opening an invalid file.
- Fixed problem where having negative values in the border box would disable pre-processing.
- Fixed inability to set background colour when no texture is open.
- Fixed "forced punch-through" when compressing to PVRTC textures. The same effect can be achieved by using pre-multiplied textures.
- Fixed problem with PVRTC compression on 64-bit Linux.
- PVRTexToolCL: File should no longer say it has written when it hasn't.
- PVRTexToolCL: Fixed -dither option.
- Added option to choose channel order when generating a normal map.
- Added checks to make sure only 'x','y', 'z' and 'h' are acceptable for normal map order.
- Added checks to make sure duplicate channel specifications for normal map order are invalid.
- Changed Bleed functionality to use alpha==0 areas instead of a user specified colour.
PVRTexLib v4.01
- CPVRTexture: saveFileLegacyPVR now returns false on failing to create a valid file.
- Fixed occasional inability to link to the dynamic versions of PVRTexLib on Windows, caused by missing symbols.
- Added PVR3 File specification to the packaged documentation.
- Corrected PixelFormat description in documentation.
PVRTexLib v4.0
- Added PVRTCII compression.
- Added new file format - .pvr Version 3. Please see documentation for file specification and usage.
- Fixed PVRTexTool to use "correct" conversions for en/decoding luminance and intensity values in textures. (I = R+G+B/3, L uses ITU Recommendation BT.709)
- Fixed 64-bit issues within texlib where long pointers were used instead of ints.
- Fixed problem with linkage using "pvrtc_get_version".
- Changed "void*" data pointer in PVRTexLib to "const void*" to avoid casts when passing const data.
- Fixed linker warnings when linking with PVRTexLib.
- Fixed "forced punch-through" when compressing to PVRTC textures. The same effect can be achieved by using pre-multiplied textures.
- Fixed dithering so that it will now dither to any format compressed with bits per channel of less than 8.
- Added workaround for PVR files missing the "PVRTEX_MIPMAP" flag.
- Made noticeable improvements in dithering routines. Most visible when compressing to an intensity/luminance format.
- Fixed problem with PVRTC compression on 64-bit Linux.
- Added brand new interface with several new features for PVRTexLib. Please see documentation for instructions on its new use.
- Fixed problem causing crashes in PVRTC compression on certain textures.
- Fixed thread handle leak in PVRTexLib when compressing to PVRTC.
- Improved quality of PVRTC compression.
- Fixed some odd artefacts caused by PVRTC compression.
- Fixed problem with MIP-Map generation causing I8 textures to be generated incorrectly.
- Removed NGT file format.
- Manual: New information on the latest version of the TexLib interface.
- Manual: New description of the new PVR version 3 Container Format.
- Manual: Code examples for common use cases.
- Manual: New Doxygen reference material added on the latest version of PVRTexLib.
- Manual: Removed Surface and MIP-Map Level options from the Edit Menu.
PVRTC.lib v1.5.0
- Fixed "forced punch-through" when compressing to PVRTC textures. The same effect can be achieved by using pre-multiplied textures.
- Fixed problem with PVRTC compression on 64-bit Linux.
- Fixed problem causing crashes in PVRTC compression on certain textures.
- Fixed thread handle leak in PVRTexLib when compressing to PVRTC.
- Improved quality of PVRTC compression.
- Fixed some odd artefacts caused by PVRTC compression.
- PVRTC1 & 2 User Guide added
PVRShaman v1.12
- Added light number as tooltip for light name.
- Fixed low resolution taskbar icon.
- Disabled and unticked the 'Compile in background' checkbox when no shader tabs are open.
- Added warning about mipmaps (if the user is using mipmaps on RTT or texture has no mip chain).
- Stopped compile window from displaying if API is not OGLES2 or OGL.
- Altered default effect so that alpha component of texture is taken in to account.
- Added NewFile dialog.
- Added functionality so that a new blank PFX file is created with default PFX structure.
- Added texture preview for Windows.
- Stopped double-click bringing up object data viewer.
- Removed pop-up object viewer.
- Moved functionality to rotate around selected object to the scene menu bar and also Edit Scene dropdown menu.
- Added more right-click functionality to 'Hide Unselected' and 'Unhide All'.
- Added functionality to hide and unhide an entire scene, or hide and unhide selected mesh.
- Added new compiler and output window.
- Fixed a lighting calculation bug in library and built-in shader effects.
- Added post processing functionality.
- Fixed title on Texture Viewer when a texture is resized.
- Fixed image size when saving out a file in Texture Viewer.
- Revised examples and updated for latest PFX changes.
- Fixed bug where a PFX would reference UV coordinates that a POD may not have.
- Updated the User Guide.
- Added post processing examples.
- Fixed DX10 render of camera and light objects. Previously they were being rendered with an incorrect front face winding.
- Added further compiler profile outputs.
- Added a number of new semantics including cos(time), cos(time)*2PI, etc.
- Removed generic variables for Effect tree in the Scene panel. These generic parameters have been replaced with Uniforms from PFX/FX file. Hovering over these uniforms displays their data as a tooltip.
- Added validation to uniform semantics to verify that shader data types matched the expected semantic types.
- Added further syntax highlighting of PFX files. Added 'value' keywords such as LINEAR or other value type tags.
- Altered default effect so that alpha component of texture is taken in to account.
- Added syntax highlight for built-in PFX Semantics and support for custom semantics.
- Manual: Correction of mistake under "Blank Effects File" in which it said the radio button was called "No Effects File".
- Manual: Updating manuals with new profiling information for new compilers.
- Manual: Images updated for the latest version of the interface. Information added on the new Profile Output Panel contents. Information on the PFX Semantics menu removed.
- Manual: New section created for Viewport Preferences.
- Manual: Updated Section 4.2 - Building An Effect for new PFX file format.
- Manual: New section covering post processing and render to texture due to the new PFX file format.
PVRTrace GUI v2.0
- Added image analysis tool.
- Added option to save current frame calls.
- Added option to save all the shader with proper extension name.
- Added option to save all the trace fully detailed.
- Fixed highlight in the viewer call.
- Enhanced filter option and fixed some bugs.
- Added more debug info and error handling.
- Improved tool performance and stability.
- Enhanced Render State and data views.
- Enhanced User Interface and fixed some labels.
- Added Remote recording capabilities.
- Fixed Icon for Windows7 Taskbar.
- Buffer SubData fixed for OGLES1 and 2.
- Added BindBuffer Array in PVRTraceGui RenderState.
- Added Multitexture support.
- Added Multisample extension IMG.
- Fixed several bugs when trying to open old trace files.
- Added compatibility across platforms, specially Android-Windows.
- Manual: Images updated for the latest version of the interface.
- Manual: New sections added covering the Image Analysis and Network Control systems.
- Manual: New section added further clarifying the process of creating a trace.
PVRTrace Recorder v2.0
- Added more useful output messages when using PVRTrace recording.
- Fixed Unknown GLeglImageOES type in recorded type size table.
- Added Mutitexture and Miltisample support.
- Fixed several bug in Android platform.
- Support remote controller.
- Android save Protection: PVRTrace will first try reading the config from the root of the device. If that fails then it will try reading from the sdcard. The config in the root is the recommended location as there is no guarantee the sdcard will be mounted when trace tries to read the config.
Collada2POD v2.10
- For animations Collada2POD now recognises "position" as an identifier for translation animations.
PVRGeoPOD v1.28
- Now flips the v-coordinate for DirectX exports.
- Blender: Updated plug-in to work with Blender 2.59 onwards.
- Maya: Fixed a bug in the Maya exporter that caused one of the sub-meshes from a multiple material split mesh to have all the vertices of an entire mesh.
- Maya: Fixed a bug where a mesh with no vertices may cause a node to reference itself as a parent causing an infinite loop.
- Maya: Fixed a bug where a deformed mesh may not export.
- Maya: Fixed an infinite loop that would lead to a crash if a spot light in the scene was also setup as a camera.
- 3DSMAX: Fixed a lock-up in the max exporter when it fails to initialise the mesh data through igame.
- Manual: Added instructions on installation for Blender versions 2.59 onwards and compatibility.
- Manual: New section added describing the Maya and MEL scripting in greater detail.
PVRVFrame v9.1
- Fixed glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS,params).
- Fixed bug where GL_MAX_SAMPLES_IMG was queried from the hardware instead of the profile.
- Fixed incorrect path to libtiff in 64bit VFrameSetup makefile.
- Massive structural changes to the main emulation code.
- Fixed multisampled render-to-texture less-than/greater-than bug.
PVRTune/SGXPerfServer v1.103
- Added PVRTune and PVRScope inside the SDK packages.
- SGXPerfServer is now called PVRPerfServer.
- TA/3D data in graph views now enabled by default.
- Improved recollection of graph view position, this is mostly of use when changing the number of graphs in the tab.
- Fixed: Android builds of PVRScope could "lose" the last custom marks sent before application shutdown as the connection was not flushed.
- Manual: Updating Tune manual with new images.
- Manual: Fixed a minor number of grammatical errors.
- The PID Editor window is now full decorated with a close box and is resizable, it also now has a proper title, and finally its default position is now aligned with the left hand side of the main PVRTune window.
- Three counters (SGX task load: TA/3D/2D core) are now available in the Developer build.
- Moved to new descriptions for the counters "SGX task load: 3D core" et al.
- When attempting to open non existant files/servers, or files/servers of the wrong protocol version, PVRTune now offers to delete them from the "recent" list.
- Fixed PID and RTData colours, they were indicating everything is shared on old (pre 1.7.17.3949) drivers.
- The PID editor window is improved; it now has a list of selectable PIDs on the left, and the right hand pane shows content for the selected PID.
- Default PVRTune window size is slightly larger.
- Graphs: Timing data is now less translucent, and to aid visual recognition the render-target and PID wingtip colours are now narrower and more intense than the frame colour.
- Graphs: There is now a horizontal scroll bar, this helps the user with navigation and spatial awareness.
- Graphs: A time axis is now drawn along the bottom of each graph.
- 2D timeline no longer overlaps TA.
- PVRTune now refreshes its display much more frequently, giving smoother interaction.
- Added user-defined counters. PVRScope gains two new API's: pplCountersCreate() and pplCountersUpdate(). These allow an application to define a new set of user defined counters at any point and then submit regular (eg per-frame) samples of their values. Counters are expected to increment and never reset. The counter definitions can be changed while running.
- PVRTune GUI: user marks are now prefixed by the PID they came from.
- SGXPerfServer now checks that PVRScope-enabled applications that connect are using the same protocol version (just like the SGXPerfServer to PVRTune connection.)
- PVRTune protocol ID is now 14; older files can no longer be read.
- Major version will now change when the communications protocol changes; if the major version matches then PVRScope, PVRPerfServer and PVRTune will work together.
- Editable library window now defaults a little larger.
- "Float" editable library items now have a text box as well as a slider bar, and the item name now specifies the min and max values.
- Added file/export processed data option, compiled out by default (ENABLE_SAVE_TIMING).
- SGXPerfServer is now called PVRPerfServer.
- Fixed a bug that caused event packets without a counter reading (ie 1.3 drivers) to have the wrong size. This incorrect size happened to perfectly consume the following event, meaning 'end' events were sent but not appearing to arrive.
- Improved useability; SGXPerfServer and AppLibs now inform each other when they are closing. AppLibs return to looking for an SGXPerfServer. This means that SGXPerfServer can be restarted without restarting the applications, and that SGXPerfServer can inform PVRTune when applications disconnect. Also SGXPerfServer no longer restarts when there is an error communicating to an AppLib (e.g. one that crashed).
- PVRTune accepts a command-line. Just as in the connect box, specify the server as pvrtune://servername or file://hello.pvrtune. Unspecified protocols assume "file"; this allows PVRTune to be associated with .pvrtune files in Windows.
- PID editor now properly clears itself when disconnecting from SGXPerfServer.
- Added Ctrl+F11 keyboard shortcut for "Save image to..."
- PID and Frame numbers are now shown per activity.
- User-defined Marks are now microsecond time-stamped when they are sent, rather than when SGXPerfServer spots them, which improves resolution.
- SGXPerfServer instances running on the same subnet as PVRTune now show up in a new list on the PVRTune front page. Click to connect, as in the recently used connections list. The PVRTune front-page no longer shows the instructions text.
- Fix: TA and 3D tasks that are interrupted by a HW lockup detection are now rendered in the GUI.
- 3D SPM events are now properly labelled in the GUI when the pointer hovers over them.
- PVRTune now shows the OS, driver name, device name and device revision (all as sent from SGXPerfServer) in the advanced remote settings option.
- SGXPerfServer start-up text now includes the driver device name and revision.
- PVRTune CPU usage counter now greys out on WinCE, as it's not available.
- Reading-rate counters, and the CPU load counter - they were always showing 0 (in the counter table, graphs were fine).
- uKernel detected lockups are now drawn as Marks.
- The Android version of SGXPerfServer will no longer exit if it fails to open the file it has been asked to send data to.
- Added reset option to the Android SGXPerfServer.
PVRScope v1.103
- Library to access HW counters and to set up user defined PVRTune stats. First public release.
- New Manual with new interface and functionality.
PVRUniSCo v1.9
- Added new compilers for cores: SGX535, SGX540 and SGX543.
- Updated compilers naming convention.
PVRUniSCo Editor v1.6
- Added New File Dialog which allows better selection of new file type.
- Fixed bug in which Save As.. would not preselect the proper extension of the given file.
- Added more built-in types for syntax highlighting in HLSL code.
- Fixed bug where PFX files which include external shader files would not load correctly.
- Added double click on error to take cursor to line.
- Added better output colouring.
- Added new profiling output.
- Updated the user guide for PVRUniSCoEditor.
- Added compiler information to Profile tab of the shader output box.
- Added number of non-dependent texture loads featured in a given shader to Profile tab.
- Added further syntax highlighting of PFX files. Added 'value' keywords such as LINEAR or other value type tags.
- Fixed compiler process spawn issue on Linux and MacOS.
- Removed inappropriate semantic list from UniSCoEditor.
- Manual: Update with new profiling information for new compilers.
Documentation
- Performance Recommendations: Complete rewrite of the PowerVR Performance Recommendations, including new recommendations and a redo of the golden rules, all with much improved clarity.
- PFX Specification: Added PFX reference manual.
- PVR Specification: Added PVR reference manual.
What's New in Version 2.9, Release 1
Builds
- Fix for utilities paths so Android projects will build under MacOS.
- Fixed packaging of Builds/Media/iTunesArtwork file for iOS SDKs.
- Updated header files (gl2.h, gl2ext.h, gl2extimg.h, gl2platform.h and khrplatform.h) with most recent version from Khronos registry.
- Fixed iOS builds so that a valid executable is pre-selected for the new Xcode 4 schemes.
Demos
- OGLESParticles: Fixed some spelling and removed some unused variables.
- OGLES2Water: Switched demo to use standard, z-axis major RGB ordered normal maps from new PVRTexTool. ‘WaterToEyeLength’ varying passed but not used. This was being recomputed. Now fixed. ‘vTmp’ was using wrong coordinates and was not correctly mapping the refraction texture. Fixed culling issue: refraction texture was culling incorrect face. Switched to demo rendering FBOs at screen resolution by default for better quality. Removed unused variable ‘PerturbedUVs’. Added a toggle to the UI to render the water effect at the screen's resolution instead of the resolution defined in the code (this increases the fragment workload, but the effect will look better at higher resolutions). Fixed a bug with half of created shaders not being released.
- OGLESFilmTV, OGLESFiveSphere, OGLESFur and OGLESMouse: Fixed disabling of GL_NORMAL_ARRAY before print3D is flushed.
- OGLES2Skybox2: Fixed VBO for the skybox which was not used.
- OGLES2PhantomMask: Added deleting shaders/program of Background in ReleaseView.
- OGLES2Navigation3D: Changed all textures to use the fast PVRTC compressor.
- OGLESNavigation3D: New demo port of OGLES2Navigation3D.
- OGLES2MagicLantern: New demo to show dynamic spherical light map and handling of PFX files with PVRShaman semantics.
- OGLES2ExampleUI: New demo to show how to optimise common UI rendering techniques.
PVREngine/PODPlayer
- Fixed problem displaying POD files with no animation frames.
- Now tracks geometry type (lines or triangles) in Mesh class instead of in POD data structures.
- Logging function is now safe for long lines.
- Updated POD example to use PFX and added a new PFX file for this.
- Added better data management of script options, fix for displaying PODs with no animation.
Training Courses
- OGLES2ParallaxBumpMap: New training course.
- OGLES2IntroducingPFX: This example now explicitly sets the wrap mode in the .pfx instead of relying on the default.
- OGLES2Bloom: Fixed incorrect intra-texel offset for optimized filtering.
- OGLES2ShadowMapping: Removed unused colour variable from the shaders.
- OGLES2Skinning: Fixed the mesh drawing so the skinless mesh fall-back works.
- OGLES2EdgeDetection: Added releasing shaders and programs in OGLES2EdgeDetection
- OGLES2Bumpmap, OGLESMultitexture, OGLES2PerturbedUVs and OGLES2LevelOfDetail: Switched to use standard, z-axis major RGB ordered normal maps from new PVRTexTool.
- OGLES2RenderToTexture: Modified so it uses a normal FBO if we fail to create a multi-sampled one. Fixed missing extension initialization when using multi-sampling. Moved extension loading into tools code. Added multi-sampled FBO support via extension to OGLES2 version.
PVRTools
- CPVRTHash: Added new module which uses Tiny Encryption Algorithm to generate 32-bit hashes of strings or generic data.
- PVRTDecompress: Added new faster PVRTC decompressor.
- PVRTPrint3D: Added ability to specify Projection and ModelView matrices.
- PVRTArray: New module to handle arrays.
- PVRTModelPOD: Added isLoaded() function to be able to check whether a POD file has been successfully loaded before attempting to use any of its data. CountIndices optimised for triangle strips. Modified to only write out the FPS value to POD files if there is animation data. Changed to use PVRT standard variable types.
- PVRTMat4::Translate and PVRTMat4::Scale overloads added that take PVRTVec3, which call the original 3 float functions.
- PVRTResourceFile: Added the ability to override the file loading functions with your own. Removed the StringPtr helper function as, with the added ability to use your own functions, we can no longer guarantee the data will be null-terminated.
- PVRTMisc: prefix GetPOTHigher/Lower() with PVRT.
- PVRTString: Removed default value for the last argument to CPVRTString function compare to fix ambiguous call error. Added find next/previous occurrence of a string. Added left/right functions to return the left/rightmost 'n' characters in the string.
- PVRTPixelType: Changed PixelType to PVRTPixelType as it clashes with something in the Apple Cocoa APIs. Changed unsigned longs into unsigned ints as unsigned int is 32bit under both 32bit and 64bit (unsigned long is 64bit under 64bit).
- PVRTBoneBatch/PVRTModelPOD: Modified so they constantly use malloc for the bone batches instead of a combination of new and malloc.
- PVRTFixedPointAPI: Removed reference to PVRTFixedPointAPI.h from the WindowsVC2008 project and added PVRTBoneBatch.h.
- PVRTPFXParser: Changed default texture wrap mode to ‘REPEAT’. Changed some variable names in ParseTextureFlags to make it more clear for the user. Added better error checking. Correctly set mipmap default to None/Off. Fixed a bug, now binds a texture before setting the texture properties. Changed random ints in PVRTPFXParser to enums to make code clearer. Re-written texture flag parsing to make it clearer and have better error checking. Added function to look up texture index in Effect block from a given name.
- PVRTString: Added a ‘format’ method.
- PVRTgles2Ext: Added GL_IMG_multisampled_render_to_texture support.
- Fix for CPVRTPFXEffect encapsulation – variables are no longer public and now have accessors.
PVRShell
- Removed the piece of common code that subtracts the start time from the time as PVRShellGetTime should return an incrementing time value measured in milliseconds instead of the time since the app start.
- Added ‘prefLoadFileFunc’ and ‘prefReleaseFileFunc’ enum values for use with PVRShellGet that will retrieve function pointers from the shell allowing you to get external files stored as assets in an Android .apk.
- PVRShellScreenSave() now takes the image resolution; previously it assumed it was the same size as the render target, even though PVRShellScreenCaptureBuffer() let you specify a sub-rect.
- Added pixel replication functionality while saving: One use-case for this is in combination with creating a stream of screenshots with the -c option, in order to make a video where the individual pixels can be discerned.
- PVRShellScreenSave() and PVRShellWriteBMPFile() now take an optional parameter, default value of 1, set this value to higher values to replicate the pixels as they are saved, scaling up the image.
- Added a new option ‘prefCaptureFrameScale’ and command-line option ‘-screenshotscale’ to override the default.
- Linux X11: Fixed a bug with not releasing Atoms allocated with XGetAtoms
- Windows: Added a few missing #ifndef NO_GDI defines around recently added GDI functions.
- Windows: Removed support for the Axim (X50v, X51v) hot keys as they are no longer needed.
- MacOS/iOS: Updated to use mach_absolute_time instead of gettimeofday(). Previously if the user changed the system time, any time based functionality in a program could have odd behaviour. mach_absolute_time will return the number of milliseconds that the system has been on, providing a more stable time function.
- Android: Update so it exits correctly if InitView/InitApplication return false.
PVRTexTool v3.23
- "Fixed" Normal map generation. Output is now somewhat more accurate and is in XYZ-RGB order. To use the old order, simply use the channel swapping methods.
- Added 2012 Maya and 3DSMax plugins.
- New higher quality PVRTC compressor added.
- Added 64-bit builds for TexToolGUI, TexToolCL and Max/Maya plugins (2010 onwards) for windows.
- Iterations removed for encoding PVRTC, new PVRTC quality levels added.
- Added dithering option to encoding dialog.
- Renamed and fixed RMS error.
- Fixed bug with zooming in - was causing invalid pixels at edge of screen.
PVRTexLib
- Now thread-safe.
- Fixed Normal map generation; output is now somewhat more accurate and is in XYZ-RGB order. To use the old order, simply use the channel swapping methods.
- Switched the order of the CPVRTextureHeader and CPVRTextureData's member variables to appear in size order to alleviate data packing problems.
- New higher quality PVRTC compressor added.
- Made .ktx files load as flipped by default if flags aren't set.
- Fixed cube map ordering for DirectX
- Added option to dither textures when encoding.
- Swapped PVRTC whitepaper for PVRTC Usage guide that was inaccurate.
- Modified ktx_io to save data in the correct order when dealing with multiple faces.
- Fixed bug with channel swapping - setting values other than 0 or 255 would not work.
PVRShaman v1.11
- Added a grid and axis helper to the scene which will help determine position and orientation relative to the origin.
- Removed requirement for colours to be clamped 0.0-1.0 (for use with HDR lighting/materials).
- Added cube map reflection to Effect Library.
- Added User Data fields in POD Info dialog; Material Properties dialog; and Object Data dialog. This allows viewing of the 'user data' property embedded within .POD files.
- Added real-time GLSL ES compiler and profiler output to editor window.
- OGL/DX9/DX10: New shader library layout in the Add Materials dialog.
- Added default effects to the library.
- Resolved issue of saving shader files using hotkeys.
- Removed necessity to save POD file while saving shader/effect files.
- File > Save/Save As is now context specific based on the current Scene/Editor tab status.
- Saving shader/effect files will now choose the correct extension based on the file type.
- Added ability to change the playback method of animations including Forward, Reverse and Ping-Pong. This is controlled by a drop-down menu on the scene toolbar.
- Fixed issue with floating scene not responding to hotkeys.
- Fixed bug regarding shortcut keys when input focus was within the scene panel.
- Fixed bug not saving 'Invert Mouse' selection.
- Added warning about mipmaps (if the user is using mipmaps on RTT or texture has no mip chain).
- Added menu options for toggling axis helper and grid.
- Set default light colour to be 1,1,1
- Removed texture icon from Material list if no texture is associated with the “NoEffectFileEffect”.
- Fixed right-click texture viewer on “NoEffectFileEffect” texture.
- Added ability to load textures from PFX path if the POD is a built-in model and is not currently saved.
- Fixed issue loading floating point vertex colours in InitMesh()
- Refactored all spellings of 'Color’ to 'Colour'.
- Added windows to the editor view for PVRUniSCo output.
- If PVRShaman is set as the default program for opening PFX files, when a PFX file is double clicked the file is now opened and the editor given focus.
- Added ability to open shader files directly from command line/Open With.. in Windows. Functionality was already there for POD files.
- Fixed crash with floating window/scene saving and Save As.
- Will now show the default shaders PVRShaman is using for each material when a shader isn't define
- Added ‘skinning’ shader to the shaders library.
- DX10: Fixed texture loading from the same folder as the effect file.
- DX10: Fixed bone Count uniform as it was multiplying the count by 4.
- DX9: Updated normal map as compression artefacts were very evident.
- Changed default ambient/diffuse/specular for a new material to something more in line with 3DSMAX, and a little more useful as a basic colour.
- DX9/DX10: NoEffectFile Shader now renders correctly.
- OpenGL: Changed NoEffectFile Shader to have a better specular effect (uses Eye Direction).
- DX9/DX10: Fixed skinning lighting (normal calculation was totally wrong!)
- When the ‘New Shader’ option is clicked the file is now called "New Shader".
- Added cascade style menu for New Shader (and creates relevant file).
- Changed ‘Save Pod’/‘Save Pod As’ to ‘Save’/‘Save As’.
- Changed 'Export Textures' to 'Create Textures'
- Enhanced ‘FPS’ view mode.
- Ctrl-M now always functions as shortcut to add material.
- Fixed typo in preference dialog: 'Overide' is now 'Override'.
PVRTrace GUI 1.0
- Render State Visualization (OGLES 1 & 2).
- Fixed Filter Option.
- Added new DrawCall filter.
- Added watches for Function Counter.
- Added Image controls (Zoom, fit, flip).
- Fixed performance problem loading trace files.
- Added new save trace summary options.
- Added save trace to flat file.
- Fixed Find functionality.
- Added option to find anything in the whole trace.
- Added texture list tab.
- Overhauled the GUI.
- Added new Hotkeys.
- Fixed saving user options.
- Fixed bug causing PVRTrace to load a console window.
PVRTrace Recorder
- Fixed bug causing trace OGLES library to crash when specifying a non-zero start frame.
- Added tracing barrier as an opt-in for applications. Calling either glDisable or eglBindApi with the argument 0x0433 will stop trace from recording.
- Value is unused by opengl and is highly unlikely to be used.
- Added the ability to record many of the possible OGLES and OGLES2 extensions.
- Added AndroidARMV7 support.
- Added Neutrino support.
Collada2POD v2.09
- Several fixes done to get skinning examples exported using OpenCollada for 3DSMax to work.
- Partial support for Bezier animations added.
- (For other enhancements please check PVRGeoPOD as the user interface and functionality is shared)
PVRGeoPOD v1.24
- Added Max and Maya 2012 support for Windows and Mac OS.
- Added 64-bit plug-ins for Maya and Max 2010, 2011 and 2012.
- Fixed a bug where you would get duplicate vertices if just exporting vertex positions
- 3DSMax: Added support for IGame version 13.0.0.104.
- Added the ability to add user data to POD nodes, materials and the scene through the use of a custom Mel Script/MAXScript file.
- Blender: Fixed exporting data (transformations) as matrices
- Maya: Added PVRGeoPOD_Export mel command that allows you to use the exporter from a script.
- Maya: Fixed a bug which stopped a scene provided by a developer from exporting correctly due to a mesh pretending to be a transform.
- Maya: Now mirrors its output to the script editor.
- Maya: Fixed skinning for the situation where the skinned character has multiple materials applied.
- 3DSMax: Fixed the suppressed prompt option. The exporter will no longer display the output dialog.
- 3DSMax: Fixed skinning for the situation where the first frame of animation being exported isn't zero.
PVRVFrame
- GUI Control window was removed (please use the external application supplied to change profiles).
- OGLES1: Fixed conversion from byte to float.
- OGLES1: Fixed glGet not working with GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES.
- OGLES1: Fixed stencil test.
- OGLES1: Fixed minor memory leaks.
- OGLES2: Fixed glCopyTexImage2D and glCopySubTexImage2D not working for non-power-of-two textures.
- OGLES2: Fixed glDetachShader not being able to be called after glDeleteShader has been called.
- Fixed GL_LUMINANCE not being able to be used as render target.
- Fixed segfault when fragment shader contains function named: xxxmainxxx.
- Added support for IMG_multisampled_render_to_texture.
- Added support for OES_required_internalformat.
- Fixed call to glTexImage2D with format GL_BGRA_EXT and data set to NULL.
- Fixed glGet(GL_NUM_COMPRESSED_FORMATS) returning the wrong value for the OGLES2 SGX profile.
- Fixed eglChooseConfig. Previously it was broken when one of the attribs passed was EGL_CONFIG_ID.
- Fixed an issue with eglGetDisplay not accepting EGL_DEFAULT_DISPLAY.
- Added support for OES_packed_depth_stencil.
- Fixed glGetIntegerv with GL_STENCIL_FUNC, GL_STENCIL_REF, GL_STENCIL_VALUE_MASK, GL_STENCIL_WRITEMASK.
PVRTune/SGXPerfServer v1.93
- PVRScope now shares the SGXPerfServer/PVRTune version number. SGXPerfServer no longer prints the PVRScope version number (since it's the same).
- Protocol ID is now 13. This prevents the use of old SGXPerfServer binaries or old saved files from being loaded into PVRTune due to data format changes.
- User-defined Marks are now microsecond time-stamped when they are sent, rather than when SGXPerfServer spots them, which improves resolution.
- Marks are no longer limited to 256 characters.
- PVRScope now includes additional functionality to communicate with PVRTune via SGXPerfServer.
- Can now send custom ‘Mark's (time stamped strings) from an app to SGXPerfServer and on to PVRTune.
- Applications can now use PVRScope to set up editable libraries of items; PVRTune now has GUI elements to edit these, whereupon the new values are sent back to the application. Types supported in this release are floats and strings (such as shaders, scripts, text, etc).
- SGXPerfServer instances running on the same subnet as PVRTune now show up in a new list on the PVRTune front page. Click to connect, as in the recently used connections list. The PVRTune front-page no longer shows the instructions text.
PVRTune v1.92
- Incompatible data/SGXPerfServer dialog box now says the PVRTune version info in the title, and suggests which version the user should use.
- TA/3D tasks now feature an extra splash of colour; the closest tips of each block (i.e. the bottom of 3D tasks and the top of TA tasks) are now colour coded to indicate the render target in use. Particularly in the case of render-to-texture, this helps identify which TA tasks and 3D tasks are part of the same render within a frame.
- PVRTune now also indicates PID changes via colours in the timing data. The outside tips of each block (i.e. the top of 3D tasks and the bottom of TA tasks) are now colour coded to indicate the PID of the program that submitted the task.
- Just like 'sleep' periods are rendered grey, 'data lost' periods are now shown olive and 'host reset' periods are now shown as red.
- Fixed: file save/load dialog boxes are now modal. Dialog box for finding documentation PDF is now modal.
- Fixed transparent pixels for Marks and power-off periods when saving the graph to a PNG.
- 'Geek stats,' bottom-right of main window, now shows how long the connection has been open.
- Graph views now automatically pause when the connection is lost, such as when a file load is completed.
- Improvement for mouse-hovers over the timing data: PID is now shown over the frame data.
- Improvement for mouse-hovers over the timing data: transfer tasks on the 3D core are now labelled.
- Fixed an issue where PVRTune would link power-ons and indicate in the GUI that the HW was asleep when it clearly was not.
- Added some clamping to keep HUD text on-screen.
- Fixed crash: load file, close file, load file, press 'z' to view all; keyboard accelerator still tried to use old deallocated view.
- 3D SPM events are now properly labelled in the GUI when the pointer hovers over them.
- PVRTune now shows the OS, driver name, device name and device revision (all as sent from SGXPerfServer) in the advanced remote settings option.
SGXPerfServer v1.92
- Added 'periodic=' and '-graphics=' to enable/disable those categories of timing tasks (for use when recording to a file).
- The user can no longer toggle timing data (eg with 't' in console variants); must be set on the command-line or via PVRTune connection.
- SGXPerfServer: added ‘--disable-hwperf’ command-line option, useful if you're running an app that uses PVRScope's HWPerf functionality.
- The Android version of SGXPerfServer will no longer exit if it fails to open the file it has been asked to send data to.
- SGXPerfServer start-up text now includes the driver device name and revision.
PVRUniSCo Editor v1.5 (29.0585)
- Converted all occurrences of ‘Color’ to ‘Colour’.
- Fixed crash when loading external shaders in a PFX file.
- Enhanced file type determination.
NavDataTools
- Fixed example index file for NavDataCompiler; using different scale for projected coordinates and road triangulation
- Updated example conversion script file to reflect projection changes (roads are now 5 meters wide instead of 5 micro-meters)
- Reverted intersection hole filling algorithm back to 2.7 release
- Moved occlusion queries extension code from tools into OcclusionCalculator
- Fixed shared_ptr.h missing stddef.h include.
Documentation
- Added Filewrap manual.
- New whitepapers added for Parallax Bump-mapping training course and Example UI demo.
- Improved manual added for PVRUniSCoEditor, PVRGeoPOD, Collada2POD, PVRShaman, PVRVFrame, PVRTrace, PVRTexTool, and Filewrap.
What's New in Version 2.8, Release 1
Builds
- Updated the iOS projects to support different icons for iPhone and iPad.
- Enhancements to iOS projects and added support for latest XCode versions.
- Added PVRTexLibVersion.h to the PVRTexLib package.
- Updated the LinuxCE3100 SDK to build against PDK 18.
- Removed the Initialization training course from the SDKs.
- Added support for EWS to the Linux X86 and LinuxARMV7 builds.
- Added Validate Build Product to Distribution build configuration for OGLES and OGLES2 iPhone builds.
Demos
- Removed some unreferenced variable warnings from OGLES2 ChameleonMan, Coverflow, Navigiation, PhantomMask and Shaders.
- OGLES2 FilmTV: and Fractal no longer assume that the FBOs they create are complete and will react accordingly if they aren't.
- OGLES2 Navigation3D: New demo.
Training Courses
- OGLES2 EdgeDectection: New Training Course.
- OGLES2 BinaryShader: New Training Course.
- OGLES2 BasicTnL: Fixed makefile for Android JNI.
PVRTools
- PVRTPFXParser: Added support for POD render pass and tidied up comments.
- PVRTgles2Ext and PVRTglesExt: Added GL_OES_vertex_array_object functions.
- PVRTgles2Ext and PVRTglesExt: Moved the PVRGetProcAddress macro into the header file so it can be used outside of the extension tools class.
- PVRTPrint3D: Fixed the initialisation of .rhw in UpdateBackgroundWindow function.
- PVRTSTring : Added PVRTSTring::PVRTStringStripWhiteSpaceFromEndOf
- PVRTSTring : Fixed PVRTSTring::PVRTStringStripWhiteSpaceFromStartOf
- PVRTSTring : Fixed not working CPVRTString::find_last_not_of()
- PVRTPrint3D: Fixed GetSize function when the string passed contains spaces.
- PVRTVector: Fixed fault in vector code comparison operators.
- PVRTMisc: Optimised the GetPOTLower() function.
- Updated iPhone Tools projects for 4.2 SDK onwards. Fixed pch file.
PVRShell
- AndroidJNI: Changed egl config attrib values to TRANSLUCENT and OPAQUE instead of 8888 and 565, which caused application lockups on Motorola Milestone.
- AndroidJNI: Moved prefShowCursor to end of enum.
- AndroidJNI: Fixing a couple of missing Java symbols/imports.
- AndroidJNI: Changed GLSurfaceView selection of EGLConfig and fixed command line override for EGLConfig.
- KEGL and Qt: Added -depthbpp=N/-dbpp=N command line option to select bit depth of depth buffer.
- Qt: Implemented some missing functionality from the Qt shell and fixed a couple of problems with it.
- LinuxRaw: Fixed keyboard mappings for Action1 ('1') and Action2 ('2') on the keyboard.
- KEGL: PVRShell will now request a config with EGL_PIXMAP_BIT if a context with pixmap support is requested.
- LinuxX11: Removed the return code check from the use of X11CopyArea in LinuxX11 as it always returns 1.
- Added bool version of OsSet() and added support in all OSs. Added a new boolean Shell setting: prefShowCursor. Currently only implemented for Windows.
- iOS: Fixed glView creation to fall back from stencil and AA support before failing outright.
- iOS: Fixed stencil buffer support for iOS shell under OGLES 1.1.
- Add EGLConfig ID to output from -info command line option.
- Linux CE3100: Added support for upscaling to use define fullscreen=1 and a width and a height.
- PVRShellGet will return -1 on OSs that don't support it.
- Linux:(BRN29399) Modified the OsGetTime function to "fix" the problem where the unsigned long used for converting seconds to msec would overflow if the gettimeofdat function returned the time since epoch instead of boot.
- Linux: (BRN31381) Fixed the PVRShells so they wouldn't go into an infinite loop if their use of readlink fails.
- Bada: Fixed a bug where PVRShell failed to tidy up the app if the app was exitted by the 'end call' button.
- Generic: Moved the initialisation of m_u32ShellStartTime to after the call to OsInit.
- Generic: When the PVRShellInit object is destroyed it will also call ReleaseView and QuitApplication on the app if they haven't been called.
- Generic: You can now query for prefNativeDisplay on OSs that support it with PVRShellGet.
PVRTexTool v3.20
- Added Linux 64bit version.
- Tidied the GUI menus and windows.
- Many pre-process operations can now be performed simultaneously rather than having to reload the pre-process dialog.
- Added an info tab to the Texture View window showing simple information about the texture.
- Added options to change grid size and background colour.
- Added some Direct3D supported pixel formats; all common D3D pixel formats can now be saved and loaded as .dds files on Windows.
- Encoding dialog has been tidied for easier use.
- Updated documentation to reflect compression and save/load options.
- Fixed -nt command line option description.
- Added ability to load texture files as well as images when composing a cube map.
- Removed alpha loading when composing a cube, this function is now taken care of by using the new Load Channels functions.
- Added ability to load channels into a new or current texture. Replaces old "load alpha" dialog.
- Modified UI to make it clear which operations affect the whole texture, individual surfaces, or single MIP levels.
- Modified UI to include a View menu with appropriate functions moved to this location
- Command line is now more flexible allowing spaced (-i Example.bmp) or equality (-i=Example.bmp) notation, previous notation is still valid.
- Command line now warns user if '-nt' option is selected whilst compressing to a pvrtc format.
- Changed default resizing method to Bicubic instead of Nearest Neighbour. This fixes BRN29957
- Correct values now work when setting resize mode - previously value 3 was 'valid' but had undefined behaviour. Values 0-2 still select correct modes.
- Scrolling non-square textures in tiled mode no longer causes an error.
- Using difference view no longer shows incorrect colour information after multiplying.
- UI updated to include a status bar at the bottom with texture information (Size, Position and Zoom) as well as moving grid to edit menu.
- When opening smaller textures, view window now opens to a more reasonable size.
- When viewing a cube map, pixel colour will now be shown in the display tab.
- PVRTexTool has been made more stable with all known crashes fixed.
- -square function added to the command line to allow user to resize a texture to a power of 2 square.
- Added Wrap Data dialog to the UI to enable loading of arbitrary data.
- Fixed bug that opened a file dialog when performing pre-processing.
- Fixed a problem with the windows version of PVRTexTool causing it to run slowly, most operations complete in half the time or less compared to previous versions.
PVRTexLib v3.20
- PVRTexLib is available as a 64-bit binary across supported platforms.
- Fixed problems with resizing rectangular textures that could cause corrupted data or crashes. Textures now resize as expected.
- Added some Direct3D supported pixel formats; all common D3D pixel formats can now be saved and loaded as .dds files on Windows.
- Added several "pass through" functions, allowing various header functions to be called directly from the texture class.
- Added getMIPSize/getMIPSizeInPixels to Texture/TextureHeader class.
- Added new constructor that has several default values to allow tidier code when creating a header manually.
- Added getMipHeight/getMipWidth functions to allow a user to return the size of specific MIP levels.
- Added functions to set the channel data in a texture to either a blanket integer value or replace it with another texture's colour channel.
- Version data added to PVRTexLib.dll and the PVRTexTool executables. (BRN31648)
- Added much more rigorous check and better error message for compressing too large a PVRTC texture.
- Fixed bug where textures that were too small for a format were still being encoded with unpredictable results. Fixed problem with determining illegal dimensions for textures (such as NPOT textures for PVRTC) were slipping through due to const-ness of overriding function that didn't match that in the base classes.
- PVRTexLib no longer relies on a singleton – PVRTextureUtilities must now be instanced to be used rather than calling getPointer(). With the exception of High Quality PVRTC compression, PVRTexLib is now thread-safe.
- Fixed a bug with rectangular texture compression.
- New PVRTC decompression algorithms in place to allow faster decompression.
PVRShaman v1.10
- Added render to texture functionality.
- Added RenderTexture.pfx to the Example/POD/OGLES2/ folder to demonstrate how the CAMERA render pass can be used by a .pfx.
- Added Linux 64bit version.
Collada2POD v2.08
- Fixed a crash if the glsl to pfx code doesn't find a suitable shader.
- Fixed the handling of the matrix transformation.
- Now recognises “location” in the target for the animation channels.
- Now samples animations at 30 fps instead of trying to guess the fps value from the linear animation data.
- Added Linux 64bit version.
PVRGeoPOD v1.23
- Added support for Max and Maya 2011.
- Added MacOS version for Maya (currently 32-bit only).
- Fixed the splitting of meshes that have multiple materials if the mesh in question is instanced.
- Fixed the ‘export selected’ support in the Maya version of PVRGeoPOD.
- The Maya plug-in now exports the vertical FOV for the cameras instead of the horizontal.
- Fixed a possible crash if the animation frame count in Max somehow becomes incorrect as seen in 1 random scene supplied to us.
- Fixed the splitting of instanced meshes that have multiple materials.
- Blender plug-in for MacOS.
Collada2POD & PVRGeoPOD
- The exporters will now export indices as unsigned int if there are more vertices than an unsigned short can represent.
- The exporters now export the FPS that the animations are designed to be played back at.
- Added a merge option which will merge textures, effects and blending values from the .pod file you’re overwriting or one the user has specified. The merge function matches the materials based on material name and this functionality is intended to be used to merge in the common material changes that users perform in PVRShaman.
- Added a few missing tool tips in the post-export tab.
PVRVFrame
- Implemented workaround for ATI Windows Vista/7 10.12 Catalyst drivers issues
- Fixed access violation within OES_Matrix_Palette
- Fixed error generation by Enabling/Disabling Matrix_Palette_OES, POINT_SIZE_ARRAY_OES
- Fixed getting initial value of IMPLEMENTATION_COLOR_READ_FORMAT and IMPLEMENTATION_COLOR_READ_TYPE
- Added Linux 64bit version.
- Ported to MacOS.
PVRUniSCo v1.7.17.3700
- Removed binary block generation (if this functionality is required, please contact devtech@imgtec.com)
- New profile data: Accurate cycles emulation, primary attributes and secondary registers
PVRUniSCo Editor v1.5
- Added keyboard shortcuts for Save and Save All.
- Background compilation is now a global option and it is enabled by default. The switch is now in the Options common dialog.
- Added support for the new PVRUniSCo profile information.
- Updated documentation to explain new profiler information.
- Added Linux 64bit version (note: there is not yet a GLSL compiler for Linux 64bit)
Filewrap
- Fixed warning message about not being able to open a file for reading.
- Added Linux 64bit version.
NavDataTools
- Added 3DSceneCompiler and OcclusionCalculator
Documentation
- Added 3D Navigation Rendering Techniques whitepaper
- PVRTexTool manual: Corrected OpenGL formats to show the correct enums and added A8 format.
- PVRTexTool manual: Updated to fix mislabelling of RGBA5551 format.
- PVRTexTool manual: Updated to include syntax information on more flexible command line.
- PVRTexTool manual: Information added warning about using the -nt flag and pvrtc compression.
- SDK User Guide: Updated to mention X11 requirement for Mac OS applications, PVRVFrame disclaimer about performance etc. and Windows requirements.
- Navigation and 3D Navigation documents: minor corrections, proof-reading. Edge detection document: fixed some typos and contact information.
PowerVR Support
If you have any enquiries or require support on any of our PowerVR graphics SDK:
Online Resources
PowerVR FAQ
PowerVR SDK Docs
E-mail Devtech Support
devtech@imgtec.com









