summaryrefslogtreecommitdiff
path: root/src/mesa/main/rastpos.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03mesa: Remove unused RasterIndex fieldIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-11-11mesa: update new state for RasterPos like other operations.Xiang, Haihao
2008-09-21mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell
2007-04-21specularColor.alpha should default to 1, not 0Brian
2007-03-08 remove a if-statementXiang, Haihao
2007-03-01fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in generalBrian
2006-11-02init SecondaryRasterColorBrian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27remove _glapi_add_entrypoint() calls, they're already in context.cBrian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul
2003-11-25current raster color index should be GLfloatBrian Paul
2003-11-25casts for g++Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-07-30replace assertion with conditionalBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-08add missing return in raster_pos4f()Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-05-27dispatch offsets for ARB_window_posBrian Paul
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2002-02-15finished up GL_ARB_window_posBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-07-05fixed segfault (NULL _ShineTable[0]) in shade_rastpos()Brian Paul
2001-06-26More raster fog coord fixes.Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-05-30added current raster fog coord and related codeBrian Paul
2001-05-01fix from JoukKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul