aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-291-4/+4
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-10/+10
* Make line stipple a fallback.Keith Whitwell2004-12-291-14/+2
* Large updateKeith Whitwell2004-12-291-27/+491
* Chop out more dead code.Keith Whitwell2004-12-231-296/+25
* Remove dead code.Keith Whitwell2004-12-221-53/+95
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-66/+10
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* fix recursion problem introduced on Nov 27Brian Paul2004-12-121-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* Cut out all of the old texture environment code and rewrote it fromIan Romanick2004-10-021-4759/+4
* Replace the numerous switch-statements to derive GL_COMBINE post-scaleIan Romanick2004-10-011-419/+208
* Factored out code for setting texture coordinate wrap bits. Added supportIan Romanick2004-09-301-21/+44
* updates from Erdi ChenBrian Paul2004-02-231-139/+137
* Minor fixes for recent Mesa 6.1 changesBrian Paul2004-01-301-5/+9
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+6376