summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian
2007-06-11Rework _mesa_update_texture_compare_function() to only be called duringBrian
2007-06-07Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-06Overhaul of texture image handling.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg