Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2006-11-10 | Bump driver date. | Ian Romanick | |
2006-11-10 | Enable GLX_SGI_make_current_read. | Ian Romanick | |
Eliminate use of deprecated GetBufferSize interface. Keep framebuffer state associated with the read-drawable and the draw-drawable up to date. Tested with progs/demos/wincopy. | |||
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | |
This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that. | |||
2005-09-22 | Enable GL_ARB_texture_mirrored_repeat on Savage4. Refactor the code that | Ian Romanick | |
sets the texture wrap mode and texture filter mode for Savage4 to the new functions savage4_set_wrap_mode and savage4_set_filter_mode. This was tested with texwrap and tunnel. | |||
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-01 | Bumped the Savage driver date (a bit late) to mark S3TC support. | Felix Kuehling | |
2005-04-24 | Software fallback for glColorMask. Can be avoided on Savage4 when all | Felix Kuehling | |
channels are masked (disable draw update). Bumped driver date to reflect recent correctness fixes. The driver now passes all glean tests except exactRGBA on both Savage4 and Savage3D-based cards. | |||
2005-03-06 | - Fixed two bugs related to DMA buffer handling that showed up with the | Felix Kuehling | |
new DRM version 2.4 and command DMA. - Flush less. - Bumped the driver date. | |||
2005-01-20 | * Added options for disabling the fast path (render stage) and vertex DMA | Felix Kuehling | |
* Fixed disabling of the render stage * Added debug output for per-primitive fallbacks * Bumped driver date | |||
2005-01-10 | Fixes to cope with the lack of AGP textures. This is all that's needed | Felix Kuehling | |
to support PCI Savages on the Mesa side. Bumped driver date. | |||
2005-01-01 | Removed all direct hardware access (MMIO, BCI) from the Savage DRI | Felix Kuehling | |
driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS. | |||
2004-10-08 | Apply Eric's stencil wrap patch (Eric Anholt) | Alex Deucher | |
2004-02-26 | Converted vertex setup to use t_vertex.[ch]. | Felix Kuehling | |
2004-02-22 | Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS | Felix Kuehling | |
with modifications to make it work with current Mesa 6. |