summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-06Add GLX swap buffers event supportHEADmasterJesse Barnes2-0/+19
2009-05-26glproto 1.4.10glproto-1.4.10Adam Jackson1-1/+1
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+9
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-20/+28
According to the press release: Previous SGI contributions to the free and open source community are now available under the new license. These contributions include the SGI® OpenGL® Sample Implementation, the GLX™ API and other GLX extensions. [...] "SGI has been one of the most ardent commercial supporters of free and open source software, so it was important to us that we continue to support the free software development community by releasing our earlier OpenGL-related contributions under this new license," said Steve Neuner, director of Linux, SGI. "This license ensures that all existing user communities will benefit, and their work can proceed unimpeded. Both Mesa and the X.org Project can continue to utilize this code in free software distributions of GNU/Linux. Now more than ever, software previously released by SGI under earlier GLX and SGI Free Software License B is free." "The GLX API" is here read to include the original GLX source release from: http://www.sgi.com/products/software/opensource/glx/download.html ftp://ftp.sgi.com/sgi/opengl/glx/glx1_2.1.tgz which includes glxint.h as included in XFree86, from which our copy is derived.
2008-09-19Update to SGI FreeB 2.0.Julien Cristau4-133/+114
Under the terms of version 1.1, "once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the License, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI." FreeB 2.0 license refers to "dates of first publication". They are here taken to be 1991-2000, as noted in the original license text: ** Original Code. The Original Code is: OpenGL Sample Implementation, ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. ** Copyright in any portions created by third parties is as indicated ** elsewhere herein. All Rights Reserved. Official FreeB 2.0 text: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf As always, this code has not been tested for conformance with the OpenGL specification. OpenGL conformance testing is available from http://khronos.org/ and is required for use of the OpenGL logo in product advertising and promotion.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-52/+10
2007-10-12Bump to 1.4.9 so we can depend on SGI pbuffer structs.glproto-1.4.9Kristian Høgsberg1-1/+1
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/glprotoJames Cloos1-0/+76
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Add proto structs for GLX_SGIX_pbuffer.Kristian Høgsberg1-0/+76
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.glproto-1.4.8Ian Romanick2-3/+3
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-06-29There are 13 GLX errors.Kristian Høgsberg2-1/+5
2006-05-01Bump to 1.4.7glproto-1_4_7XORG-7_1Adam Jackson3-2/+44
2006-03-17Bump to 1.4.6 for FBO opcodes.glproto-1_4_6XORG-7_0_99_901Kristian Høgsberg2-1/+5
2006-03-10Fix typoDavid Reveman2-3/+7
2006-02-24added GL_EXT_framebuffer_object opcodes for Dave RevemanBrian Paul1-0/+5
2006-02-24added GL_EXT_framebuffer_object opcodes (Dave Reveman)Brian Paul1-0/+9
2006-02-20Add GLX_FRONT_LEFT_EXT. Bump to 1.4.5.glproto-1_4_5Adam Jackson3-1/+14
2006-02-14Bump to 1.4.4glproto-1_4_4Adam Jackson2-1/+9
2006-02-07texture_from_pixmap definesZack Rusin1-1/+2
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-10-14Bump version to 1.4.1, so xserver can depend on newer version and not die.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPYDonnie Berkholz2-1/+5
2005-10-06Revert changes that duplicated GLX_SGIX_swap_barrier protocol requests andXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Kevin E Martin1-44/+0
replies
2005-10-05Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier andAdam Jackson1-0/+177
GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI)
2005-09-21Bug #4036: glx.h and glu.h don't belong in glproto.Adam Jackson1-2/+0
2005-08-02Add basic .cvsignore files for proto modules.Eric Anholt1-0/+10
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-14- Add build system for xf86-video-atiSøren Sandmann Pedersen1-0/+4
- Add build system for xserver/xorg/hw/xfree86/dri - Add glcore.h to symlink.sh - Symlink.sh: add some more DRI files, symlink glcore.h from extras/Mesa/include/GL/internal to proto/GL - proto/GL/Makefile.am: install glcore.h - xf86-video-ark: s/module-dir/xorg-module-dir/
2005-07-08GLX headers have to go under a directory named GL/Adam Jackson1-1/+1
2005-05-21Set version to 1.4.Daniel Stone1-1/+1
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson1-1/+1
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson1-1/+1
2005-05-09Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen3-5/+5
2005-05-06Initial build system files for proto module.Kevin E Martin4-0/+40
2004-06-30Add Distributed Multihead X (DMX) supportsco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPKevin E Martin3-3/+166
2004-06-21Bug 782: Merge native OpenGL for Windows from CYGWIN branchAlexander Gottwald1-0/+1
2004-06-16Merge DRI-trunk-20040613 changes to include/GLEric Anholt2-2/+2
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt2-25/+378
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt4-370/+29
2004-06-16Mesa 6.1 20040613 importMESA-6_4_1MESA-6_4-20051108MESA-6_4-20051017MESA-6_3_1_1-20050731MESA-6_2_1-20041214MESA-6_1-20040812MESA-6_1-20040721MESA-6_1-20040613MESA-6_1Eric Anholt0-0/+0
2004-06-16Initial revisionEric Anholt1-0/+498
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich4-4/+4
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich4-4/+4
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich4-4/+4
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich4-4/+4
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich4-4/+4
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-26/+367
new license. If we want to, later we can import 4.4RC3 again and pick up the files that have the new license, but for now the vendor branch is "pure."