summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
AgeCommit message (Collapse)Author
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg
Only r200 implemented it.
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
Fixup a few issues found through testing: - update GLX names to match glproto - register DRI2WireToEvent so it actually gets called Signed-off-by: Robert Bragg <robert@linux.intel.com>
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
Add event support for the GLX swap buffers event, along with DRI2 protocol support for generating GLX swap buffers events in the direct rendered case. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-10-29glx: added PFNGL*PROC typedefs for GLX 1.3 functionsBrian Paul
Since we define GLX_VERSION_1_3 in glx.h, the typedefs in the glxext.h header were getting skipped.
2006-05-05updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)Brian Paul
2006-05-01Update function signatures for EXT_tfp entrypoints.Adam Jackson
2006-04-11Add attrib_list to glXBindTexImageEXTDavid Reveman
2006-03-31bump version/dateBrian Paul
2006-03-26fix some PFNGL* typedefsBrian Paul
2006-03-09Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, andBrian Paul
GLX_EXT_texture_from_pixmap to silence warnings while compiling glxcmds.c XXX: Need to add the new tokens for GLX_EXT_texture_from_pixmap!!!
2005-11-08remove a bunch of extension stuff that's in glxext.hBrian Paul
2005-02-26bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.hDave Airlie
2005-02-26Add GLX_MESA_allocate_memory from Xorg glx.hDave Airlie
2005-01-04added GLX_NV_float_bufferBrian Paul
2004-09-27change include of glx_mangle.h to match other headersBrian Paul
2004-05-21remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum valueBrian Paul
2003-12-11Quash annoying compiler warningKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-01-14prototype render-to-textureBrian Paul
2002-10-14added missing GLX_TRANSPARENT_RGBBrian Paul
2002-10-08GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensionsBrian Paul
2002-08-22added glXAllocate/FreeMemoryNV()Brian Paul
2001-12-14oops, wrong value for GLX_SAMPLESBrian Paul
2001-12-14added GLX_SAMPLE_BUFFERS, GLX_SAMPLESBrian Paul
2001-09-24removed duplicate GLX_AUX_BUFFERS_BIT definitionBrian Paul
2001-09-23bump versions to 4.0Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-01added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typoBrian Paul
2001-07-27added four missing GLX 1.3 tokensBrian Paul
2001-06-25added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul
2001-05-24change GLXContext and GLXFBConfig typedefsBrian Paul
2000-12-14updated glXSet3DfxModeMESA() prototype typesBrian Paul
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul
2000-11-25fixed GLX_PBUFFER valueBrian Paul
2000-08-22 Committing in .Jouk Jansen
Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ----------------------------------------------------------------------
2000-06-23added extension numbers for Mesa extensionsBrian Paul
2000-06-08clean-up in anticipation of glxext.hBrian Paul
2000-04-19added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul
2000-04-10added missing 1.3 token values, added glXGetFBConfigs(), fixed ↵Brian Paul
glXChooseFBConfig()
2000-03-31fixed typo in GLX_SLOW_VISUAL_EXTBrian Paul
2000-03-31added GLX_EXT_visual_ratingBrian Paul
2000-03-20removed test for MESA symbolBrian Paul
2000-03-06 Committing in .Jouk Jansen
VMS : C++ & Xlib.h problems. Modified Files: Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-03-03removed GLX_VERSION_1_3 for nowBrian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25 Committing in .Jouk Jansen
VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
1999-12-11added GLX_ARB_get_proc_addressBrian Paul
1999-11-24added a few more GLX 1.3 tokensBrian Paul
1999-11-23added GLX 1.3 tokens and functionsBrian Paul