summaryrefslogtreecommitdiff
path: root/src/mesa/main/scissor.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_SCISSOR for st/mesaMarek Olšák1-1/+1
2017-06-09mesa: make use of NewScissorRect driver flagsSamuel Pitoiset1-0/+2
2017-06-07mesa: add KHR_no_error support for glScissor*()Samuel Pitoiset1-0/+31
2017-06-07mesa: add scissor() and scissor_array() helpersSamuel Pitoiset1-20/+35
2017-06-07mesa: rename ScissorIndexed() to scissor_indexed_err()Samuel Pitoiset1-6/+9
2017-06-07mesa: use _mesa_set_scissor() in ScissorIndexed()Samuel Pitoiset1-4/+1
2017-06-06mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset1-1/+3
2017-06-06mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset1-3/+0
2016-06-18mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin1-0/+48
2016-06-18glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin1-0/+7
2015-03-10mesa/scissor: fix typos in debug namesDave Airlie1-2/+2
2014-01-29mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter errorCourtney Goeltzenleuchter1-0/+2
2014-01-20mesa: Add new scissor entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter1-0/+93
2014-01-20mesa: Set all scissor rectsIan Romanick1-3/+27
2014-01-20mesa: Add an index parameter to _mesa_set_scissorIan Romanick1-3/+3
2014-01-20mesa: Refactor scissor rectangle setting even moreIan Romanick1-15/+27
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-13/+13
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+0
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-01-24mesa: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul1-3/+3
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-0/+99