Re: [PATCH 02/15] glamor: Drop fixed function transformation matrix setup.

2014-02-07 Thread Keith Packard
Eric Anholt e...@anholt.net writes: gl_ModelViewProjection and friends aren't used in our shaders, so this setup didn't do anything. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpn7r1B2VPNq.pgp Description: PGP signature

[PATCH 02/15] glamor: Drop fixed function transformation matrix setup.

2014-02-03 Thread Eric Anholt
gl_ModelViewProjection and friends aren't used in our shaders, so this setup didn't do anything. Signed-off-by: Eric Anholt e...@anholt.net --- glamor/glamor_pixmap.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/glamor/glamor_pixmap.c b/glamor/glamor_pixmap.c index 9fe2b2e..41d5f5a