Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-05 | progs/xdemos: fix up GLX extension checking | Jesse Barnes | |
A few of my programs were using the client string in addition to the main extensions string to see if a feature was present. Correct this to only check for the currently available and working extensions. | |||
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes | |
Conflicts due to DRI1 removal: src/mesa/drivers/dri/intel/intel_context.c src/mesa/drivers/dri/intel/intel_screen.c | |||
2010-01-08 | xdemos/glsync: handle no sync method better | Jesse Barnes | |
Print out count, finish rendering, etc. Makes the -sn option more useful. | |||
2010-01-08 | xdemos/glsync: check glXMakeCurrent return value | Jesse Barnes | |
Since this program is used for testing, catching this case can be helpful. | |||
2010-01-08 | xdemos/glsync: Make glsync test draw a rectangle | Jesse Barnes | |
Doing simple buffer clears isn't enough to actually allocate render buffers, we need to do real drawing. | |||
2010-01-08 | xdemos/glsync: Add swap interval support to glsync test | Jesse Barnes | |
2010-01-06 | progs/xdemos: Remove comma at end of enumerator list. | Vinson Lee | |
2009-10-22 | progs/xdemos: fix command line flag typo | Brian Paul | |
2009-03-12 | demos: move declaration before code | Brian Paul | |
2008-11-12 | Add glsync demo program from jbarnes for testing vblank synchronization. | Eric Anholt | |