Re: [PATCH 3/4] glamor: Drop unnecessary glTexParameteri() in upload of texture data.

2014-06-23 Thread Keith Packard
Eric Anholt writes: > We're not drawing, and we're not initially setting up the texture for > later drawing. Reviewed-by: Keith Packard -- keith.pack...@intel.com pgpyPdEclfYxP.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org devel

[PATCH 3/4] glamor: Drop unnecessary glTexParameteri() in upload of texture data.

2014-06-15 Thread Eric Anholt
We're not drawing, and we're not initially setting up the texture for later drawing. Signed-off-by: Eric Anholt --- glamor/glamor_transfer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/glamor/glamor_transfer.c b/glamor/glamor_transfer.c index 4eea902..8914155 100644 --- a/glamor/glamor