mesa: EXT_dsa add selectorless matrix stack functions
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 7 May 2019 09:20:51 +0000 (11:20 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Mon, 3 Jun 2019 19:28:51 +0000 (15:28 -0400)
commitd2906293c432b1b0519612caed0c50f43044966a
treeeeab75882fe84ea8e3168456025138d0b9d66bce
parent28ce704bb012e0510bfb90659020764800e62e82
mesa: EXT_dsa add selectorless matrix stack functions

Allows the legacy matrix stacks to be manipulated without disturbing the
matrix mode selector.

Adapted from a patch from Chris Forbes.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mapi/glapi/gen/EXT_direct_state_access.xml
src/mesa/main/dlist.c
src/mesa/main/matrix.c
src/mesa/main/matrix.h
src/mesa/main/tests/dispatch_sanity.cpp