Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2012/05/20 12:37:08 15674 15674 elias Avoid thousands of render-state change log entries in debug mode.
2012/05/20 12:34:10 15673 15673 elias Set render state at the correct location.

Need to set it after the display, including it's default state, has been created, not before. Also need to do it whenever we switch to a display. Maybe we should call vt->update_render_state from the platform independent code instead.
2012/05/20 06:07:32 15672 15672 trentg Add call and vtable for update_render_state in iOS port
2012/05/20 05:50:46 15671 15671 tjaden ogl: Add logging for _al_ogl_update_render_state.
2012/05/20 05:50:18 15670 15670 tjaden Log warning if al_set_render_state passed unknown value.
2012/05/20 05:49:53 15669 15669 tjaden Delete outdated FIXME.
2012/05/20 05:49:12 15668 15668 tjaden ex_polygon: float_t -> float.
2012/05/20 05:48:46 15667 15667 tjaden docs: Add stubs for Android-specific additions.
2012/05/20 05:48:10 15666 15666 tjaden android: Rename al_set_apk_file_interface to al_android_set_apk_file_interface.
2012/05/20 03:36:44 15665 15665 tjaden android: Improve readme for easier copy/pasting.
2012/05/20 03:36:17 15664 15664 tjaden android: Don't link with -landroid.

As far as I can tell, that library only exists from Android 2.3 and we
don't need it. After this change I don't need to set
WANT_ANDROID_LEGACY for the port to work on Android 2.2.
2012/05/20 03:35:54 15663 15663 tjaden android: Clean up ndk-build files and don't hardcode ABI.
2012/05/20 03:35:25 15662 15662 tjaden android: Update sample to respond to HALT/RESUME_DRAWING.
2012/05/20 03:34:57 15661 15661 tjaden android: Don't force 16-bit mode if no COLOR_SIZE specified.
2012/05/20 03:34:17 15660 15660 tjaden android: Restore some logging that got overwritten.
2012/05/20 03:33:30 15659 15659 tjaden ogl: Some #ifdef shuffling.
2012/05/20 03:32:49 15658 15658 tjaden ogl: Use glClearDepthf for Android and iPhone (untested).

We really need a #define for OpenGL ES.
2012/05/20 03:32:12 15657 15657 tjaden cmake: Fix variable names and formatting.
2012/05/20 03:31:40 15656 15656 tjaden ex_depth_mask: Fix compile problems.
2012/05/20 03:31:06 15655 15655 tjaden Fix formatting.