Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #430 from tomaka/tomaka-patch-1 | tomaka | 2015-05-05 | 1 | -4/+0 | |
|\ \ \ \ | |/ / / |/| | | | Remove the necessity to call glFlush | |||||
| * | | | Remove the necessity to call glFlush | tomaka | 2015-05-04 | 1 | -4/+0 | |
| |/ / | ||||||
* | | | Merge pull request #431 from krdln/patch-1 | tomaka | 2015-05-05 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | Copy Linux dependencies to ARM target | |||||
| * | | Copy Linux dependencies to ARM target | krdln | 2015-05-05 | 1 | -0/+4 | |
|/ / | | | | | Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux. | |||||
* | | Publish 0.0.31 | tomaka | 2015-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #427 from bvssvni/osxfix | Felix Kaaman | 2015-05-04 | 1 | -2/+3 | |
|\ \ | | | | | | | Fix compiler errors on OSX | |||||
| * | | Fix compiler errors on OSX | Sven Nilsen | 2015-05-04 | 1 | -2/+3 | |
|/ / | | | | | | | Closes https://github.com/tomaka/glutin/issues/425 | |||||
* | | Merge pull request #424 from tomaka/tomaka-patch-1 | tomaka | 2015-05-04 | 1 | -24/+5 | |
|\ \ | | | | | | | Update the README | |||||
| * | | Update the README | tomaka | 2015-05-04 | 1 | -24/+5 | |
|/ / | ||||||
* | | Merge pull request #423 from tomaka/remove-headless | tomaka | 2015-05-04 | 8 | -24/+83 | |
|\ \ | | | | | | | Remove the "headless" feature | |||||
| * | | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 8 | -24/+83 | |
| | | | ||||||
* | | | Merge pull request #372 from tomaka/get-format-examples | tomaka | 2015-05-04 | 1 | -0/+2 | |
|\ \ \ | |/ / |/| | | Print the pixel format in the `window` example | |||||
| * | | Print the pixel format in the `window` example | Pierre Krieger | 2015-05-04 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #36 from tomaka/emscripten | tomaka | 2015-05-03 | 4 | -0/+383 | |
|\ \ | | | | | | | [WIP] Support for emscripten | |||||
| * | | Basic implementation of emscripten | Tomaka17 | 2015-05-03 | 4 | -0/+383 | |
|/ / | ||||||
* | | Publish 0.0.30 | tomaka | 2015-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #422 from Ryman/fixosx | tomaka | 2015-05-02 | 1 | -7/+7 | |
|\ \ | | | | | | | Fix further compilation of cocoa | |||||
| * | | Fix further compilation of cocoa | Kevin Butler | 2015-05-02 | 1 | -7/+7 | |
|/ / | ||||||
* | | Merge pull request #421 from tomaka/fix-compilation | tomaka | 2015-05-02 | 2 | -2/+1 | |
|\ \ | | | | | | | Fix compilation of cocoa | |||||
| * | | Fix compilation of cocoa | Pierre Krieger | 2015-05-02 | 2 | -2/+1 | |
|/ / | ||||||
* | | Merge pull request #409 from kvark/core | tomaka | 2015-05-01 | 7 | -18/+82 | |
|\ \ | | | | | | | GL core profile flag | |||||
| * | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 5 | -27/+42 | |
| | | | ||||||
| * | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 7 | -21/+70 | |
| | | | ||||||
* | | | Merge pull request #417 from tomaka/android-egl | tomaka | 2015-05-01 | 6 | -219/+73 | |
|\ \ \ | | | | | | | | | Use the EGL API with Android | |||||
| * | | | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 6 | -219/+73 | |
|/ / / | ||||||
* | | | Merge pull request #415 from tomaka/fix-gles-supprt | tomaka | 2015-05-01 | 1 | -7/+6 | |
|\ \ \ | | | | | | | | | Fix the GLES code in examples/support/mod.rs | |||||
| * | | | Fix the GLES code in examples/support/mod.rs | Pierre Krieger | 2015-04-30 | 1 | -7/+6 | |
| |/ / | ||||||
* | | | Merge pull request #416 from datalus/master | tomaka | 2015-05-01 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting inner size on Windows 8 | |||||
| * | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵ | datalus | 2015-04-30 | 1 | -1/+1 | |
|/ / | | | | | | | the inner size on Windows 8+ | |||||
* | | Fix typo in cocoa module | Felix Kaaman | 2015-04-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #412 from tomaka/glcontext-trait | tomaka | 2015-04-30 | 12 | -190/+332 | |
|\ \ | | | | | | | Add a GlContext trait | |||||
| * | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 12 | -190/+332 | |
|/ / | ||||||
* | | Merge pull request #414 from tomaka/pf-win32 | tomaka | 2015-04-30 | 5 | -54/+114 | |
|\ \ | | | | | | | Add pixelformat for cocoa and remove individual color components | |||||
| * | | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 3 | -12/+10 | |
| | | | ||||||
| * | | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 2 | -42/+104 | |
|/ / | ||||||
* | | Merge pull request #407 from tomaka/egl-rework | tomaka | 2015-04-30 | 1 | -65/+236 | |
|\ \ | | | | | | | Rework EGL | |||||
| * | | Rework EGL | Pierre Krieger | 2015-04-30 | 1 | -65/+236 | |
|/ / | ||||||
* | | Test on beta 3 on travis | tomaka | 2015-04-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #406 from tomaka/fallback-win32-pixelformats | tomaka | 2015-04-29 | 1 | -1/+6 | |
|\ \ | |/ |/| | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | |||||
| * | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | Pierre Krieger | 2015-04-29 | 1 | -1/+6 | |
|/ | ||||||
* | Merge pull request #404 from tomaka/headless-win32 | tomaka | 2015-04-29 | 3 | -42/+30 | |
|\ | | | | | Extract headless context from api/win32 to platform/windows | |||||
| * | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 3 | -42/+30 | |
|/ | ||||||
* | Merge pull request #401 from fkaa/cocoa-multisample | Felix Kaaman | 2015-04-27 | 1 | -33/+45 | |
|\ | | | | | Add multisampling for cocoa, fixes #145 | |||||
| * | Add multisampling for cocoa, fixes #145 | Felix Kaaman | 2015-04-27 | 1 | -33/+45 | |
|/ | ||||||
* | Merge pull request #403 from tomaka/shared_library | tomaka | 2015-04-27 | 5 | -207/+48 | |
|\ | | | | | Use the shared_library crate instead of loading symbols manually | |||||
| * | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 5 | -207/+48 | |
|/ | ||||||
* | Merge pull request #402 from tomaka/caca | tomaka | 2015-04-27 | 4 | -0/+437 | |
|\ | | | | | Add libcaca backend | |||||
| * | Add libcaca backend | Pierre Krieger | 2015-04-26 | 4 | -0/+437 | |
|/ | ||||||
* | Release 0.0.27 | tomaka | 2015-04-26 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #398 from fkaa/cocoa-window-pos | tomaka | 2015-04-26 | 1 | -4/+21 | |
|\ | | | | | Fix window position getters and setters on cocoa |