summaryrefslogtreecommitdiff
path: root/src/glut/directfb
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Remove directfb supportKristian Høgsberg20-4189/+0
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-05-06Always cleanup the makedepend backup filesDan Nicholson1-1/+1
2008-02-08[glut-directfb] Fixed displaying of single buffered window.Claudio Ciccani2-3/+22
2008-02-08[glut-directfb] When converting microseconds to milliseconds, round to the ne...Claudio Ciccani1-1/+1
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell1-0/+1
2007-07-01Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani3-25/+55
2006-12-01Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2-1/+9
2006-08-04Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in gl...Claudio Ciccani1-2/+10
2006-08-04Moved glutDeviceGet() to events.c.Claudio Ciccani2-47/+86
2006-07-30Clear window's event mask before enabling handled events.Claudio Ciccani1-0/+5
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-3/+3
2006-06-09Added some notes about this implementation.Claudio Ciccani1-0/+9
2006-06-09Enable setting invible cursors.Claudio Ciccani1-27/+35
2006-06-09Separated joystick pointer coordinates from mouse pointer coordinates.Claudio Ciccani2-29/+48
2006-05-31Added DirectFB GLUT implementation.Claudio Ciccani19-0/+4043