| Commit message (Expand) | Author | Age | Files | Lines |
* | __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95. | Matthieu Herrb | 2009-01-11 | 1 | -0/+4 |
* | GLX: Include glapi.h before glapitable.h | Ian Romanick | 2008-12-14 | 1 | -1/+1 |
* | Return 0 as the request size when the pixels parameter is NULL | Neil Roberts | 2008-12-14 | 1 | -0/+5 |
* | GLX: Fix protocol for glTexSubImage#D | Ian Romanick | 2008-12-14 | 8 | -6/+39 |
* | mesa: restore glapi/ prefix on #include | Brian Paul | 2008-11-10 | 1 | -1/+1 |
* | mesa: fix some misc breakage caused by editing auto-generated files rather th... | Brian Paul | 2008-11-10 | 3 | -5/+13 |
* | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul | 2008-11-10 | 2 | -5/+2 |
* | mesa: asst updates for VMS | Jouk Jansen | 2008-09-29 | 1 | -4/+6 |
* | glapi: add DISPATCH_FUNCTION_SIZE | Tobias Jakobi | 2008-09-27 | 1 | -0/+14 |
* | glapi: add gl_dispatch_functions_start and end | Tobias Jakobi | 2008-09-27 | 1 | -0/+10 |
* | mesa: fix main/ prefix in include | Keith Whitwell | 2008-09-23 | 1 | -1/+1 |
* | mesa: add fwd decl of fill_in_entrypoint_offset() | Brian Paul | 2008-09-23 | 1 | -0/+4 |
* | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.... | Brian Paul | 2008-09-23 | 3 | -624/+655 |
* | mesa: move some glapi bits around | Brian Paul | 2008-09-21 | 4 | -3/+7 |
* | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 1 | -1/+0 |
* | mesa: fix asst path/include mistakes in prev commits | Chris Rankin | 2008-09-18 | 1 | -1/+1 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -1/+1 |
* | mesa: #include <stdio.h> | Guillaume Melquiond | 2008-09-13 | 1 | -0/+1 |
* | mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check | Brian Paul | 2008-07-09 | 1 | -2/+2 |
* | Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree | Paulo Cesar Pereira de Andrade | 2008-07-02 | 1 | -0/+3 |
* | VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB | Ian Romanick | 2008-07-01 | 1 | -0/+2 |
* | VBO: add GLX related annotations | Ian Romanick | 2008-07-01 | 1 | -29/+59 |
* | Follow along GL/glx -> glx renaming in xserver | Dan Nicholson | 2008-05-21 | 1 | -2/+2 |
* | Add remaining glapi generated server headers. | Kristian Høgsberg | 2008-05-21 | 1 | -12/+35 |
* | Make the shared glapi files not include glheader.h. | Kristian Høgsberg | 2008-05-21 | 3 | -6/+15 |
* | Revert "glapi: Generate xserver glapi sources in the mesa tree" | Kristian Høgsberg | 2008-05-21 | 1 | -13/+18 |
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -2/+2 |
* | glcore: drop outdated sources files intented for xorg | George Sapountzis | 2008-04-23 | 1 | -12/+0 |
* | glcore: build from mesa | George Sapountzis | 2008-04-23 | 2 | -0/+8 |
* | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -1/+1 |
* | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian | 2008-02-19 | 1 | -0/+4 |
* | If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative | Brian | 2008-02-19 | 1 | -0/+8 |
* | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 2008-02-17 | 1 | -18/+13 |
* | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 2008-02-12 | 1 | -2/+2 |
* | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 2008-02-12 | 1 | -46/+50 |
* | glapi: Use variable for indent and flags | Dan Nicholson | 2008-02-12 | 1 | -9/+7 |
* | added 'get' info for framebuffer object tokens | Brian | 2008-01-01 | 2 | -8/+18 |
* | add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811) | Brian | 2008-01-01 | 1 | -1/+3 |
* | recreate from changed gl_API.xml | Roland Scheidegger | 2007-11-09 | 5 | -630/+590 |
* | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Roland Scheidegger | 2007-11-09 | 1 | -8/+6 |
* | Prevent loss of vectorequiv information when an alias follows the function be... | Ian Romanick | 2007-11-08 | 1 | -43/+48 |
* | Fix some build warnings, mostly with XCB. | Michel Dänzer | 2007-10-30 | 1 | -5/+9 |
* | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian | 2007-10-30 | 6 | -143/+130 |
* | Finish up ATI_separate_stencil | Brian | 2007-10-30 | 6 | -300/+373 |
* | typo | George Sapountzis | 2007-10-14 | 1 | -1/+1 |
* | Uncomment GLX_SGIX_pbuffer definition. | Kristian Høgsberg | 2007-10-13 | 1 | -3/+1 |
* | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian | 2007-06-28 | 3 | -137/+196 |
* | Fix TEXREL issues when using GLX_USE_TLS (see bug 7459). | Brian | 2007-06-12 | 2 | -12/+23 |
* | Initial implementation of MESA_texture_array | Ian Romanick | 2007-05-16 | 6 | -300/+356 |
* | fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering | Wei Wang | 2007-04-08 | 1 | -2/+6 |