Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-22 | Upgrade GLX Public License 1.0 to FreeB 2.0. | Adam Jackson | 1 | -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-19 | Update to SGI FreeB 2.0. | Julien Cristau | 4 | -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-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | 2 | -52/+10 | |
2007-10-12 | Bump to 1.4.9 so we can depend on SGI pbuffer structs.glproto-1.4.9 | Kristian Høgsberg | 1 | -1/+1 | |
2007-09-03 | Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/glproto | James Cloos | 1 | -0/+76 | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 1 | -0/+1 | |
2007-08-23 | Add proto structs for GLX_SGIX_pbuffer. | Kristian Høgsberg | 1 | -0/+76 | |
2006-09-14 | Use correct opcodes for GLX_EXT_texture_from_pixmap.glproto-1.4.8 | Ian Romanick | 2 | -3/+3 | |
2006-07-14 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 1 | -0/+0 | |
2006-06-29 | There are 13 GLX errors. | Kristian Høgsberg | 2 | -1/+5 | |
2006-05-01 | Bump to 1.4.7glproto-1_4_7XORG-7_1 | Adam Jackson | 3 | -2/+44 | |
2006-03-17 | Bump to 1.4.6 for FBO opcodes.glproto-1_4_6XORG-7_0_99_901 | Kristian Høgsberg | 2 | -1/+5 | |
2006-03-10 | Fix typo | David Reveman | 2 | -3/+7 | |
2006-02-24 | added GL_EXT_framebuffer_object opcodes for Dave Reveman | Brian Paul | 1 | -0/+5 | |
2006-02-24 | added GL_EXT_framebuffer_object opcodes (Dave Reveman) | Brian Paul | 1 | -0/+9 | |
2006-02-20 | Add GLX_FRONT_LEFT_EXT. Bump to 1.4.5.glproto-1_4_5 | Adam Jackson | 3 | -1/+14 | |
2006-02-14 | Bump to 1.4.4glproto-1_4_4 | Adam Jackson | 2 | -1/+9 | |
2006-02-07 | texture_from_pixmap defines | Zack Rusin | 1 | -1/+2 | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | 2 | -1/+6 | |
2005-12-19 | Stub COPYING files | Adam Jackson | 1 | -0/+12 | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 | |
2005-10-14 | Bump 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_COPY | Donnie Berkholz | 2 | -1/+5 | |
2005-10-06 | Revert changes that duplicated GLX_SGIX_swap_barrier protocol requests andXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Kevin E Martin | 1 | -44/+0 | |
replies | |||||
2005-10-05 | Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and | Adam Jackson | 1 | -0/+177 | |
GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI) | |||||
2005-09-21 | Bug #4036: glx.h and glu.h don't belong in glproto. | Adam Jackson | 1 | -2/+0 | |
2005-08-02 | Add basic .cvsignore files for proto modules. | Eric Anholt | 1 | -0/+10 | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 1 | -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-ati | Søren Sandmann Pedersen | 1 | -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-08 | GLX headers have to go under a directory named GL/ | Adam Jackson | 1 | -1/+1 | |
2005-05-21 | Set version to 1.4. | Daniel Stone | 1 | -1/+1 | |
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | 1 | -1/+1 | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | 1 | -1/+1 | |
2005-05-09 | Change all the protonames from <extension>Ext to <extension>Proto. | Søren Sandmann Pedersen | 3 | -5/+5 | |
2005-05-06 | Initial build system files for proto module. | Kevin E Martin | 4 | -0/+40 | |
2004-06-30 | Add 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-branchCOMPOSITEWRAP | Kevin E Martin | 3 | -3/+166 | |
2004-06-21 | Bug 782: Merge native OpenGL for Windows from CYGWIN branch | Alexander Gottwald | 1 | -0/+1 | |
2004-06-16 | Merge DRI-trunk-20040613 changes to include/GL | Eric Anholt | 2 | -2/+2 | |
2004-06-16 | DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613 | Eric Anholt | 2 | -25/+378 | |
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | 4 | -370/+29 | |
2004-06-16 | Mesa 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_1 | Eric Anholt | 0 | -0/+0 | |
2004-06-16 | Initial revision | Eric Anholt | 1 | -0/+498 | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | 4 | -4/+4 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 4 | -4/+4 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 4 | -4/+4 | |
2004-02-23 | Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_special | Kaleb Keithley | 1 | -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." | |||||
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330 | Kaleb Keithley | 1 | -2/+110 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1 | Kaleb Keithley | 0 | -0/+0 | |
2003-11-14 | Initial revisionXORG-STABLE | Kaleb Keithley | 4 | -0/+2191 | |