| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Generate fewer errors in MakeContextCurrent | Adam Jackson | 2013-10-08 | 1 | -10/+0 |
* | glx: Propagate failures from SendMakeCurrentRequest where possible | Adam Jackson | 2013-10-08 | 1 | -3/+4 |
* | glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequest | Adam Jackson | 2013-10-08 | 1 | -7/+9 |
* | glx: Initialize OpenGL version to 1.0 | Rico Schüller | 2013-09-04 | 3 | -17/+17 |
* | glx: make the interval of LIBGL_SHOW_FPS adjustable | Chia-I Wu | 2013-09-02 | 1 | -4/+8 |
* | glx: Generate GLXBadDrawable when drawable is zero | Ian Romanick | 2013-08-13 | 1 | -2/+12 |
* | Apple: glFlush() is not needed with CGLFlushDrawable() | Jeremy Huddleston Sequoia | 2013-07-20 | 1 | -2/+0 |
* | mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpoint | Tomasz Lis | 2013-07-18 | 1 | -2/+6 |
* | glx: Enable floating-point fbconfig extensions | Tomasz Lis | 2013-07-18 | 2 | -0/+4 |
* | dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE | Tomasz Lis | 2013-07-18 | 1 | -1/+7 |
* | glx: Require proper drawableType in init_fbconfig_for_chooser | Tomasz Lis | 2013-07-18 | 1 | -1/+6 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 6 | -0/+55 |
* | glx: Store the RENDER_TYPE in indirect rendering | Tomasz Lis | 2013-07-18 | 6 | -25/+41 |
* | glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser | Tomasz Lis | 2013-07-18 | 1 | -4/+28 |
* | glx: Changes to visual configs initialization. | Tomasz Lis | 2013-07-18 | 1 | -4/+24 |
* | glx: Retrieve the value of RENDER_TYPE from GLX attribs array | Tomasz Lis | 2013-07-18 | 4 | -13/+13 |
* | glx: Store the value of renderType while creating context | Tomasz Lis | 2013-07-18 | 4 | -2/+17 |
* | glx: return True/False instead of GL_TRUE/GL_FALSE | Brian Paul | 2013-06-27 | 1 | -11/+11 |
* | glx: move declarations before code | Brian Paul | 2013-06-27 | 2 | -9/+9 |
* | glx: Fix another missed glMultiDrawElementsEXT const change. | Eric Anholt | 2013-06-26 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2] | Alan Coopersmith | 2013-05-30 | 1 | -3/+5 |
* | integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2] | Alan Coopersmith | 2013-05-30 | 1 | -1/+6 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 1 | -1/+1 |
* | Honor GLX_DONT_CARE in MATCH_MASK | Alexander Monakov | 2013-04-05 | 1 | -1/+3 |
* | glx: Build with VISIBILITY_CFLAGS in automake | Adam Jackson | 2013-03-21 | 1 | -0/+1 |
* | DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap | Rob Clark | 2013-03-18 | 1 | -6/+15 |
* | glx: init screen = 0 to fix optimized build warning | Brian Paul | 2013-03-14 | 1 | -1/+1 |
* | glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined | Jon TURNEY | 2013-02-27 | 1 | -1/+1 |
* | DRI2: Don't disable GLX_INTEL_swap_event unconditionally | Zack Rusin | 2013-02-19 | 1 | -3/+12 |
* | glx: Centralize the code for context flushing. | Eric Anholt | 2013-02-07 | 1 | -45/+37 |
* | glx: Add a little comment about what dri2FlushFrontBuffer() does. | Eric Anholt | 2013-02-07 | 1 | -0/+4 |
* | glx: Check that swap_buffers_reply is non-NULL before using it | Stéphane Marchesin | 2013-01-29 | 1 | -3/+5 |
* | glx: only advertise GLX_INTEL_swap_event if it's supported | Zack Rusin | 2013-01-24 | 1 | -2/+3 |
* | scons: Fix dependencies of generated headers. | José Fonseca | 2013-01-21 | 1 | -7/+2 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 1 | -5/+5 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -5/+0 |
* | glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set | Marek Olšák | 2012-12-07 | 1 | -2/+4 |
* | glx/dri2: add and use new driver hook flush_with_flags | Marek Olšák | 2012-12-02 | 1 | -49/+92 |
* | glx: move the glFlush call one layer down | Marek Olšák | 2012-12-02 | 5 | -17/+35 |
* | dri_glx: fix use after free report | Dave Airlie | 2012-12-01 | 1 | -1/+4 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 10 | -364/+364 |
* | dispatch: Include glheader.h in dispatch-related files. | Paul Berry | 2012-11-01 | 1 | -1/+1 |
* | glx: Add the extension string for GLX_ARB_framebuffer_sRGB | Ian Romanick | 2012-10-29 | 2 | -0/+6 |
* | glx: Set sRGBCapable to a default value | Ian Romanick | 2012-10-29 | 1 | -0/+2 |
* | glx: Add GLXBadProfileARB to the error string list | Adam Jackson | 2012-10-17 | 1 | -0/+1 |
* | glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString() | Owen W. Taylor | 2012-10-17 | 1 | -1/+1 |