summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2005-08-25fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul
2005-08-22added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul
2005-08-09actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory...Brian Paul
2005-08-09_mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-22 ----------------------------------------------------------------------Jouk Jansen
2005-07-19include driverfuncs.hBrian Paul
2005-07-16XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-06-26need parenthesis in realloc callBrian Paul
2005-06-23Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul
2005-06-08fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul
2005-06-08check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul
2005-05-20Remove debug printfsKeith Whitwell
2005-05-20Re-enable X11 optimized triangle funcs.Keith Whitwell
2005-05-13Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane
2005-05-10 Committing in .Jouk Jansen
2005-05-09fix some typos in FX codeDaniel Borca
2005-05-06remove bad assertion, added new ones in clear_pixmap()Brian Paul
2005-05-05remove some test codeBrian Paul
2005-05-04FBO changesBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04don't call XTranslateCoordinates() if rendering to pixmapBrian Paul
2005-04-20clean up buffer creation codeBrian Paul
2005-04-18comments and clean-upBrian Paul
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