summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb
AgeCommit message (Collapse)Author
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
Respect the user's choice of shell when running mklib rather than always using /bin/sh.
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
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
2008-02-08[directfb] Added RGB444 and RGB555.Claudio Ciccani
Also added color expansion for RGB16, ARGB1555 and ARGB4444.
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
Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too.
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c
2007-01-27Updated copyright header.Claudio Ciccani
Switched to LGPL (GPL header was a cut-&-paste mistake).
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa ↵Keith Whitwell
into vbo-0.2 Conflicts: src/mesa/array_cache/sources src/mesa/drivers/dri/i965/brw_context.c src/mesa/drivers/dri/i965/brw_draw.c src/mesa/drivers/dri/i965/brw_fallback.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/i965/brw_vs_tnl.c src/mesa/drivers/dri/mach64/mach64_context.c src/mesa/main/extensions.c src/mesa/main/getstring.c src/mesa/tnl/sources src/mesa/tnl/t_save_api.c src/mesa/tnl/t_save_playback.c src/mesa/tnl/t_vtx_api.c src/mesa/tnl/t_vtx_exec.c src/mesa/vbo/vbo_attrib.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_api.c src/mesa/vbo/vbo_save_draw.c
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-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
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