summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb
AgeCommit message (Collapse)Author
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
own header. Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
2006-12-01Fixed compilation errors/warnings.Claudio Ciccani
Duplicate destination surface to avoid saving/restoring the rendering state during each Clear.
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
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