summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/viewport.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-221-0/+6
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich2015-04-051-3/+0
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-241-0/+3
* mesa: Refactor viewport transform computation.Mathias Fröhlich2014-10-241-0/+3
* mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+14
* mesa: Change parameter to _mesa_set_viewport to floatIan Romanick2014-01-201-2/+2
* mesa: Refactor depth range setting even moreIan Romanick2014-01-201-0/+3
* mesa: Add an index parameter to _mesa_set_viewportIan Romanick2014-01-201-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: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-01-141-0/+3
* mesa: Clean up header file inclusion in viewport.h.Vinson Lee2010-12-071-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: Add missing headers to viewport.h.Vinson Lee2010-07-291-0/+2
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+52