2008-06-01 |
Edgar Simo |
First commit of the SDL_haptic subsystem.
gsoc2008_force_feedback
|
2008-04-23 |
Sam Lantinga |
Creating GSoC 2008 code branches
gsoc2008_force_feedback
|
2008-08-18 |
Holmes Futrell |
Updated Template script to include symbolic links during copy
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Updated template to include CoreGraphics framework (needed), updated template build script to copy config.h.default (necessary file)
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
removed build folder from branch
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Fixed problem where creating the view passed NULL as the context for setting current context ... needed to actually pass the context.
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
updated template build settings
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Added instruction to set the active SDK
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
modified template build script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
update template script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
updated template script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
grammar, typos
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
added description
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Grammar, spelling, clarity.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
updated project for new file paths
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
(none)
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Renamed functions and structures to GLES (rather than GL) to avoid confusion with the OpenGL renderer, which prior used the same names. Removed references to GL_IMG_texture_format_BGRA8888, which will not be supported here. Made it so renderer no longer caches texture filter mode, because I think that is actually bound to specific textures, so we'd need to cache the currently bound texture too ... I don't want to go through that trouble. DOES cache blend function though.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Filled in list of all OpenGL ES functions, used to contain only functions that were in use.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
whitespace
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
removed NULL comment ... it's UIKit now, not NULL
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
whitespace
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
removed comment about NULL video driver ... it's not null anymore, it's the UIKit video driver.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
comments and trivials
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
updated #include path, added comments.
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Added comments
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Cleaned up, updated header include path
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
added comment
gsoc2008_iphone
|
2008-08-16 |
Holmes Futrell |
Added comments, updated included header name
gsoc2008_iphone
|
2008-08-15 |
Holmes Futrell |
Header files that users of the library can include for additional iPhone keyboard functions.
gsoc2008_iphone
|