summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul1-2/+4
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-6/+6
2004-12-02silence warningsAlan Hourihane1-4/+0
2004-12-02reverse some debug that slipped throughAlan Hourihane1-3/+0
2004-12-02Fix some warningsAlan Hourihane1-0/+3
2004-11-28fix missing width/height errorBrian Paul1-16/+17
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-0/+19
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul4-93/+65
2004-11-27new GetOverlayInfo() function to reduce code and silence warningsBrian Paul1-87/+58
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul5-256/+255
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-11-09do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul1-1/+53
2004-11-09Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul1-3/+3
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul1-8/+52
2004-10-12SWTC trick (disabled for now)Daniel Borca3-0/+31
2004-10-02added support for GL_ARB_draw_buffersBrian Paul4-12/+11
2004-09-23just some comments and formatting changesBrian Paul1-32/+36
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul1-5/+26
2004-07-23added support for MESA_GLX_FORCE_ALPHA env varBrian Paul1-0/+4
2004-05-29check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul1-2/+2
2004-04-30If we can't allocate the rowimage - bailAlan Hourihane1-0/+2
2004-04-26remove DitherValuesAlan Hourihane1-2/+0
2004-04-26bring over build fixes from stable branchAlan Hourihane1-0/+2
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul1-4/+8
2004-04-09fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul1-8/+2
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul5-11/+34
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-0/+12
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul7-76/+64
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca1-9/+14
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick4-63/+100
2004-02-08implement Fake_glXCreateWindow() to fix bug #890894Brian Paul1-2/+9
2004-02-04fix glXChooseFBConfig bug 890167Brian Paul1-4/+5
2004-02-02glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul1-3/+26
2004-01-23 Committing in .Jouk Jansen1-50/+50
2004-01-22 Committing in .Jouk Jansen1-49/+50
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul3-130/+65
2004-01-12Glide driver (windowed mode) fix for Voodoo2Daniel Borca1-2/+6
2004-01-07reindent the codeBrian Paul1-216/+218
2003-12-19DMesa: removed MGA2064W driverDaniel Borca1-3/+3
2003-12-12check swrast->NewState in Draw/CopyPixels functionsBrian Paul1-0/+9
2003-12-12fix visinfo typoBrian Paul1-1/+1
2003-12-12check for null dpy in Fake_glXGetConfig()Brian Paul1-0/+3
2003-12-05Fix a front/back CopyPixels glitch.Brian Paul1-2/+4
2003-12-04use _swrast_CopyPixels for XFree86Alan Hourihane1-2/+3
2003-12-04don't use new glDrawPixel routines in XserverBrian Paul1-8/+12
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul3-2/+16
2003-11-29Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() whenBrian Paul1-28/+172
2003-11-25silence a warningBrian Paul1-1/+2
2003-10-21prevent from optimizing out by some compilers (from XFree86 CVS)Alan Hourihane1-1/+1
2003-10-19Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul1-11/+0