summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul2004-04-091-8/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-215-11/+34
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+12
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-047-76/+64
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-021-9/+14
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-194-63/+100
* implement Fake_glXCreateWindow() to fix bug #890894Brian Paul2004-02-081-2/+9
* fix glXChooseFBConfig bug 890167Brian Paul2004-02-041-4/+5
* glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul2004-02-021-3/+26
* Committing in .Jouk Jansen2004-01-231-50/+50
* Committing in .Jouk Jansen2004-01-221-49/+50
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-203-130/+65
* Glide driver (windowed mode) fix for Voodoo2Daniel Borca2004-01-121-2/+6
* reindent the codeBrian Paul2004-01-071-216/+218
* DMesa: removed MGA2064W driverDaniel Borca2003-12-191-3/+3
* check swrast->NewState in Draw/CopyPixels functionsBrian Paul2003-12-121-0/+9
* fix visinfo typoBrian Paul2003-12-121-1/+1
* check for null dpy in Fake_glXGetConfig()Brian Paul2003-12-121-0/+3
* Fix a front/back CopyPixels glitch.Brian Paul2003-12-051-2/+4
* use _swrast_CopyPixels for XFree86Alan Hourihane2003-12-041-2/+3
* don't use new glDrawPixel routines in XserverBrian Paul2003-12-041-8/+12
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-043-2/+16
* Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() whenBrian Paul2003-11-291-28/+172
* silence a warningBrian Paul2003-11-251-1/+2
* prevent from optimizing out by some compilers (from XFree86 CVS)Alan Hourihane2003-10-211-1/+1
* Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul2003-10-191-11/+0
* initialize GetBufferSubData pointerBrian Paul2003-10-151-0/+1
* glide driver (wip)Daniel Borca2003-10-132-6/+6
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-30/+28
* added call to _mesa_enable_1_5_extensions()Brian Paul2003-09-171-0/+1
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-3/+9
* Committing in .Jouk Jansen2003-07-021-0/+9
* Committing in .Jouk Jansen2003-06-171-0/+40
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0510-10/+0
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-3/+2
* use INDEX8_SPAN_ARGSBrian Paul2003-04-211-9/+3
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-3/+35
* fix double-memory free in XMesaDestroyContextBrian Paul2003-04-021-6/+3
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-017-264/+279
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-1/+4
* fixed ColorMask problem for front-buffer renderingBrian Paul2003-03-271-4/+5
* remove some unfinished code accidently checked inBrian Paul2003-03-251-4/+1
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-2/+6
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-014-8/+4
* fix-up pixel_format enum stuffBrian Paul2003-02-251-23/+24
* casts to silence g++ warningsBrian Paul2003-02-251-5/+5
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-175-121/+123
* renamed dither-related preprocessor symbols (bug 536406)Brian Paul2003-01-242-51/+46
* fix for framebuffer width and height when window hasn't been realized.Alan Hourihane2003-01-161-3/+9