summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_state.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-3/+0
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-7/+2
* add special case for flat shaded + separate specular trianglesKeith Whitwell2005-05-251-1/+0
* Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell2005-05-251-54/+55
* Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell2005-04-141-6/+6
* merge unichrome changes from branchKeith Whitwell2005-03-221-337/+256
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-5/+20
* Enable line stippling.Alan Hourihane2005-01-141-4/+4
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-16/+0
* Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane2005-01-141-30/+8
* Remove misleading comment.Keith Whitwell2005-01-131-2/+0
* Emit constant colors for texunit 1 blending.Keith Whitwell2005-01-131-1/+4
* cut out dead texture state codeKeith Whitwell2005-01-131-11/+0
* Fix glean scissor testAlan Hourihane2005-01-131-2/+4
* As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane2005-01-131-5/+7
* Don't special-case 16bpp for colormask register - not needed.Keith Whitwell2005-01-121-12/+4
* Add flag to clear texture caches after texture upload.Keith Whitwell2005-01-121-34/+16
* Fix multitexturing.Alan Hourihane2005-01-121-11/+14
* fix a typoAlan Hourihane2005-01-111-1/+1
* Fix the calculation of the alpha reference value which negates theAlan Hourihane2005-01-111-1/+5
* uncommentAlan Hourihane2005-01-111-2/+0
* Fix ColorMaskAlan Hourihane2005-01-111-2/+14
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-1/+16
* fallback on polygon.stippleflag (thanks Keith)Alan Hourihane2005-01-111-1/+1
* Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane2005-01-101-4/+39
* Avoid a segfault in multiarb.cKeith Whitwell2005-01-051-3/+4
* Turn specular lighting state on/off appropriately.Keith Whitwell2005-01-041-0/+5
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-35/+2
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-301-1/+16
* Simplify viaBlit a bit more.Keith Whitwell2004-12-301-3/+25
* fix regression with fallbacks from recent commitsKeith Whitwell2004-12-301-4/+2
* Fix MagFilter state for texunit 0Keith Whitwell2004-12-301-11/+17
* 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