| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -4/+11 |
* | 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 | 1 | -2/+36 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -2/+5 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -93/+32 |
* | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | 2003-12-12 | 1 | -0/+9 |
* | 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 | 1 | -2/+4 |
* | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul | 2003-11-29 | 1 | -28/+172 |
* | 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 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -30/+28 |
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 1 | -3/+9 |
* | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul | 2003-04-04 | 1 | -3/+35 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -23/+20 |
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -1/+4 |
* | fixed ColorMask problem for front-buffer rendering | Brian Paul | 2003-03-27 | 1 | -4/+5 |
* | remove some unfinished code accidently checked in | Brian Paul | 2003-03-25 | 1 | -4/+1 |
* | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | 2003-03-25 | 1 | -2/+6 |
* | fix for framebuffer width and height when window hasn't been realized. | Alan Hourihane | 2003-01-16 | 1 | -3/+9 |
* | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul | 2002-10-30 | 1 | -3/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul | 2002-10-14 | 1 | -2/+2 |
* | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 2002-10-11 | 1 | -5/+6 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -8/+12 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -4/+7 |
* | fix bug in index_mask() (bug 609837) | Brian Paul | 2002-09-23 | 1 | -1/+2 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -121/+101 |
* | put XSync in get_buffer_size(), plus clean-up | Brian Paul | 2002-06-19 | 1 | -6/+7 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -8/+6 |
* | don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance... | Brian Paul | 2002-03-19 | 1 | -3/+1 |
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -55/+58 |
* | silence gcc warnings (Marc La France) | Brian Paul | 2002-03-01 | 1 | -2/+4 |
* | use separate GC for SwapBuffers to avoid colormask problem | Brian Paul | 2002-02-15 | 1 | -3/+4 |
* | updated GL_VENDOR string | Brian Paul | 2002-02-14 | 1 | -4/+4 |
* | minor re-org | Brian Paul | 2001-09-12 | 1 | -1/+44 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -14/+5 |
* | Driver interface changes | Keith Whitwell | 2001-05-10 | 1 | -1/+3 |
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul | 2001-04-27 | 1 | -2/+2 |
* | More texture image changes. | Brian Paul | 2001-04-04 | 1 | -1/+3 |
* | another fix to clear_32bit_ximage() | Brian Paul | 2001-04-03 | 1 | -2/+1 |
* | clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima... | Brian Paul | 2001-04-03 | 1 | -8/+8 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -27/+41 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -2/+2 |
* | fixed mistake in alpha buffer clear test | Brian Paul | 2001-03-01 | 1 | -2/+2 |
* | added s/w alpha buffer clearing | Brian Paul | 2001-03-01 | 1 | -1/+8 |
* | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul | 2001-02-19 | 1 | -1/+6 |