Re: [PATCH] glamor: Don't try to set up core fonts textures when we won't use them.

2014-08-12 Thread Keith Packard
Eric Anholt writes: > This happens to avoid GL errors on hardware without > EXT_texture_integer (which implies < GLSL 130, and thus glamor_text.c > programs not compiling anyway). > > Signed-off-by: Eric Anholt Merged (with review). d09c9dd..c47ee88 master -> master -- keith.pack...@intel

Re: [PATCH] glamor: Don't try to set up core fonts textures when we won't use them.

2014-08-12 Thread Alex Deucher
On Mon, Aug 11, 2014 at 6:23 PM, Eric Anholt wrote: > This happens to avoid GL errors on hardware without > EXT_texture_integer (which implies < GLSL 130, and thus glamor_text.c > programs not compiling anyway). > > Signed-off-by: Eric Anholt Reviewed-by: Alex Deucher > --- > > With this, glam

[PATCH] glamor: Don't try to set up core fonts textures when we won't use them.

2014-08-11 Thread Eric Anholt
This happens to avoid GL errors on hardware without EXT_texture_integer (which implies < GLSL 130, and thus glamor_text.c programs not compiling anyway). Signed-off-by: Eric Anholt --- With this, glamor on simulated RPi gets to the point of showing my xterm on my gray background, before some oth