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