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
/
viewport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+164
*
mesa: Change parameter to _mesa_set_viewport to float
Ian Romanick
2014-01-20
1
-6
/
+7
*
mesa: Set all viewports from _mesa_Viewport and _mesa_DepthRange
Ian Romanick
2014-01-20
1
-2
/
+28
*
mesa: Initialize all the viewports
Ian Romanick
2014-01-20
1
-12
/
+21
*
mesa: Refactor viewport setting even more
Ian Romanick
2014-01-20
1
-25
/
+38
*
mesa: Refactor depth range setting even more
Ian Romanick
2014-01-20
1
-19
/
+38
*
mesa: Add an index parameter to _mesa_set_viewport
Ian Romanick
2014-01-20
1
-10
/
+14
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-26
/
+26
*
mesa: Convert gl_viewport_attrib::Near and ::Far to double
Courtney Goeltzenleuchter
2014-01-20
1
-2
/
+2
*
mesa: Move parameter validation from _mesa_set_viewport to _mesa_Viewport
Ian Romanick
2014-01-20
1
-9
/
+10
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
1
-1
/
+1
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
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: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-2
/
+3
*
mesa: Add support for glDepthRangef and glClearDepthf.
Eric Anholt
2011-01-14
1
-1
/
+5
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
mesa: short-circuit no-change in _mesa_DepthRange()
Brian Paul
2009-08-13
1
-0
/
+4
*
mesa: fix incorrect viewport clamping in _mesa_set_viewport()
Brian Paul
2009-06-16
1
-2
/
+2
*
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-07
1
-0
/
+176