summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_span.c
Commit message (Expand)AuthorAgeFilesLines
* dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-11/+10
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+5
* screen offset changes, bug 9965Miguel Marte2007-03-181-2/+2
* Implement GLX_SGI_make_current_readIan Romanick2006-11-101-6/+4
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-1/+1
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-4/+2
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-121/+31
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-37/+8
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+60
* merge unichrome changes from branchKeith Whitwell2005-03-221-18/+16
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-4/+4
* Populate WriteMonoDepthSpan in 24/8 modes.Keith Whitwell2005-01-141-0/+1
* Use the faster span read/write template for 16bppAlan Hourihane2005-01-121-61/+22
* make alloc-dma functions inline, rearrange some debugKeith Whitwell2005-01-051-4/+0
* Initialize depth pointer correctly.Keith Whitwell2004-12-301-1/+1
* Don't need to adjust for drawXoff in fallback clipping.Keith Whitwell2004-12-301-4/+4
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-65/+38
* Make line stipple a fallback.Keith Whitwell2004-12-291-3/+2
* Large updateKeith Whitwell2004-12-291-0/+1
* Remove dead code.Keith Whitwell2004-12-221-118/+92
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-8/+0
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-45/+8
* fix _DrawDestMask[0][0] typosBrian Paul2004-10-021-2/+2
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* updates from Erdi ChenBrian Paul2004-02-231-11/+5
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+410