Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs compsize.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-09-19 | Update to SGI FreeB 2.0. | Adam Jackson | |
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. | |||
2006-06-12 | include glxclient.h to silence missing prototypes warning | Brian Paul | |
2005-01-11 | Added a couple missing proxy types. | Ian Romanick | |
2005-01-07 | Pixel oriented render functions are now generated by the | Ian Romanick | |
glX_proto_send.py script. This eliminates ~600 lines of non-generated code. With proper compiler optimization settings, it also decreases the size of libGL.so by about 3KB. | |||
2004-12-01 | Use indirect_size.c and indirect_size.h generated by using | Ian Romanick | |
src/mesa/glapi/glX_proto_send.py with the '-m size_c' and '-m size_h' options. | |||
2004-12-01 | Make the transition to script-genereated GLX code easier. | Ian Romanick | |
Convert GL 1.4 / ARB_point_parameter function names to EXT_point_parameter / NV_point_sprite names. | |||
2004-10-25 | Import the GLX client side library, formerly from xc/lib/GL/glx. Build it | Adam Jackson | |
by adding 'glx/x11' to SRC_DIRS in your build config. |