Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-01 | Remove NEW_RENDERBUFFER stuff. | Brian Paul | |
Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when all the drivers are updated to no longer need the SetBuffer() function. | |||
2005-06-26 | need parenthesis in realloc call | Brian Paul | |
2005-06-23 | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | |
span functions pass in a gl_renderbuffer to indicate which color buffer should be drawn into. Optimized line/triangle routines are smart enough to know which buffer to draw into as well. The swrast->SetBuffer() routine should eventually be removed from all drivers. | |||
2005-06-08 | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | |
2005-06-08 | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | |
2005-05-20 | Remove debug printfs | Keith Whitwell | |
2005-05-20 | Re-enable X11 optimized triangle funcs. | Keith Whitwell | |
2005-05-13 | Remove MAX_VISUAL limitations of 100. If running dual head this can | Alan Hourihane | |
be easily consumed. There are no limitations now and the VisualTable is realloced when necessary. | |||
2005-05-10 | Committing in . | Jouk Jansen | |
OpenVMS compile support update for new buffer-code Modified Files: Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/swrast/descrip.mms ---------------------------------------------------------------------- | |||
2005-05-09 | fix some typos in FX code | Daniel Borca | |
2005-05-06 | remove bad assertion, added new ones in clear_pixmap() | Brian Paul | |
2005-05-05 | remove some test code | Brian Paul | |
2005-05-04 | FBO changes | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-05-04 | don't call XTranslateCoordinates() if rendering to pixmap | Brian Paul | |
2005-04-20 | clean up buffer creation code | Brian Paul | |
2005-04-18 | comments and clean-up | Brian Paul | |
2005-04-12 | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | |
2005-04-06 | Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all | Brian Paul | |
fbconfigs to be returned. | |||
2005-04-04 | updated warning string to match patch in bug report 2868 | Brian Paul | |
2005-03-03 | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick | |
(XMesaDrawable)w)->depth in the error message. | |||
2005-03-01 | added stub functions for GLX_MESA_allocate_memory | Brian Paul | |
2005-02-23 | minor changes to aid debugging, and a new comment | Brian Paul | |
2005-02-18 | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul | |
2005-02-07 | improved warning message | Brian Paul | |
2005-01-17 | fix compilation error for fx/Mesa | Daniel Borca | |
2005-01-06 | In choose_visual() we need to know if we're being called from | Brian Paul | |
glXChooseVisual() or glXChooseFBConfig() so that we handle the GLX_DOUBLEBUFFER and GLX_STEREO tokens correctly. Added some new error checking in those functions too. | |||
2004-12-09 | check if using a PBuffer in clip_for_xgetimage() | Brian Paul | |
2004-12-03 | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | |
2004-12-02 | silence warnings | Alan Hourihane | |
2004-12-02 | reverse some debug that slipped through | Alan Hourihane | |
2004-12-02 | Fix some warnings | Alan Hourihane | |
2004-11-28 | fix missing width/height error | Brian Paul | |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | |
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions. | |||
2004-11-27 | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | |
the values in the contained GLframebuffer. Removed some other unneeded code. | |||
2004-11-27 | new GetOverlayInfo() function to reduce code and silence warnings | Brian Paul | |
2004-11-25 | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | |
avoid gcc 3.4 compiler warnings. Remove the unused/obsolete GLX_render_texture stuff. | |||
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | |
and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions. | |||
2004-11-09 | do clipping prior to XGetImage, just in case the image would extend beyond ↵ | Brian Paul | |
the screen's bounds | |||
2004-11-09 | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. | Brian Paul | |
2004-10-31 | Removed _swrast_validate_pbo_access(). | Brian Paul | |
In x11 driver, map/unmap PBO as needed in DrawPixels functions. | |||
2004-10-12 | SWTC trick (disabled for now) | Daniel Borca | |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul | |
2004-09-23 | just some comments and formatting changes | Brian Paul | |
2004-07-23 | new MESA_GLX_DEPTH_BITS env var | Brian Paul | |
2004-07-23 | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | |
2004-05-29 | check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376) | Brian Paul | |
2004-04-30 | If we can't allocate the rowimage - bail | Alan Hourihane | |
2004-04-26 | remove DitherValues | Alan Hourihane | |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |