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: 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
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-9
/
+9
*
Add PolygonOffset driver callback.
Gareth Hughes
2001-03-22
1
-1
/
+4
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-9
/
+9
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-4
/
+4
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-30
/
+47
*
Committing in .
Jouk Jansen
2000-11-22
1
-8
/
+8
*
- Changes for new software rasterizer modules
Keith Whitwell
2000-11-05
1
-5
/
+5
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-7
/
+6
*
polygon offset changes; added Visual->MRD field
Brian Paul
2000-10-21
1
-1
/
+2
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-3
/
+3
*
removed old comment
Brian Paul
2000-03-13
1
-5
/
+2
[next]