index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
points.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: only check errors when the state change in glPointSize()
Samuel Pitoiset
2017-07-31
1
-10
/
+9
*
mesa: add KHR_no_error support to glPointSize()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add point_size() helper
Samuel Pitoiset
2017-07-31
1
-8
/
+15
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
mesa: Remove the now unused CoordsReplace array.
Mathias Fröhlich
2016-06-16
1
-5
/
+0
*
mesa: Add gl_point_attrib::CoordReplaceBits bitfield.
Mathias Fröhlich
2016-06-16
1
-0
/
+1
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
1
-1
/
+1
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-4
/
+4
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove DD_POINT_ATTEN flag
Brian Paul
2013-04-17
1
-5
/
+0
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-02-22
1
-1
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-2
/
+0
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-4
/
+0
*
mesa: Non-sprite points are deprecated
Ian Romanick
2012-08-29
1
-1
/
+13
*
mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN
Ian Romanick
2012-08-29
1
-5
/
+4
*
mesa: Require that drivers supporting point sprites support point parameters
Ian Romanick
2012-08-29
1
-60
/
+46
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS
Brian Paul
2010-02-03
1
-1
/
+1
*
mesa: Remove unnecessary header from points.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
Vinson Lee
2009-12-09
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
Vinson Lee
2009-12-09
1
-1
/
+4
*
Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors
Ian Romanick
2009-11-25
1
-1
/
+6
*
mesa: increase max texture image units and GLSL samplers to 16
Brian Paul
2008-12-31
1
-1
/
+1
*
mesa: fix a typo in the previous commit
Xiang, Haihao
2008-10-31
1
-1
/
+1
*
mesa: fix an issue in _mesa_PointParameterfv().
Xiang, Haihao
2008-10-30
1
-1
/
+1
*
mesa: allow for extra per-context init
Brian Paul
2008-09-21
1
-4
/
+0
*
mesa: set point state
Brian Paul
2008-09-21
1
-0
/
+4
*
mesa: remove EXT/NV suffixes from _mesa_PointParameter functions
Brian Paul
2008-09-21
1
-21
/
+8
*
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
2007-09-27
1
-0
/
+5
*
fix glPointParameteriv bug 11754
Jan Dvorak
2007-07-29
1
-3
/
+8
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-5
/
+0
*
XXX comment about point clamping
Brian
2007-06-28
1
-0
/
+1
*
Fix point attentuation problem (bug 11042)
Brian
2007-05-23
1
-6
/
+5
*
ctx->Point._Size fix
Rune Peterson
2007-02-10
1
-20
/
+7
*
Move all the code for computing ctx->_TriangleCaps into state.c.
Brian
2006-12-13
1
-12
/
+2
*
Fix a number of point size attenuation problems.
Brian Paul
2005-10-07
1
-42
/
+44
*
Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Brian Paul
2004-09-13
1
-6
/
+2
*
changes towards GL_ARB_point_sprite (two-zero)
Daniel Borca
2004-09-13
1
-0
/
+24
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-5
/
+5
*
Trivial changes to add support for GL_ARB_point_sprite, which is a
Ian Romanick
2003-08-23
1
-3
/
+7
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-2
/
+50
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
[next]