Age | Commit message (Expand) | Author | Files | Lines |
2006-11-10 | Correct symlink-mesa.sh usage message | Alan Coopersmith | 1 | -3/+3 |
2006-11-08 | 'make dist' fixes. | Adam Jackson | 1 | -5/+5 |
2006-11-04 | mesa/indirect: include byteswap.h on GNU userland (bug #5613) | Samuel Thibault | 3 | -3/+3 |
2006-10-27 | Add missing file to list in Makefile.am | Eamon Walsh | 1 | -0/+1 |
2006-10-15 | Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms. | Michel Dänzer | 1 | -1/+6 |
2006-10-11 | Fix bug #8608. | Ian Romanick | 8 | -1436/+1903 |
2006-10-02 | symlink-mesa.sh: expand *.{c,h} | Daniel Stone | 1 | -11/+11 |
2006-09-28 | Replace hard-coded filesnames with loops (all .c and .h files). | Brian | 1 | -351/+33 |
2006-09-28 | Bug #8449: Yet another Mesa symlink script resync. | Jeff Smith | 1 | -0/+3 |
2006-09-14 | Use correct opcodes for GLX_EXT_texture_from_pixmap. | Ian Romanick | 1 | -118/+131 |
2006-09-07 | Fix AIGLX VT switching. | Kristian Høgsberg | 3 | -27/+104 |
2006-09-06 | Remove prototypes and externs for non-existant functions and variables. | Ian Romanick | 2 | -8/+0 |
2006-09-06 | Remove prototypes for non-existant functions. | Ian Romanick | 1 | -19/+0 |
2006-08-31 | Add missing file from previous commit. | Ian Romanick | 1 | -0/+105 |
2006-08-31 | Implement GLX_SGI_swap_control. | Ian Romanick | 7 | -29/+43 |
2006-08-31 | Fix problems with vertex program protocol | Ian Romanick | 3 | -227/+252 |
2006-08-29 | Minor extension tweaks. | Ian Romanick | 1 | -2/+1 |
2006-08-29 | Make sure unsupported extensions are disabled. | Ian Romanick | 1 | -0/+2 |
2006-08-29 | Add support for AIGLX drivers to enable GLX extensions that they support. | Ian Romanick | 4 | -1/+265 |
2006-08-29 | Remove __glXNoSuchRenderOpcode because it is no longer used. | Ian Romanick | 2 | -7/+0 |
2006-08-25 | Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate. | Ian Romanick | 6 | -4/+25 |
2006-08-25 | Enable vertex and fragment programs. | Ian Romanick | 5 | -21/+176 |
2006-08-24 | Finish support for GL_ARB_texture_compression. | Ian Romanick | 5 | -11/+141 |
2006-08-24 | Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, and | Ian Romanick | 8 | -5225/+1 |
2006-08-24 | Add some missing bits of GL_SGI_color_table. | Ian Romanick | 4 | -0/+116 |
2006-08-24 | Regenerate from gl_API.xml 1.63. Enable extensions. | Ian Romanick | 5 | -58/+220 |
2006-08-24 | Regenerate from gl_API.xml 1.62. Functions move, no real changes. | Ian Romanick | 4 | -1893/+1893 |
2006-08-24 | Adapt to Mesa header name change. | Lukáš Turek | 1 | -1/+1 |
2006-08-24 | Fix typo | Alan Hourihane | 1 | -1/+1 |
2006-08-23 | Fix the sorting of the extension string. Add a few extensions that | Ian Romanick | 1 | -4/+20 |
2006-08-23 | Refector __glXDisp_Render and __glXDispSwap_Render to DoRender. | Ian Romanick | 3 | -309/+58 |
2006-08-23 | Memo to myself: Whenever a Makefile.am changes, autogen.sh must be | Ian Romanick | 2 | -36/+11 |
2006-08-23 | Convert protocol decode tabels for Render and RenderLarge to use nice, | Ian Romanick | 7 | -2652/+1073 |
2006-08-23 | Fix __glXDispatchInfo::dispatch_functions and | Ian Romanick | 1 | -3/+3 |
2006-08-23 | Rename __glXDrawArraysSize to __glXDrawArraysReqSize. This makes its | Ian Romanick | 3 | -4/+4 |
2006-08-23 | Re-generated files after a fix to glX_API.xml (in Mesa). | Ian Romanick | 2 | -1/+3 |
2006-08-23 | Convert protocol decode tables for Single, VendorPrivate, and | Ian Romanick | 20 | -761/+1076 |
2006-08-09 | Sanitized glxdri's Block/Wakeuphandler calling. | Tilman Sauerbeck | 1 | -8/+2 |
2006-07-23 | glx: fix typo from tag removal | Dave Airlie | 1 | -0/+1 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 30 | -30/+0 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 12 | -36/+12 |
2006-07-06 | Implement GLX_MESA_copy_sub_buffer. | Kristian Høgsberg | 3 | -6/+84 |
2006-07-06 | Add GLX_MESA_copy_sub_buffer marshalling support. | Kristian Høgsberg | 4 | -2/+62 |
2006-07-06 | Drop unused GL/include subtree. | Kristian Høgsberg | 7 | -156/+1 |
2006-07-06 | Implement glXCreateWindow and glXDestroyWindow. | Kristian Høgsberg | 2 | -53/+85 |
2006-07-06 | Move __GLXdrawable lookup and creation into GetDrawableOrPixmap. | Kristian Høgsberg | 2 | -154/+72 |
2006-07-06 | Drop global GLX error integer variables and use __glXError() instead. | Kristian Høgsberg | 8 | -211/+99 |
2006-07-06 | Move createDrawable from __GLXcontext to __GLXscreen. | Kristian Høgsberg | 6 | -86/+99 |
2006-07-06 | Add marshalling for GLX 1.3 requests. | Kristian Høgsberg | 5 | -38/+207 |
2006-06-27 | Add damage tracking to GLX_EXT_tfp implementation. | Kristian Høgsberg | 4 | -43/+108 |