| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up buffer creation code | Brian Paul | 2005-04-20 | 1 | -106/+75 |
* | comments and clean-up | Brian Paul | 2005-04-18 | 1 | -25/+27 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 5 | -3/+419 |
* | Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all | Brian Paul | 2005-04-06 | 1 | -22/+29 |
* | updated warning string to match patch in bug report 2868 | Brian Paul | 2005-04-04 | 1 | -2/+4 |
* | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick | 2005-03-03 | 1 | -1/+4 |
* | added stub functions for GLX_MESA_allocate_memory | Brian Paul | 2005-03-01 | 1 | -4/+34 |
* | minor changes to aid debugging, and a new comment | Brian Paul | 2005-02-23 | 1 | -3/+11 |
* | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul | 2005-02-18 | 1 | -2/+3 |
* | improved warning message | Brian Paul | 2005-02-07 | 1 | -1/+1 |
* | fix compilation error for fx/Mesa | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
* | In choose_visual() we need to know if we're being called from | Brian Paul | 2005-01-06 | 1 | -12/+38 |
* | check if using a PBuffer in clip_for_xgetimage() | Brian Paul | 2004-12-09 | 1 | -2/+4 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -6/+6 |
* | silence warnings | Alan Hourihane | 2004-12-02 | 1 | -4/+0 |
* | reverse some debug that slipped through | Alan Hourihane | 2004-12-02 | 1 | -3/+0 |
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -0/+3 |
* | fix missing width/height error | Brian Paul | 2004-11-28 | 1 | -16/+17 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -0/+19 |
* | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | 2004-11-27 | 4 | -93/+65 |
* | new GetOverlayInfo() function to reduce code and silence warnings | Brian Paul | 2004-11-27 | 1 | -87/+58 |
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 5 | -256/+255 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | do clipping prior to XGetImage, just in case the image would extend beyond th... | Brian Paul | 2004-11-09 | 1 | -1/+53 |
* | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. | Brian Paul | 2004-11-09 | 1 | -3/+3 |
* | Removed _swrast_validate_pbo_access(). | Brian Paul | 2004-10-31 | 1 | -8/+52 |
* | SWTC trick (disabled for now) | Daniel Borca | 2004-10-12 | 3 | -0/+31 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 4 | -12/+11 |
* | just some comments and formatting changes | Brian Paul | 2004-09-23 | 1 | -32/+36 |
* | new MESA_GLX_DEPTH_BITS env var | Brian Paul | 2004-07-23 | 1 | -5/+26 |
* | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | 2004-07-23 | 1 | -0/+4 |
* | check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376) | Brian Paul | 2004-05-29 | 1 | -2/+2 |
* | If we can't allocate the rowimage - bail | Alan Hourihane | 2004-04-30 | 1 | -0/+2 |
* | remove DitherValues | Alan Hourihane | 2004-04-26 | 1 | -2/+0 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -0/+2 |
* | check return values of _swrast_CreateContext, etc | Brian Paul | 2004-04-21 | 1 | -4/+8 |
* | fix max buffer size test (Kyle Bateman, bug 912828) | Brian Paul | 2004-04-09 | 1 | -8/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 5 | -11/+34 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -0/+12 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 7 | -76/+64 |
* | workaround for crash-upon-exit in verbose mode | Daniel Borca | 2004-03-02 | 1 | -9/+14 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 4 | -63/+100 |
* | implement Fake_glXCreateWindow() to fix bug #890894 | Brian Paul | 2004-02-08 | 1 | -2/+9 |
* | fix glXChooseFBConfig bug 890167 | Brian Paul | 2004-02-04 | 1 | -4/+5 |
* | glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option | Brian Paul | 2004-02-02 | 1 | -3/+26 |
* | Committing in . | Jouk Jansen | 2004-01-23 | 1 | -50/+50 |
* | Committing in . | Jouk Jansen | 2004-01-22 | 1 | -49/+50 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 3 | -130/+65 |
* | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca | 2004-01-12 | 1 | -2/+6 |
* | reindent the code | Brian Paul | 2004-01-07 | 1 | -216/+218 |