summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/points.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* mesa: Remove the now unused CoordsReplace array.Mathias Fröhlich2016-06-161-5/+0
* mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich2016-06-161-0/+1
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-201-1/+1
* mesa: Avoid double promotion.Matt Turner2015-07-291-4/+4
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* 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
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-171-5/+0
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-221-1/+2
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-2/+0
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-4/+0
* mesa: Non-sprite points are deprecatedIan Romanick2012-08-291-1/+13
* mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-1/+1
* mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGINIan Romanick2012-08-291-5/+4
* mesa: Require that drivers supporting point sprites support point parametersIan Romanick2012-08-291-60/+46
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul2010-02-031-1/+1
* mesa: Remove unnecessary header from points.c.Vinson Lee2010-01-181-1/+0
* mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee2009-12-091-2/+4
* mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee2009-12-091-1/+4
* Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick2009-11-251-1/+6
* mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-311-1/+1
* mesa: fix a typo in the previous commitXiang, Haihao2008-10-311-1/+1
* mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao2008-10-301-1/+1
* mesa: allow for extra per-context initBrian Paul2008-09-211-4/+0
* mesa: set point stateBrian Paul2008-09-211-0/+4
* mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul2008-09-211-21/+8
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+5
* fix glPointParameteriv bug 11754Jan Dvorak2007-07-291-3/+8
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-5/+0
* XXX comment about point clampingBrian2007-06-281-0/+1
* Fix point attentuation problem (bug 11042)Brian2007-05-231-6/+5
* ctx->Point._Size fixRune Peterson2007-02-101-20/+7
* Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-12/+2
* Fix a number of point size attenuation problems.Brian Paul2005-10-071-42/+44
* Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul2004-09-131-6/+2
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-131-0/+24
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick2003-08-231-3/+7
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-2/+50
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-5/+1
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-26/+93
* GL_ARB_point_parameters supportBrian Paul2002-04-021-7/+19