mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 2 Jun 2017 12:31:47 +0000 (14:31 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 6 Jun 2017 09:47:24 +0000 (11:47 +0200)
commitd19d8f5e6b583d2eac202c2fd8b7ac9e54c489d5
treea5ecea1b8d7833e20fb2d59b67a17186db51a349
parent11c6aab239fca9bc4e493107fb3c31016b3a28bd
mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()

This is actually useless because this driver call is only used
by the classic DRI drivers which don't support that extension
and probably won't never support it.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/scissor.c