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
/
polygon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: drop GL_EXT_polygon_offset support
Timothy Arceri
2018-05-18
1
-8
/
+0
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-6
/
+3
*
mesa: add KHR_no_error support to glPolygonMode()
Samuel Pitoiset
2017-08-02
1
-0
/
+8
*
mesa: add polygon_mode() helper
Samuel Pitoiset
2017-08-02
1
-19
/
+28
*
mesa: only check errors when the state change in glCullFace()
Samuel Pitoiset
2017-07-31
1
-9
/
+10
*
mesa: add KHR_no_error support for glFrontFace()
Samuel Pitoiset
2017-06-28
1
-0
/
+8
*
mesa: add front_face() helper
Samuel Pitoiset
2017-06-28
1
-10
/
+17
*
mesa: add KHR_no_error support for glCullFace()
Samuel Pitoiset
2017-06-28
1
-0
/
+8
*
mesa: add cull_face() helper
Samuel Pitoiset
2017-06-28
1
-13
/
+20
*
mesa: don't flag _NEW_POLYGON_STIPPLE for st/mesa
Marek Olšák
2017-06-22
1
-1
/
+3
*
mesa: don't flag _NEW_POLYGON for st/mesa
Marek Olšák
2017-06-22
1
-6
/
+12
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-1
/
+0
*
mesa: Add support for GL_NV_fill_rectangle
Lyude
2017-03-31
1
-2
/
+11
*
mesa: Fix trailing whitespace in polygon.c
Lyude
2017-03-30
1
-3
/
+3
*
mesa: Fix gross indenting in _mesa_PolygonMode()
Lyude
2017-03-30
1
-5
/
+4
*
mesa: move check for no-op glFrontFace call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-10
/
+30
*
glapi: add GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+6
*
mesa: inline/remove _mesa_polygon_stipple()
Brian Paul
2014-12-01
1
-28
/
+10
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
1
-2
/
+0
*
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_TRI_UNFILLED flag
Brian Paul
2013-04-17
1
-5
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-6
/
+0
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-3
/
+0
*
mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context
Ian Romanick
2012-08-29
1
-0
/
+8
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-4
/
+12
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-1
/
+1
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
1
-1
/
+1
*
mesa: Remove unnecessary header from polygon.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa: use new combined PBO validate/map helpers
Brian Paul
2009-09-03
1
-28
/
+10
*
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
2009-09-03
1
-47
/
+30
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-2
/
+2
*
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
2007-09-27
1
-0
/
+5
*
put back missing Driver.PolygonMode call (bug 9578)
Roland Scheidegger
2007-01-09
1
-0
/
+3
*
Move all the code for computing ctx->_TriangleCaps into state.c.
Brian
2006-12-13
1
-36
/
+2
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-1
/
+2
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-2
/
+2
*
glPolygonStipple() and glGetPolygonStipple() updated for PBOs.
Brian Paul
2004-10-31
1
-7
/
+85
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-7
/
+7
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-4
/
+104
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Header file clean-up:
Brian Paul
2002-10-24
1
-7
/
+2
*
removed unused ctx->Polygon.OffsetMRD
Brian Paul
2002-10-02
1
-4
/
+3
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-7
/
+7
[next]