summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb
AgeCommit message (Collapse)Author
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul
check the current window size, then call _mesa_resize_framebuffer().
2006-08-01Fixed warnings.Claudio Ciccani
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
Probably need to fix the install destinations too...
2006-05-31Fixed bug with multiple contexts.Claudio Ciccani
Added support for ARGB4444 and ARGB2554. Added hardware accelerated Clear().
2005-06-20DirectFB updates (Claudio Ciccani)Brian Paul
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul