Age | Commit message (Expand) | Author | Files | Lines |
2007-03-04 | Support for Hurd and other non-linux GNU systems. | Drew Parsons | 4 | -4/+4 |
2007-01-29 | Keep track of how many visuals we set up for GLcore, to avoid an invalid free. | Eric Anholt | 1 | -1/+3 |
2007-01-22 | Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein. | Adam Jackson | 6 | -44/+61 |
2007-01-22 | __glXDRIscreenProbe: Use drmOpen/CloseOnce. | Michel Dänzer | 1 | -4/+5 |
2006-12-24 | remove last remaning 'linux'isms (bug #5613) | Samuel Thibault | 3 | -3/+3 |
2006-12-21 | added mipmap.c | Brian | 1 | -0/+1 |
2006-11-30 | Fix GL context destruction with AIGLX. | George Sapountzis | 1 | -1/+1 |
2006-11-08 | 'make dist' fixes. | Adam Jackson | 1 | -5/+5 |
2006-10-21 | 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-11 | symlink-mesa.sh: expand *.{c,h} | Daniel Stone | 1 | -11/+11 |
2006-10-11 | Replace hard-coded filesnames with loops (all .c and .h files). | Brian | 1 | -351/+33 |
2006-10-11 | Bug #8449: Yet another Mesa symlink script resync. | Jeff Smith | 1 | -0/+3 |
2006-10-11 | Back out merge of master to 1.2 branch. Undoes 89987ca... | Adam Jackson | 1 | -33/+348 |
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 |