| Commit message (Expand) | Author | Age | Files | Lines |
* | SWTC trick (disabled for now) | Daniel Borca | 2004-10-12 | 3 | -0/+31 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 4 | -12/+11 |
* | just some comments and formatting changes | Brian Paul | 2004-09-23 | 1 | -32/+36 |
* | new MESA_GLX_DEPTH_BITS env var | Brian Paul | 2004-07-23 | 1 | -5/+26 |
* | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | 2004-07-23 | 1 | -0/+4 |
* | check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376) | Brian Paul | 2004-05-29 | 1 | -2/+2 |
* | If we can't allocate the rowimage - bail | Alan Hourihane | 2004-04-30 | 1 | -0/+2 |
* | remove DitherValues | Alan Hourihane | 2004-04-26 | 1 | -2/+0 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -0/+2 |
* | check return values of _swrast_CreateContext, etc | Brian Paul | 2004-04-21 | 1 | -4/+8 |
* | fix max buffer size test (Kyle Bateman, bug 912828) | Brian Paul | 2004-04-09 | 1 | -8/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 5 | -11/+34 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -0/+12 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 7 | -76/+64 |
* | workaround for crash-upon-exit in verbose mode | Daniel Borca | 2004-03-02 | 1 | -9/+14 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 4 | -63/+100 |
* | implement Fake_glXCreateWindow() to fix bug #890894 | Brian Paul | 2004-02-08 | 1 | -2/+9 |
* | fix glXChooseFBConfig bug 890167 | Brian Paul | 2004-02-04 | 1 | -4/+5 |
* | glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option | Brian Paul | 2004-02-02 | 1 | -3/+26 |
* | Committing in . | Jouk Jansen | 2004-01-23 | 1 | -50/+50 |
* | Committing in . | Jouk Jansen | 2004-01-22 | 1 | -49/+50 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 3 | -130/+65 |
* | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca | 2004-01-12 | 1 | -2/+6 |
* | reindent the code | Brian Paul | 2004-01-07 | 1 | -216/+218 |
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 1 | -3/+3 |
* | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | 2003-12-12 | 1 | -0/+9 |
* | fix visinfo typo | Brian Paul | 2003-12-12 | 1 | -1/+1 |
* | check for null dpy in Fake_glXGetConfig() | Brian Paul | 2003-12-12 | 1 | -0/+3 |
* | Fix a front/back CopyPixels glitch. | Brian Paul | 2003-12-05 | 1 | -2/+4 |
* | use _swrast_CopyPixels for XFree86 | Alan Hourihane | 2003-12-04 | 1 | -2/+3 |
* | don't use new glDrawPixel routines in Xserver | Brian Paul | 2003-12-04 | 1 | -8/+12 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 3 | -2/+16 |
* | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul | 2003-11-29 | 1 | -28/+172 |
* | silence a warning | Brian Paul | 2003-11-25 | 1 | -1/+2 |
* | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | 2003-10-21 | 1 | -1/+1 |
* | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | 2003-10-19 | 1 | -11/+0 |
* | initialize GetBufferSubData pointer | Brian Paul | 2003-10-15 | 1 | -0/+1 |
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 2 | -6/+6 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -30/+28 |
* | added call to _mesa_enable_1_5_extensions() | Brian Paul | 2003-09-17 | 1 | -0/+1 |
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 1 | -3/+9 |
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+9 |
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+40 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 10 | -10/+0 |
* | Version defines. include "version.h" in a few files. | Brian Paul | 2003-05-27 | 1 | -3/+2 |
* | use INDEX8_SPAN_ARGS | Brian Paul | 2003-04-21 | 1 | -9/+3 |
* | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul | 2003-04-04 | 1 | -3/+35 |
* | fix double-memory free in XMesaDestroyContext | Brian Paul | 2003-04-02 | 1 | -6/+3 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 7 | -264/+279 |
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -1/+4 |