summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb
AgeCommit message (Expand)Author
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-06-21s/inline/INLINEBrian Paul
2008-06-09Makefile clean-upsBrian Paul
2008-06-06move directfb-libgl into drivers/directfb/MakefileBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-02-08[directfb] Added RGB444 and RGB555.Claudio Ciccani
2007-07-01Fixed initialization of render buffer and deinitialization of context.Claudio Ciccani
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-27Updated copyright header.Claudio Ciccani
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-01Be aware that the surface storage can change between locks.Claudio Ciccani
2006-12-01Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani
2006-12-01Fixed compilation errors/warnings.Claudio Ciccani
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul
2006-08-01Fixed warnings.Claudio Ciccani
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
2006-05-31Fixed bug with multiple contexts.Claudio Ciccani
2005-06-20DirectFB updates (Claudio Ciccani)Brian Paul
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul