Re: [PATCH 02/16] glamor: Compute supported GLSL version and save in screen private

2014-04-02 Thread Keith Packard
Eric Anholt writes: > did I say dropped? I've now separated it out to a new commit: Ok, thanks. -- keith.pack...@intel.com pgpLFD5ICYP1N.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/arch

Re: [PATCH 02/16] glamor: Compute supported GLSL version and save in screen private

2014-04-02 Thread Keith Packard
Eric Anholt writes: >> --- a/glamor/glamor_program.c >> +++ b/glamor/glamor_program.c >> @@ -45,9 +45,8 @@ use_tile(PixmapPtr pixmap, GCPtr gc, glamor_program *prog, >> void *arg) >> >> static const glamor_facet glamor_fill_tile = { >> .name = "tile", >> -.version = 130, >> -.vs_

Re: [PATCH 02/16] glamor: Compute supported GLSL version and save in screen private

2014-04-02 Thread Eric Anholt
Eric Anholt writes: > Keith Packard writes: > >> This currently computes the GLSL version in a fairly naïve fashion, >> and leaves that in the screen private for other users. This will let >> us update the version computation in one place later on. >> >> Signed-off-by: Keith Packard >> --- >>

Re: [PATCH 02/16] glamor: Compute supported GLSL version and save in screen private

2014-04-02 Thread Eric Anholt
Keith Packard writes: > This currently computes the GLSL version in a fairly naïve fashion, > and leaves that in the screen private for other users. This will let > us update the version computation in one place later on. > > Signed-off-by: Keith Packard > --- > glamor/glamor.c | 9 +++

[PATCH 02/16] glamor: Compute supported GLSL version and save in screen private

2014-04-01 Thread Keith Packard
This currently computes the GLSL version in a fairly naïve fashion, and leaves that in the screen private for other users. This will let us update the version computation in one place later on. Signed-off-by: Keith Packard --- glamor/glamor.c | 9 + glamor/glamor_priv.h| 1