EmuCR Feeds
Email Us

EmuCR: GLideN64GLideN64 Git (2015/09/07) is compiled. GLideN64 is a new generation, open-source graphics plugin for N64 emulators

GLideN64 Git Changelog:
* Merge branch 'master' of https://github.com/gonetz/GLideN64
* Fixing multisampling
We were calling glTexStorage2DMultisample with a 'samples' parameter of 0.
Reading the GL 4.4 spec, this is specifically forbidden, but the
documentation pages from Chronos were incorrectly stating that it was
allowed, so many implementations probably accept it. Mesa, the graphics
driver for many Linux cards has recently been corrected so that it emits
a warning and fails when glTexStorage2DMultisample is called with
samples=0. The current release works, but the next one will fail when
multisampling is turned off in this plugin (with multisampling turned
on, it will work the same as before).
The documentation pages from Kronos have since been updated to reflect
the GL spec (I put in a bug to them). You can see the proper
changes at this address
(https://www.opengl.org/wiki/GLAPI/glTexStorage2DMultisample).
* Changing the getRevision script to place the header differently
I called getRevision.sh from a directory other than src and I ended
up with an unexpected Revision.h in my current directory without
placing one in src. This modifies the script to place the header
file in the same directory as the script.
* Debug tool to extract the H264 raw video from a PSMF PSP video file.
* UMD video player: resize the screen to the real video size (DVD
resolution, not PSP resolution)

EmuCR: GLideN64

Download: GLideN64 Git (2015/09/08)
Source: Here

2 Comments:

Can't post a comment? Try This!