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
/
scissor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't flag _NEW_SCISSOR for st/mesa
Marek Olšák
2017-06-22
1
-1
/
+1
*
mesa: make use of NewScissorRect driver flags
Samuel Pitoiset
2017-06-09
1
-0
/
+2
*
mesa: add KHR_no_error support for glScissor*()
Samuel Pitoiset
2017-06-07
1
-0
/
+31
*
mesa: add scissor() and scissor_array() helpers
Samuel Pitoiset
2017-06-07
1
-20
/
+35
*
mesa: rename ScissorIndexed() to scissor_indexed_err()
Samuel Pitoiset
2017-06-07
1
-6
/
+9
*
mesa: use _mesa_set_scissor() in ScissorIndexed()
Samuel Pitoiset
2017-06-07
1
-4
/
+1
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
1
-1
/
+3
*
mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()
Samuel Pitoiset
2017-06-06
1
-3
/
+0
*
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
Ilia Mirkin
2016-06-18
1
-0
/
+48
*
glapi: add GL_EXT_window_rectangles entrypoints
Ilia Mirkin
2016-06-18
1
-0
/
+7
*
mesa/scissor: fix typos in debug names
Dave Airlie
2015-03-10
1
-2
/
+2
*
mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter error
Courtney Goeltzenleuchter
2014-01-29
1
-0
/
+2
*
mesa: Add new scissor entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+93
*
mesa: Set all scissor rects
Ian Romanick
2014-01-20
1
-3
/
+27
*
mesa: Add an index parameter to _mesa_set_scissor
Ian Romanick
2014-01-20
1
-3
/
+3
*
mesa: Refactor scissor rectangle setting even more
Ian Romanick
2014-01-20
1
-15
/
+27
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-13
/
+13
*
mesa: Eliminate parameters to dd_function_table::Scissor
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
-1
/
+0
*
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: move _mesa_debug() call earlier in _mesa_Scissor
Brian Paul
2010-01-24
1
-3
/
+3
*
mesa: refactor: move scissor functions into new scissor.c file
Brian Paul
2008-09-21
1
-0
/
+99