OSDN Git Service

winsys: Add fbdev software winsys.
authorChia-I Wu <olv@lunarg.com>
Thu, 3 Jun 2010 10:08:48 +0000 (18:08 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 11 Jun 2010 04:23:38 +0000 (12:23 +0800)
commitce0c837f60d951de4f4798e5d4ab559155c09979
tree9f7b4f7463206d3c3dd968a275359109eee518e5
parent628cf02d673890fac4f16b9241021a8eda87c96c
winsys: Add fbdev software winsys.

This is a simple winsys that mmap()s the framebuffer device and
memcpy()s the contents of display targets to the framebuffer device for
displaying.
src/gallium/winsys/sw/fbdev/Makefile [new file with mode: 0644]
src/gallium/winsys/sw/fbdev/SConscript [new file with mode: 0644]
src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c [new file with mode: 0644]
src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h [new file with mode: 0644]