summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-191-12/+0
* mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-191-2/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-0/+39
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-101-6/+11
* mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-071-1/+1
* mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-031-0/+3
* mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-06-091-10/+2
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-0/+6
* clean up code related to dispatch table initializationBrian Paul2004-11-271-6/+3
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-9/+4
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* More suport for t&l driversKeith Whitwell2002-02-131-1/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Committing in .Jouk Jansen2000-11-221-6/+6
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-4/+1
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-8/+10
* changed allocation/initialization of API dispatch tablesBrian Paul2000-05-241-1/+8
* functions from context.cBrian Paul2000-02-021-0/+44