summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810span.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-5/+5
| | | | Makefile.template
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+2
|
* Use InitPointers helperBrian Paul2005-09-041-10/+3
|
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-67/+9
|
* remove common macros used in the span functions of most drivers from the ↵Roland Scheidegger2005-07-011-31/+0
| | | | 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.
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+51
| | | | | | | 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 spanAlan Hourihane2005-01-201-2/+2
| | | | values.
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-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.
* back port span changes from i810, these have been in my tree for a while seemDave Airlie2004-03-101-10/+23
| | | | fine ..
* add the i810 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+170
(build tested, but not physically tested)