aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the gl_generator macro to generate the bindings for WGLTomaka172014-09-125-68/+53
* Remove old "egl" moduleTomaka172014-09-123-303/+0
* Add triangle to exampleTomaka172014-09-121-1/+45
* Examples now using a support module to drawTomaka172014-09-125-49/+47
* Merge pull request #30 from tomaka/androidtomaka2014-09-1111-1/+504
|\
| * Add basic support for AndroidTomaka172014-09-1111-1/+504
* | Update README.mdtomaka2014-09-071-2/+2
|/
* Remove call to glViewport after win32 initializationTomaka172014-08-222-11/+0
* Cleanup temporary objects in case of error during creation on win32Tomaka172014-08-221-0/+10
* Fix & add some comments for win32Tomaka172014-08-221-13/+15
* Not specifiying dimensions on win32 now results in CW_USEDEFAULTTomaka172014-08-221-3/+9
* Remove forgotten debugging printlnTomaka172014-08-221-4/+1
* Merge pull request #25 from DavidPartouche/mastertomaka2014-08-191-3/+3
|\
| * Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error)DavidPartouche2014-08-191-3/+3
|/
* Track rust nightlyTomaka172014-08-151-4/+4
* Win32: no longer fails when calling swap_buffers on a closed windowTomaka172014-08-151-5/+1
* Implement new events systemTomaka172014-08-136-96/+117
* Implement Default for WindowTomaka172014-08-131-0/+8
* Rename gl-init-rs to gl_initTomaka172014-08-134-18/+18
* Fix #22Tomaka172014-08-122-0/+5
* Add failure if SwapBuffers returns an errorTomaka172014-08-121-1/+4
* Fixed compilation broken by #837efc54Tomaka172014-08-121-0/+1
* Fix attempt for #22Tomaka172014-08-121-0/+4
* Remove dummy context creation for X11Tomaka172014-08-121-31/+11
* Minor fix in consistency for #[cfg]sTomaka172014-08-121-1/+1
* Now using compile_msg crate instead of static_assertTomaka172014-08-123-2/+8
* get_proc_address now returns a libc::c_voidTomaka172014-08-115-6/+6
* Remove deps/glTomaka172014-08-113-4246/+1
* Add flags when choosing pixel formatTomaka172014-08-071-1/+2
* Add default title for windowsTomaka172014-08-071-1/+1
* Call glViewport on windows init for win32Tomaka172014-08-072-2/+16
* Multiwindow example now creates a third windowPierre Krieger2014-08-071-0/+5
* Now calling glViewport on X11 when the window is createdPierre Krieger2014-08-071-3/+16
* set_position now takes intsPierre Krieger2014-08-074-4/+4
* Fix two warnings on X11Pierre Krieger2014-08-071-4/+4
* Add some error detectionPierre Krieger2014-08-071-1/+7
* Fix glXCreateContextAttrib always nullPierre Krieger2014-08-071-12/+26
* Merge branch 'master' of https://github.com/tomaka/gl-init-rsPierre Krieger2014-08-078-13/+176
|\
| * Doc now ignored for doctestTomaka172014-08-071-1/+1
| * Examples now call glViewportTomaka172014-08-073-2/+17
| * Fix events handling in examplesTomaka172014-08-073-9/+6
| * Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impltomaka2014-08-032-2/+4
| |\
| | * Fix bugs from f4fb699b524Felix S. Klock II2014-08-032-2/+4
| |/
| * Fix GL context not being destroyed on win32Tomaka172014-08-031-0/+3
| * Fix closed flag not being immediatly set on win32Tomaka172014-08-031-0/+12
| * Add example for multiple simultaneous examplesTomaka172014-08-031-0/+32
| * Update README.mdtomaka2014-08-031-3/+1
| * Add static assert for platform not supportedTomaka172014-08-031-0/+4
| * Add dummy implementation for OS/XTomaka172014-08-033-2/+87
| * Add doc to crate rootTomaka172014-08-021-0/+15