summaryrefslogtreecommitdiff
path: root/glgears.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24work around some glut unconsistancy for reshape call before main loopJerome Glisse1-0/+1
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
2012-10-19force all gl test to run for 5 frame and glFinish btw operationsJerome Glisse1-1/+18
This is for reverse engineering, force to print to stderr what is the current gl activities (clearing buffer, drawing, special op, ...) and use glFinish to try to force fglrx to send command buffer btw this marker. Signed-off-by: Jerome Glisse <jglisse@redhat.com>
2012-10-19gputoolbox: initial commitJerome Glisse1-0/+299
Repository to gather customized gl test program either to stress test some architecture change like kernel. Or to help in reverse engineering process. Signed-off-by: Jerome Glisse <jglisse@redhat.com>