]> git.cworth.org Git - glenv/log
glenv
10 years agoMake the three --extensions* options mutually exclusive.
Carl Worth [Thu, 5 Sep 2013 00:05:42 +0000 (17:05 -0700)]
Make the three --extensions* options mutually exclusive.

It's not obvious that the user has thought out what is actually desired
if more than one of these options is specified. So we simply forbid that.

10 years agoAdd a "make install" target for glenv
Carl Worth [Wed, 4 Sep 2013 23:55:35 +0000 (16:55 -0700)]
Add a "make install" target for glenv

Simply copy the glenv binary and the libglenv.so library to
${PREFIX}/bin and ${PREFIX}/lib respectively.

10 years agoImplement --query option
Carl Worth [Wed, 4 Sep 2013 23:46:07 +0000 (16:46 -0700)]
Implement --query option

This depends on the function recently added to glaze:

glaze_set_first_glcall_callback

So that once there's a valid GL context, glenv can query it to
determine the environment and report that.

10 years agoInitial import of glenv utility
Carl Worth [Sat, 31 Aug 2013 01:06:52 +0000 (18:06 -0700)]
Initial import of glenv utility

This uses Glaze to alter the OpenGL environment provided to a program.

The query and extension-related options are not yet fully implemented.