Mercurial > sdl-ios-xcode
log test/testshape.c @ 4804:b33752266d8f
age | author | description |
---|---|---|
Sun, 18 Jul 2010 23:51:47 -0400 | Eli Gottlieb | Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again. |
Sun, 18 Jul 2010 23:36:39 -0400 | Eli Gottlieb | Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke. |
Sun, 18 Jul 2010 23:05:40 -0400 | Eli Gottlieb | Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated gashes of transparency across it, and in doing so seems to hog a system resource and slow the rest of the video system down. |
Sun, 18 Jul 2010 22:17:52 -0400 | Eli Gottlieb | Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up. |
Sun, 18 Jul 2010 21:31:22 -0400 | Eli Gottlieb | Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values. |