Sat, 06 Dec 2008 17:43:10 +0000 |
Sam Lantinga |
The previous checkin fixes the crash, so at least we're not overrunning
|
Sat, 06 Dec 2008 17:41:01 +0000 |
Sam Lantinga |
Progress, maybe. :)
|
Sat, 06 Dec 2008 05:23:35 +0000 |
Sam Lantinga |
Rebind the context to the window area and update matrices when the window size changes
|
Sat, 06 Dec 2008 00:56:47 +0000 |
Ryan C. Gordon |
Initial pixel shader support for YUV textures in the GL renderer.
|
Fri, 05 Dec 2008 07:00:58 +0000 |
Sam Lantinga |
Whoops, can't call glOrtho() repeatedly
|
Fri, 05 Dec 2008 06:22:19 +0000 |
Sam Lantinga |
The matrices have already been set, so you don't have to re-set them.
|
Mon, 01 Dec 2008 00:05:31 +0000 |
Sam Lantinga |
Removed the hacky stuff for YUV OpenGL textures, since Ryan's pixel shader code
|
Mon, 01 Dec 2008 00:03:51 +0000 |
Sam Lantinga |
Finally got the right mojo for Apple's YUV texture format.
|
Sat, 29 Nov 2008 21:48:14 +0000 |
Sam Lantinga |
Temporary fix for Mac OS X crash in textoverlay
|
Sat, 29 Nov 2008 15:32:14 +0000 |
Sam Lantinga |
Whoops, we need this for subrect updates (testsprite)
|
Sat, 29 Nov 2008 06:29:33 +0000 |
Sam Lantinga |
Fixed crash in glTexSubImage2D() with testoverlay on Mac OS X.
|
Sat, 22 Nov 2008 06:59:22 +0000 |
Sam Lantinga |
Preliminary support for YUV textures
|