| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add KHR_no_error support to glDepthRangeArrayv | Samuel Pitoiset | 2017-07-31 | 1 | -0/+4 |
* | mesa: add KHR_no_error support for glDepthRangeIndexed() | Samuel Pitoiset | 2017-06-28 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for glViewport() | Samuel Pitoiset | 2017-06-23 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for glViewportArrayv() | Samuel Pitoiset | 2017-06-23 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for glViewportIndexed*() | Samuel Pitoiset | 2017-06-23 | 1 | -0/+7 |
* | mesa: add KHR_no_error support for glClipControl() | Samuel Pitoiset | 2017-06-23 | 1 | -0/+3 |
* | mesa: add new entrypoints for GL_OES_viewport_array | Ilia Mirkin | 2016-09-22 | 1 | -0/+6 |
* | mesa: Use floats for viewport bounds. | Matt Turner | 2015-07-29 | 1 | -1/+1 |
* | mesa: Remove the _WindowMap from gl_viewport_attrib. | Mathias Froehlich | 2015-04-05 | 1 | -3/+0 |
* | mesa: Implement ARB_clip_control. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+3 |
* | mesa: Refactor viewport transform computation. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+3 |
* | mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_array | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -0/+14 |
* | mesa: Change parameter to _mesa_set_viewport to float | Ian Romanick | 2014-01-20 | 1 | -2/+2 |
* | mesa: Refactor depth range setting even more | Ian Romanick | 2014-01-20 | 1 | -0/+3 |
* | mesa: Add an index parameter to _mesa_set_viewport | Ian Romanick | 2014-01-20 | 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: Add support for glDepthRangef and glClearDepthf. | Eric Anholt | 2011-01-14 | 1 | -0/+3 |
* | mesa: Clean up header file inclusion in viewport.h. | Vinson Lee | 2010-12-07 | 1 | -1/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: Add missing headers to viewport.h. | Vinson Lee | 2010-07-29 | 1 | -0/+2 |
* | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | 2009-03-07 | 1 | -0/+52 |