summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb/idirectfbgl_mesa.c
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-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