summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-06glproto: add GLX_ARB_context_create + GLX_ARB_context_create_profileHEADmasterDave Airlie2-2/+87
Add glproto support for these two extensions also add tokens for GLX_ARB_create_context_robustness
2011-01-03glxtokens.h: add GLX_EXT_framebuffer_sRGB support.Dave Airlie1-0/+4
this is needed to glxcmds.c to emit this info.
2010-08-10glproto 1.4.12glproto-1.4.12Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-08-04Remove structure tag for xGLXHyperpipeConfigSGIXReqAdam Jackson1-1/+1
X request structs don't have tags, in general, and this particular one causes a conflict with glxext.h which defines GLXHyperpipeConfigSGIX for the client-side API. Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-03-28config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-05Sync glcore.h with mesa HEAD.Luc Verhaegen1-341/+28
EXT_texture_from_pixmap was added close to 4ys ago, but this file never got updated, leading to "interesting" behaviour when anything slightly less standard is attempted. Signed-off-by: Luc Verhaegen <libv@skynet.be>
2010-02-09Update tokens for GLX_INTEL_swap_event to match final version of specIan Romanick1-4/+4
2010-01-09COPYING: add Copyright from Silicon GraphicsGaetan Nadon1-8/+23
The COPYING file contains all Copyright notices from source code. Refer to glxproto.h Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-08Bump version for releaseglproto-1.4.11Jesse Barnes1-1/+1
2010-01-08Merge branch 'master' of git://people.freedesktop.org/~jbarnes/glprotoJesse Barnes2-0/+19
2010-01-06Add GLX swap buffers event supportJesse Barnes2-0/+19
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+30
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+71
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
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