summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-712/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-11/+11
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * sis: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-4/+4
|/
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-5/+10
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* In the last commit I added in a fatal error on unknown base formats so IEric Anholt2005-10-241-0/+14
* Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt2005-10-241-0/+30
* Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt2005-10-241-25/+14
* Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt2005-10-241-24/+27
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-1/+3
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-3/+3
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-71/+61
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+682