FreeGLUT library ported to PS Vita using Pigs-In-A-Blanket
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
beuc 5d6c1b44f4 Add support for X11+EGL.
The changes are made with minimalism and clarity in mind:
- Either the functions are common and are kept in _x11.c files
- Either the functions have small differences and dealt with #ifdef
- Either the functions are largely different, and split in:
  - Specialized portable code in egl/
  - Specialized GLX code in _x11_glx.c files

Using EGL or GLX is decided at compile time
(CMake FREEGLUT_GLES1 or FREEGLUT_GLES2 option enabled)..



git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1196 7f0cb862-5218-0410-a997-914c9d46530a
2012-03-18 12:38:07 +00:00
freeglut Add support for X11+EGL. 2012-03-18 12:38:07 +00:00
.gitattributes Implement EGL fgPlatformGlutGetModeValues and partial/reusable fgPlatformGlutGet 2012-03-17 15:36:25 +00:00
.gitignore also added build64 to list of ignores 2012-03-14 03:38:47 +00:00