Re: [Mesa-dev] [PATCH 03/13] mesa: EXT_dsa add selectorless matrix stack functions

2018-10-02 Thread Marek Olšák
features.txt should be updated. Marek On Sat, Sep 8, 2018 at 12:31 AM Timothy Arceri wrote: > > From: Chris Forbes > > Allows the legacy matrix stacks to be manipulated without disturbing the > matrix mode selector. > > Signed-off-by: Chris Forbes > --- > src/mesa/main/matrix.c | 370 +

[Mesa-dev] [PATCH 03/13] mesa: EXT_dsa add selectorless matrix stack functions

2018-09-07 Thread Timothy Arceri
From: Chris Forbes Allows the legacy matrix stacks to be manipulated without disturbing the matrix mode selector. Signed-off-by: Chris Forbes --- src/mesa/main/matrix.c | 370 +++-- src/mesa/main/matrix.h | 46 + 2 files changed, 363 insertions(+), 53 d