summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstate.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _mesa_get_tex_unit_err() and fix error handlingBrian Paul2015-10-011-18/+0
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* main: Remove comparison unsigned int >= 0.Laura Ekstrand2015-01-121-1/+0
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-081-2/+37
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-2/+2
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-311-0/+1
* mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul2009-08-131-4/+14
* mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul2008-09-211-29/+0
* mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul2008-09-211-18/+0
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-09-211-28/+0
* For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-231-0/+3
* Rework _mesa_update_texture_compare_function() to only be called duringBrian2007-06-111-5/+2
* Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick2007-06-071-0/+4
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-42/+2
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-32/+32
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+26
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* added _mesa_print_texunit_state() for debuggingBrian Paul2002-12-051-2/+5
* Port glXCopyContext bug from 4.0 branch.Brian Paul2002-06-171-3/+7
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+39
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+1
* Overhaul of texture image handling.Brian Paul2001-02-061-8/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-16/+1
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-3/+1
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-29/+65
* Initial revisionjtg1999-08-191-0/+112