aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/scissor.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: don't flag _NEW_SCISSOR for st/mesaMarek Olšák2017-06-221-1/+1
* mesa: make use of NewScissorRect driver flagsSamuel Pitoiset2017-06-091-0/+2
* mesa: add KHR_no_error support for glScissor*()Samuel Pitoiset2017-06-071-0/+31
* mesa: add scissor() and scissor_array() helpersSamuel Pitoiset2017-06-071-20/+35
* mesa: rename ScissorIndexed() to scissor_indexed_err()Samuel Pitoiset2017-06-071-6/+9
* mesa: use _mesa_set_scissor() in ScissorIndexed()Samuel Pitoiset2017-06-071-4/+1
* mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset2017-06-061-1/+3
* mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset2017-06-061-3/+0
* mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin2016-06-181-0/+48
* glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin2016-06-181-0/+7
* mesa/scissor: fix typos in debug namesDave Airlie2015-03-101-2/+2
* mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter errorCourtney Goeltzenleuchter2014-01-291-0/+2
* mesa: Add new scissor entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+93
* mesa: Set all scissor rectsIan Romanick2014-01-201-3/+27
* mesa: Add an index parameter to _mesa_set_scissorIan Romanick2014-01-201-3/+3
* mesa: Refactor scissor rectangle setting even moreIan Romanick2014-01-201-15/+27
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-13/+13
* mesa: Eliminate parameters to dd_function_table::ScissorIan 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-1/+0
* 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: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul2010-01-241-3/+3
* mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-09-211-0/+99