summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_texstate.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-712/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-11/+11
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23sis: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-4/+4
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-5/+10
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-6/+6
2005-10-24In the last commit I added in a fatal error on unknown base formats so IEric Anholt1-0/+14
2005-10-24Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt1-0/+30
2005-10-24Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt1-25/+14
2005-10-24Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt1-24/+27
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt1-1/+3
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-3/+3
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane1-71/+61
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane1-0/+682