summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2005-04-06Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul
2005-04-04updated warning string to match patch in bug report 2868Brian Paul
2005-03-03When building in the X-Server, attr.depth doesn't exist. Instead, useIan Romanick
2005-03-01added stub functions for GLX_MESA_allocate_memoryBrian Paul
2005-02-23minor changes to aid debugging, and a new commentBrian Paul
2005-02-18XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul
2005-02-07improved warning messageBrian Paul
2005-01-17fix compilation error for fx/MesaDaniel Borca
2005-01-06In choose_visual() we need to know if we're being called fromBrian Paul
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-12-02silence warningsAlan Hourihane
2004-12-02reverse some debug that slipped throughAlan Hourihane
2004-12-02Fix some warningsAlan Hourihane
2004-11-28fix missing width/height errorBrian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-11-27new GetOverlayInfo() function to reduce code and silence warningsBrian Paul
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-09do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul
2004-11-09Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul
2004-10-12SWTC trick (disabled for now)Daniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-23just some comments and formatting changesBrian Paul
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul
2004-07-23added support for MESA_GLX_FORCE_ALPHA env varBrian Paul
2004-05-29check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul
2004-04-30If we can't allocate the rowimage - bailAlan Hourihane
2004-04-26remove DitherValuesAlan Hourihane
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-04-09fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
2004-02-08implement Fake_glXCreateWindow() to fix bug #890894Brian Paul
2004-02-04fix glXChooseFBConfig bug 890167Brian Paul
2004-02-02glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul
2004-01-23 Committing in .Jouk Jansen
2004-01-22 Committing in .Jouk Jansen
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-12Glide driver (windowed mode) fix for Voodoo2Daniel Borca
2004-01-07reindent the codeBrian Paul
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-12check swrast->NewState in Draw/CopyPixels functionsBrian Paul