summaryrefslogtreecommitdiff
path: root/src/mesa/main/rastpos.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-1/+1
2016-06-16mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-11/+10
2016-06-16mesa: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich1-3/+6
2015-10-22mesa: copy rasterpos evaluation code into core MesaBrian Paul1-0/+441
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-2/+2
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-2/+3
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-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-2/+2
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-16/+16
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-56/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-48/+48
2012-09-15mesa: remove FEATURE_rastpos define.Oliver McFadden1-6/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-03-03mesa: Remove unused RasterIndex fieldIan Romanick1-1/+0
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick1-22/+16
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul1-1/+2
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu1-50/+112
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-1/+1
2008-11-11mesa: update new state for RasterPos like other operations.Xiang, Haihao1-3/+3
2008-09-21mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul1-1/+1
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell1-529/+36
2007-04-21specularColor.alpha should default to 1, not 0Brian1-1/+1
2007-03-08 remove a if-statementXiang, Haihao1-2/+1
2007-03-01fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in generalBrian1-33/+31
2006-11-02init SecondaryRasterColorBrian Paul1-0/+1
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-2/+4
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+1
2004-11-27remove _glapi_add_entrypoint() calls, they're already in context.cBrian Paul1-25/+1
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-1/+1
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul1-63/+183
2003-11-25current raster color index should be GLfloatBrian Paul1-5/+5
2003-11-25casts for g++Brian Paul1-2/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-48/+48
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-1/+1
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell1-12/+13
2003-07-30replace assertion with conditionalBrian Paul1-2/+1
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-17/+123
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-88/+100
2003-04-08add missing return in raster_pos4f()Brian Paul1-3/+3
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-6/+5
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-05-27dispatch offsets for ARB_window_posBrian Paul1-82/+1