summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-1/+22
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-0/+10
2017-06-22mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper functionMarek Olšák1-0/+11
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri1-2/+2
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-1/+1
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-09-19mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick1-12/+0
2011-09-19mesa: Remove support for GL_EXT_blend_logic_opIan Romanick1-2/+1
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-0/+39
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul1-6/+11
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-0/+3
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-10/+2
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-0/+6
2004-11-27clean up code related to dispatch table initializationBrian Paul1-6/+3
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-9/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-02-13More suport for t&l driversKeith Whitwell1-1/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-4/+4
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-4/+1
2000-08-21implemented new ImageTransferState bitmaskBrian Paul1-8/+10
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-1/+8
2000-02-02functions from context.cBrian Paul1-0/+44