-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance, support legacy applications, clean up
* bump version to 0.8.0 * added 6 new extensions * added many ARB/EXT functions * added glGetTexImage * proper glShaderSource implementation * improved performance by replacing usleep with _mm_pause in server * added SWAP_BUFFERS_SYNC register, fixing frame glitches * removed SGL_SHARED_MEMORY_DIRECT * added new font for overlay * fix glColorPointer not handling GL_RGBA/GL_BGRA * fix glNormalPointer size * push vertex attribs in glDrawElements * added CMake option for easier lib32 compilation * cleaned up & reorganized code
- Loading branch information
Showing
17 changed files
with
1,503 additions
and
1,574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.