Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-04-21 | check return values of _swrast_CreateContext, etc | Brian Paul | |
2004-04-09 | fix max buffer size test (Kyle Bateman, bug 912828) | Brian Paul | |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | |
Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet. | |||
2004-03-04 | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | |
2004-03-02 | workaround for crash-upon-exit in verbose mode | Daniel Borca | |
fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers | |||
2004-02-19 | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | |
fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server. | |||
2004-02-08 | implement Fake_glXCreateWindow() to fix bug #890894 | Brian Paul | |
2004-02-04 | fix glXChooseFBConfig bug 890167 | Brian Paul | |
2004-02-02 | glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option | Brian Paul | |
2004-01-23 | Committing in . | Jouk Jansen | |
Trying to remove the <CR> at the end of each line. Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms ---------------------------------------------------------------------- | |||
2004-01-22 | Committing in . | Jouk Jansen | |
Updated OpenVMS compile support Modified Files: Mesa/Makefile.X11 Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Added Files: Mesa/src/mesa/drivers/common/descrip.mms ---------------------------------------------------------------------- | |||
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | |
by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future. | |||
2004-01-12 | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca | |
2004-01-07 | reindent the code | Brian Paul | |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca | |
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | |||
2003-12-12 | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | |
2003-12-12 | fix visinfo typo | Brian Paul | |
2003-12-12 | check for null dpy in Fake_glXGetConfig() | Brian Paul | |
2003-12-05 | Fix a front/back CopyPixels glitch. | Brian Paul | |
2003-12-04 | use _swrast_CopyPixels for XFree86 | Alan Hourihane | |
2003-12-04 | don't use new glDrawPixel routines in Xserver | Brian Paul | |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | |
2003-11-29 | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul | |
possible (when pixel formats match and drawing to front buffer with no raster operations). Results in 10-100x speed-up when applicable. | |||
2003-11-25 | silence a warning | Brian Paul | |
2003-10-21 | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | |
bufferobj.c so all the drivers don't have to worry about them. | |||
2003-10-15 | initialize GetBufferSubData pointer | Brian Paul | |