summaryrefslogtreecommitdiff
path: root/src/mesa/main/points.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20mesa: update some old-style (K&R?) function pointer callsBrian Paul1-1/+1
2015-07-29mesa: Avoid double promotion.Matt Turner1-4/+4
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-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-04-17mesa: remove DD_POINT_ATTEN flagBrian Paul1-5/+0
2013-02-22mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt1-1/+2
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-2/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-4/+0
2012-08-29mesa: Non-sprite points are deprecatedIan Romanick1-1/+13
2012-08-29mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapperIan Romanick1-1/+1
2012-08-29mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGINIan Romanick1-5/+4
2012-08-29mesa: Require that drivers supporting point sprites support point parametersIan Romanick1-60/+46
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul1-1/+1
2010-01-18mesa: Remove unnecessary header from points.c.Vinson Lee1-1/+0
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee1-1/+4
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick1-1/+6
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-1/+1
2008-10-31mesa: fix a typo in the previous commitXiang, Haihao1-1/+1
2008-10-30mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao1-1/+1
2008-09-21mesa: allow for extra per-context initBrian Paul1-4/+0
2008-09-21mesa: set point stateBrian Paul1-0/+4
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul1-21/+8
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian1-0/+5
2007-07-29fix glPointParameteriv bug 11754Jan Dvorak1-3/+8
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-5/+0
2007-06-28XXX comment about point clampingBrian1-0/+1
2007-05-23Fix point attentuation problem (bug 11042)Brian1-6/+5
2007-02-10ctx->Point._Size fixRune Peterson1-20/+7
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian1-12/+2
2005-10-07Fix a number of point size attenuation problems.Brian Paul1-42/+44
2004-09-13Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul1-6/+2
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca1-0/+24
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-5/+5
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick1-3/+7
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-2/+50
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul1-26/+93
2002-04-02GL_ARB_point_parameters supportBrian Paul1-7/+19
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell1-2/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+5
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-6/+6