summaryrefslogtreecommitdiff
path: root/src/mesa/main/viewport.c
AgeCommit message (Expand)AuthorFilesLines
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-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-2/+3
2011-01-14mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt1-1/+5
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2009-08-13mesa: short-circuit no-change in _mesa_DepthRange()Brian Paul1-0/+4
2009-06-16mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul1-2/+2
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+176