Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -1/+1 |
| | | | | Makefile.template | ||||
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -0/+6 |
| | |||||
* | Get DRI drawable from framebuffer object. | Ian Romanick | 2006-10-30 | 1 | -2/+2 |
| | | | | | | | | | | In the software rasterization fallbacks, get the __DRIdrawablePrivate pointer from the driRenderbuffer that is passed in. This eliminates the need for the mesa_drawable pointer in MGA context structure. This partially fixes bug #8799. wincopy no longer produces a black window for the destination window, but it does produce incorrect results if the destination window is resized. | ||||
* | make some funcs static | Brian Paul | 2005-09-14 | 1 | -2/+4 |
| | |||||
* | minor clean-ups | Brian Paul | 2005-09-04 | 1 | -2/+1 |
| | |||||
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -108/+18 |
| | |||||
* | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | 2005-07-01 | 1 | -23/+3 |
| | | | | individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. | ||||
* | Pull hardware locking out into SpanRenderStart/Finish rather than | Eric Anholt | 2005-05-30 | 1 | -10/+20 |
| | | | | | | HW_LOCK/UNLOCK. Provides a 61% performance improvement in no_rast=true quake3 (n=2, 320x240, 16bpp, p4 1ghz), and a factor of 3 improvement in no_rast glxgears. | ||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -3/+56 |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | ||||
* | Enclose passed macro values in brackets to ensure correct read/write span | Alan Hourihane | 2005-01-20 | 1 | -7/+7 |
| | | | | values. | ||||
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -1/+0 |
| | |||||
* | Convert MGA driver to use new spantmp2.h interface. | Ian Romanick | 2004-10-15 | 1 | -70/+27 |
| | |||||
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -2/+2 |
| | | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | ||||
* | bring over latest mga DRI driver from DRI trunk | Alan Hourihane | 2003-12-05 | 1 | -15/+17 |
| | |||||
* | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | 2003-08-22 | 1 | -2/+29 |
| | |||||
* | mga driver, brought over by Jon Smirl | Keith Whitwell | 2003-08-06 | 1 | -0/+284 |