Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Always set CONFIG_CAVEAT to DONT_CARE | Boris-Chengbiao Zhou | 2016-04-13 | 1 | -15/+2 |
| | |||||
* | Fix pixel format support detection in glx. #748 | Pierre Chevalier | 2016-04-13 | 1 | -1/+5 |
| | | | | | * by accepting GLX_EXT_framebuffer_sRGB as a sRGB capable framebuffer * the new behaviour matches the wgl codel | ||||
* | glx: Support non-conformant multisampling fbconfigs. | Ivo Wetzel | 2016-03-30 | 1 | -9/+16 |
| | |||||
* | Fix this_platform_is_not_supported on OpenBSD. | Kirill Zdornyy | 2016-03-01 | 1 | -1/+1 |
| | | | | I followed the steps of @mneumann. | ||||
* | Use double buffering by default on GLX | Matt Brubeck | 2016-01-28 | 1 | -4/+3 |
| | |||||
* | Fix wrong screen ID used on GLX | Pierre Krieger | 2016-01-05 | 1 | -6/+7 |
| | |||||
* | Add a useless call to `glXQueryVersion()` before doing anything in the GLX ↵ | Patrick Walton | 2015-12-29 | 1 | -0/+12 |
| | | | | port to work around a bug in the VirtualBox OpenGL driver. | ||||
* | Fix compilation on linux | Pierre Krieger | 2015-12-19 | 1 | -52/+59 |
| | |||||
* | Update GLX to use glXChooseFBConfig | Pierre Krieger | 2015-12-19 | 1 | -56/+120 |
| | |||||
* | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | ensure server has GLX_ARB_create_context extension | wartman4404 | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Remove the window feature entirely | Pierre Krieger | 2015-10-03 | 1 | -1/+1 |
| | |||||
* | Add #[inline] attributes | Pierre Krieger | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | Convert GLX to the new design | Pierre Krieger | 2015-09-21 | 1 | -33/+29 |
| | |||||
* | Extract GlAttributes from BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -14/+14 |
| | |||||
* | No longer filter out non-conformant formats | Pierre Krieger | 2015-08-30 | 1 | -3/+4 |
| | |||||
* | Make it work on DragonFly/FreeBSD | Michael Neumann | 2015-08-30 | 1 | -1/+1 |
| | | | | Tested on DragonFly BSD. Should work similarily on FreeBSD. | ||||
* | Attempt to fix issues with sRGB | Pierre Krieger | 2015-07-25 | 1 | -0/+10 |
| | |||||
* | Filter invalid FBConfigs | Pierre Krieger | 2015-07-22 | 1 | -0/+16 |
| | |||||
* | Fix calling XFree before reading from memory | Pierre Krieger | 2015-07-22 | 1 | -2/+3 |
| | |||||
* | Add CreationError::OpenGlVersionNotSupported | Pierre Krieger | 2015-07-20 | 1 | -0/+1 |
| | |||||
* | Add CreationError::RobustnessNotSupported | Pierre Krieger | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Enumerate the FBConfigs instead of calling glxChoose | Pierre Krieger | 2015-07-19 | 1 | -81/+47 |
| | |||||
* | Correct window creation on X11 | Pierre Krieger | 2015-07-19 | 1 | -89/+222 |
| | |||||
* | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -1/+2 |
| | |||||
* | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -19/+62 |
| | |||||
* | Merge pull request #486 from tomaka/context-error | tomaka | 2015-06-17 | 1 | -5/+8 |
|\ | | | | | Handle errors from MakeCurrent and SwapBuffers | ||||
| * | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -5/+8 |
| | | |||||
* | | glx: Unbind the context if it's the current one | ecoal95 | 2015-06-17 | 1 | -2/+4 |
|/ | |||||
* | Fix GLX creating only 3.0 contexts | Pierre Krieger | 2015-05-16 | 1 | -69/+94 |
| | |||||
* | Make platform::linux generic over X11 and Wayland. | Victor Berger | 2015-05-12 | 1 | -3/+8 |
| | |||||
* | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 1 | -11/+13 |
| | |||||
* | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -7/+9 |
| | |||||
* | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -2/+10 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -7/+15 |
| | |||||
* | Split GLX and X11 in "api" | Pierre Krieger | 2015-04-25 | 1 | -0/+187 |