summaryrefslogtreecommitdiffstats
path: root/src/glut/directfb
Commit message (Expand)AuthorAgeFilesLines
* Remove directfb supportKristian Høgsberg2010-02-2520-4189/+0
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+1
|\
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-061-1/+1
* | [glut-directfb] Fixed displaying of single buffered window.Claudio Ciccani2008-02-082-3/+22
* | [glut-directfb] When converting microseconds to milliseconds, round to the ne...Claudio Ciccani2008-02-081-1/+1
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|/
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2006-12-012-1/+9
* Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in gl...Claudio Ciccani2006-08-041-2/+10
* Moved glutDeviceGet() to events.c.Claudio Ciccani2006-08-042-47/+86
* Clear window's event mask before enabling handled events.Claudio Ciccani2006-07-301-0/+5
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
* Added some notes about this implementation.Claudio Ciccani2006-06-091-0/+9
* Enable setting invible cursors.Claudio Ciccani2006-06-091-27/+35
* Separated joystick pointer coordinates from mouse pointer coordinates.Claudio Ciccani2006-06-092-29/+48
* Added DirectFB GLUT implementation.Claudio Ciccani2006-05-3119-0/+4043