Sam Lantinga [Sat, 07 Jun 2014 17:09:32 -0700] rev 8836
Fixed loopwave crash with no command line arguments
Sam Lantinga [Sat, 07 Jun 2014 11:36:08 -0700] rev 8835
dront78 implemented YUV texture support for OpenGL ES 2.0
Gabriel Jacobo [Fri, 06 Jun 2014 18:33:17 -0300] rev 8834
Adds missing Makefile for NACL test and a couple of smaller fixes
Gabriel Jacobo [Fri, 06 Jun 2014 15:45:59 -0300] rev 8833
Chrome's Native Client backend implementation
Brandon Schaefer [Thu, 05 Jun 2014 15:37:33 -0700] rev 8832
Turns out visualstudio does not like PRIu64, soo lets just cast it to llu.
Brandon Schaefer [Thu, 05 Jun 2014 15:29:23 -0700] rev 8831
Fix warnings, only major one being an SDL_SetError not providing enough arguments.
Sam Lantinga [Thu, 05 Jun 2014 09:49:45 -0700] rev 8830
Code analysis annotations found a legitimate bug!
Sam Lantinga [Thu, 05 Jun 2014 09:27:06 -0700] rev 8829
Added missing headers that should be installed.
Ryan C. Gordon [Thu, 05 Jun 2014 11:04:07 -0400] rev 8828
Don't link directly against OpenGL.framework on Mac OS X.
We dlopen() it as appropriate already.
Ryan C. Gordon [Thu, 05 Jun 2014 10:28:08 -0400] rev 8827
Added SDL_opengl_glext.h to the list of headers to install.