aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-21still emit library aliases - useful for e.g. gl OES aliasing, even if normall...Alon Zakai
2013-02-21aliases for OES vertex array functionsAlon Zakai
2013-02-20do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20TODO: multiple array buffers in vao (for each vertex attrib pointer separately)Alon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-20Mix_InitAlon Zakai
2013-02-19allow changing frequency of corruption checks, and forcing a check irregardle...Alon Zakai
2013-02-19support realloc in corruption checkerAlon Zakai
2013-02-19simplify corruption canaryAlon Zakai
2013-02-19handle malloc(0) and free(0) in corruption checkerAlon Zakai
2013-02-19warn only once on glTexEnv*Alon Zakai
2013-02-19Added some symbol compatibility for OpenGL1.1.Michael Bishop
2013-02-19Added support for `glFrustumf`.Michael J. Bishop
2013-02-19Use the copy composite operation when calling drawImageEhsan Akhgari
2013-02-19notify on unexpected exceptions being thrown and the lack of support for them...Alon Zakai
2013-02-18clean up unneeded CorrectionsMonitor stuff; fixes test_unsignedAlon Zakai
2013-02-17ensure aligned memory in corruption detectorAlon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17print out # of corruption checks on exitAlon Zakai
2013-02-17memory corruption checkerAlon Zakai
2013-02-17fix CHECK_OVERFLOWAlon Zakai
2013-02-17typoAlon Zakai
2013-02-17fix indentationAlon Zakai
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have p...Alon Zakai
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the w...Alon Zakai
2013-02-17another gl workaroundAlon Zakai
2013-02-17remove asm memory masking per the new specAlon Zakai
2013-02-17remove not-yet-needed assert in addFunctionAlon Zakai
2013-02-15ensure no writes out of the buffer area in glReadPixelsAlon Zakai
2013-02-14set alpha to false in WebGL rendering - it represents the screen, so no alpha...Alon Zakai
2013-02-14fix and test glIsProgramAlon Zakai
2013-02-14fix gl flush assertionAlon Zakai
2013-02-13prepare jpeg as well as jpgAlon Zakai
2013-02-10force inputs to inttoptr to be i32 if they are i64; fixes #827Alon Zakai
2013-02-08gles workaroundAlon Zakai
2013-02-08gl assertionAlon Zakai
2013-02-08arc4randomAlon Zakai
2013-02-08fix comparisonAlon Zakai
2013-02-08check for restriding exceeding the temp buffer sizeAlon Zakai
2013-02-08make gl temp buffer size adjustableAlon Zakai
2013-02-07Module.* options to disable image and audio autodecodingAlon Zakai
2013-02-06option to not capture keyboard in SDLAlon Zakai
2013-02-06do not throw on an incorrect glEnableClientState, just warnAlon Zakai
2013-02-06support packed attributes in gl emulation code, perform restriding manuallyAlon Zakai
2013-02-06better checks for stride in prepareClientAttributesAlon Zakai
2013-02-06fix gluPerspective and add testAlon Zakai
2013-02-06fix struct.rusageAlon Zakai
2013-02-06fix struct.rlimitAlon Zakai