summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul1-4/+14
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul1-29/+0
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul1-18/+0
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul1-28/+0
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian1-0/+3
2007-06-11Rework _mesa_update_texture_compare_function() to only be called duringBrian1-5/+2
2007-06-07Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick1-0/+4
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-42/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-32/+32
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+26
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul1-2/+5
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul1-3/+7
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-1/+39
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+1
2001-02-06Overhaul of texture image handling.Brian Paul1-8/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-16/+1
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-3/+1
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-29/+65
1999-08-19Initial revisionjtg1-0/+112