Age | Commit message (Expand) | Author | Files | Lines |
2015-08-01 | includes/GL: remove duplicated extension declarations from glx.h | Emil Velikov | 1 | -92/+0 |
2014-06-27 | glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event | Jasper St. Pierre | 1 | -1/+1 |
2013-12-29 | Revert "mesa: Remove GLXContextID typedef from glx.h." | Kenneth Graunke | 1 | -0/+1 |
2013-11-07 | glx: Add GLX_MESA_query_renderer | Ian Romanick | 1 | -1/+26 |
2013-10-18 | mesa: Remove GLXContextID typedef from glx.h. | Vinson Lee | 1 | -1/+0 |
2013-06-05 | mesa: remove outdated version lines in comments | Rico Schüller | 1 | -1/+0 |
2013-04-23 | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 1 | -3/+4 |
2013-04-23 | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 1 | -1/+1 |
2013-04-23 | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 1 | -1/+1 |
2012-11-16 | Remove OpenVMS support | Matt Turner | 1 | -13/+0 |
2010-07-19 | glx: Drop support for GLX_MESA_allocate_memory | Kristian Høgsberg | 1 | -16/+0 |
2010-01-25 | mesa: misc GLX_INTEL_swap_event fixes | Robert Bragg | 1 | -1/+5 |
2010-01-08 | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes | 1 | -0/+19 |
2008-10-29 | glx: added PFNGL*PROC typedefs for GLX 1.3 functions | Brian Paul | 1 | -11/+30 |
2006-05-05 | updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) | Brian Paul | 1 | -1/+38 |
2006-05-01 | Update function signatures for EXT_tfp entrypoints. | Adam Jackson | 1 | -2/+2 |
2006-04-11 | Add attrib_list to glXBindTexImageEXT | David Reveman | 1 | -1/+1 |
2006-03-31 | bump version/date | Brian Paul | 1 | -1/+1 |
2006-03-26 | fix some PFNGL* typedefs | Brian Paul | 1 | -5/+5 |
2006-03-09 | Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, and | Brian Paul | 1 | -0/+54 |
2005-11-08 | remove a bunch of extension stuff that's in glxext.h | Brian Paul | 1 | -147/+5 |
2005-02-26 | bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h | Dave Airlie | 1 | -0/+22 |
2005-02-26 | Add GLX_MESA_allocate_memory from Xorg glx.h | Dave Airlie | 1 | -0/+15 |
2005-01-04 | added GLX_NV_float_buffer | Brian Paul | 1 | -2/+13 |
2004-09-27 | change include of glx_mangle.h to match other headers | Brian Paul | 1 | -3/+3 |
2004-05-21 | remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum value | Brian Paul | 1 | -22/+21 |
2003-12-11 | Quash annoying compiler warning | Keith Whitwell | 1 | -1/+1 |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 1 | -2/+0 |
2003-01-14 | prototype render-to-texture | Brian Paul | 1 | -1/+14 |
2002-10-14 | added missing GLX_TRANSPARENT_RGB | Brian Paul | 1 | -2/+3 |
2002-10-08 | GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions | Brian Paul | 1 | -11/+33 |
2002-08-22 | added glXAllocate/FreeMemoryNV() | Brian Paul | 1 | -1/+10 |
2001-12-14 | oops, wrong value for GLX_SAMPLES | Brian Paul | 1 | -2/+2 |
2001-12-14 | added GLX_SAMPLE_BUFFERS, GLX_SAMPLES | Brian Paul | 1 | -4/+4 |
2001-09-24 | removed duplicate GLX_AUX_BUFFERS_BIT definition | Brian Paul | 1 | -2/+1 |
2001-09-23 | bump versions to 4.0 | Brian Paul | 1 | -3/+3 |
2001-09-14 | more GL 1.3 and GLX 1.4 updates | Brian Paul | 1 | -1/+13 |
2001-09-01 | added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typo | Brian Paul | 1 | -2/+3 |
2001-07-27 | added four missing GLX 1.3 tokens | Brian Paul | 1 | -1/+5 |
2001-06-25 | added missing GLX_PBUFFER_WIDTH/HEIGHT tokens | Brian Paul | 1 | -1/+3 |
2001-05-24 | change GLXContext and GLXFBConfig typedefs | Brian Paul | 1 | -3/+3 |
2000-12-14 | updated glXSet3DfxModeMESA() prototype types | Brian Paul | 1 | -2/+2 |
2000-12-08 | include glxext.h unless GLX_GLXEXT_LEGACY is defined | Brian Paul | 1 | -7/+7 |
2000-11-25 | fixed GLX_PBUFFER value | Brian Paul | 1 | -3/+3 |
2000-08-22 | Committing in . | Jouk Jansen | 1 | -1/+2 |
2000-06-23 | added extension numbers for Mesa extensions | Brian Paul | 1 | -19/+22 |
2000-06-08 | clean-up in anticipation of glxext.h | Brian Paul | 1 | -84/+134 |
2000-04-19 | added GLX_EXT_import_context, 1.3 misc clean-up | Brian Paul | 1 | -3/+25 |
2000-04-10 | added missing 1.3 token values, added glXGetFBConfigs(), fixed glXChooseFBCon... | Brian Paul | 1 | -38/+41 |
2000-03-31 | fixed typo in GLX_SLOW_VISUAL_EXT | Brian Paul | 1 | -2/+2 |