summaryrefslogtreecommitdiff
path: root/src/mesa/main/scissor.c
AgeCommit message (Expand)AuthorFilesLines
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