index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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 GL_NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
1
-0
/
+97
*
mesa: Fix FLUSH_VERTICES in SubpixelPrecisionBiasNV.
Mathias Fröhlich
2020-02-19
1
-1
/
+2
*
mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
1
-0
/
+58
*
mesa: don't clamp just based on ARB_viewport_array extension
Gurchetan Singh
2018-02-15
1
-3
/
+2
*
mesa: fix bad cast conversions in viewport()
Samuel Pitoiset
2017-08-01
1
-3
/
+4
*
mesa: only check errors when the state change in glClipControl()
Samuel Pitoiset
2017-07-31
1
-14
/
+16
*
mesa: add KHR_no_error support to glDepthRangeArrayv
Samuel Pitoiset
2017-07-31
1
-0
/
+10
*
mesa: add depth_range_arrayv() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+12
*
mesa: clamp viewport values only once when using glViewport()
Samuel Pitoiset
2017-07-31
1
-12
/
+25
*
mesa: add KHR_no_error support for glDepthRangeIndexed()
Samuel Pitoiset
2017-06-28
1
-0
/
+9
*
mesa: only flush vertices when the viewport is different
Samuel Pitoiset
2017-06-24
1
-3
/
+3
*
mesa: remove useless comments in the viewport code path
Samuel Pitoiset
2017-06-24
1
-10
/
+2
*
mesa: remove spurious flush in _mesa_Viewport()
Samuel Pitoiset
2017-06-23
1
-1
/
+0
*
mesa: remove spurious flush in _mesa_DepthRange()
Samuel Pitoiset
2017-06-23
1
-2
/
+0
*
mesa: add KHR_no_error support for glViewport()
Samuel Pitoiset
2017-06-23
1
-0
/
+7
*
mesa: add viewport() helper
Samuel Pitoiset
2017-06-23
1
-21
/
+27
*
mesa: add KHR_no_error support for glViewportArrayv()
Samuel Pitoiset
2017-06-23
1
-0
/
+9
*
mesa: add viewport_array() helper
Samuel Pitoiset
2017-06-23
1
-7
/
+14
*
mesa: add KHR_no_error support for glViewportIndexed*()
Samuel Pitoiset
2017-06-23
1
-0
/
+15
*
mesa: rename ViewportIndexedf() to viewport_indexed_err()
Samuel Pitoiset
2017-06-23
1
-6
/
+7
*
mesa: add KHR_no_error support for glClipControl()
Samuel Pitoiset
2017-06-23
1
-0
/
+8
*
mesa: add clip_control() helper
Samuel Pitoiset
2017-06-23
1
-27
/
+34
*
mesa: don't flag _NEW_POLYGON for st/mesa
Marek Olšák
2017-06-22
1
-1
/
+4
*
mesa: don't flag _NEW_VIEWPORT for st/mesa if possible
Marek Olšák
2017-06-22
1
-2
/
+7
*
mesa: flush vertices before changing viewports
Marek Olšák
2017-06-22
1
-2
/
+4
*
mesa: Add a check for OES_viewport_array
Anuj Phogat
2016-10-04
1
-1
/
+3
*
mesa: add implementations for new float depth functions
Ilia Mirkin
2016-09-22
1
-1
/
+18
*
mesa: add new entrypoints for GL_OES_viewport_array
Ilia Mirkin
2016-09-22
1
-0
/
+12
*
mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT
Brian Paul
2016-02-09
1
-2
/
+2
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
1
-7
/
+7
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
mesa: Remove unused variables left over from 107ae27e57d.
Mathias Froehlich
2015-04-05
1
-4
/
+0
*
mesa: Remove the _WindowMap from gl_viewport_attrib.
Mathias Froehlich
2015-04-05
1
-42
/
+2
*
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
Mathias Fröhlich
2014-10-30
1
-6
/
+2
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
1
-4
/
+74
*
mesa: Refactor viewport transform computation.
Mathias Fröhlich
2014-10-24
1
-16
/
+36
*
mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.
Kenneth Graunke
2014-10-01
1
-0
/
+6
*
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
[next]