[Piglit] [PATCH v3 4/5] Fix too-specific GL version checks in glean

Brian Paul brianp at vmware.com
Fri Oct 14 07:45:11 PDT 2011


On 10/13/2011 02:45 PM, Paul Berry wrote:
> This patch fixes several version checks in glean that are too specific
> (e.g. checking that the GL version is 2.x or 3.x when the intent is to
> make sure the GL version is>= 2.0).
>
> We now perform the version check using the piglit-util functions
> piglit_is_gles() and piglit_get_gl_version() rather than manually
> inspecting the GL_VERSION string, so this makes the glean tests depend
> on the piglitutil library.

Hmmm, I think it would be cleaner if this was fixed in up-stream 
glean.  It should be trivial to write a glean_get_gl_version().  Also, 
I don't think glean has ever been used with ES so I don't think we 
need to check for ES in the glean tests (or if we do, it should 
probably be done everywhere).

I don't know when glean was last imported into piglit, but there have 
been some assorted fixes there.

If you can develop a patch, I'd push it there for you.

-Brian


More information about the Piglit mailing list