summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/viewport.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add a check for OES_viewport_arrayAnuj Phogat2016-10-041-1/+3
* mesa: add implementations for new float depth functionsIlia Mirkin2016-09-221-1/+18
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-221-0/+12
* mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFTBrian Paul2016-02-091-2/+2
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-7/+7
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* mesa: Remove unused variables left over from 107ae27e57d.Mathias Froehlich2015-04-051-4/+0
* mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich2015-04-051-42/+2
* mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.Mathias Fröhlich2014-10-301-6/+2
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-241-4/+74
* mesa: Refactor viewport transform computation.Mathias Fröhlich2014-10-241-16/+36
* mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.Kenneth Graunke2014-10-011-0/+6
* mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+164
* mesa: Change parameter to _mesa_set_viewport to floatIan Romanick2014-01-201-6/+7
* mesa: Set all viewports from _mesa_Viewport and _mesa_DepthRangeIan Romanick2014-01-201-2/+28
* mesa: Initialize all the viewportsIan Romanick2014-01-201-12/+21
* mesa: Refactor viewport setting even moreIan Romanick2014-01-201-25/+38
* mesa: Refactor depth range setting even moreIan Romanick2014-01-201-19/+38
* mesa: Add an index parameter to _mesa_set_viewportIan Romanick2014-01-201-10/+14
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-26/+26
* mesa: Convert gl_viewport_attrib::Near and ::Far to doubleCourtney Goeltzenleuchter2014-01-201-2/+2
* mesa: Move parameter validation from _mesa_set_viewport to _mesa_ViewportIan Romanick2014-01-201-9/+10
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-151-1/+1
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-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: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-2/+3
* mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-01-141-1/+5
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: short-circuit no-change in _mesa_DepthRange()Brian Paul2009-08-131-0/+4
* mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul2009-06-161-2/+2
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+176