summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* improved warning messageBrian Paul2005-02-071-1/+1
* fix compilation error for fx/MesaDaniel Borca2005-01-171-1/+1
* In choose_visual() we need to know if we're being called fromBrian Paul2005-01-061-12/+38
* check if using a PBuffer in clip_for_xgetimage()Brian Paul2004-12-091-2/+4
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-6/+6
* silence warningsAlan Hourihane2004-12-021-4/+0
* reverse some debug that slipped throughAlan Hourihane2004-12-021-3/+0
* Fix some warningsAlan Hourihane2004-12-021-0/+3
* fix missing width/height errorBrian Paul2004-11-281-16/+17
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+19
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-274-93/+65
* new GetOverlayInfo() function to reduce code and silence warningsBrian Paul2004-11-271-87/+58
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-255-256/+255
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul2004-11-091-1/+53
* Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul2004-11-091-3/+3
* Removed _swrast_validate_pbo_access().Brian Paul2004-10-311-8/+52
* SWTC trick (disabled for now)Daniel Borca2004-10-123-0/+31
* added support for GL_ARB_draw_buffersBrian Paul2004-10-024-12/+11
* just some comments and formatting changesBrian Paul2004-09-231-32/+36
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-5/+26
* added support for MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+4
* check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul2004-05-291-2/+2
* If we can't allocate the rowimage - bailAlan Hourihane2004-04-301-0/+2
* remove DitherValuesAlan Hourihane2004-04-261-2/+0
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+2
* check return values of _swrast_CreateContext, etcBrian Paul2004-04-211-4/+8
* 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