Haiku: Add Gallium winsys and target code
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Tue, 21 May 2013 20:55:24 +0000 (15:55 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Wed, 22 May 2013 19:31:44 +0000 (14:31 -0500)
commit6d20e251f25b47c19a5fcd80d9aa30bf75367590
tree8d6a8c6a80257c3623e7b95e2028cc408ea1bb7b
parentff68f61bedc2d910b98af4ef4475373f4d3958a3
Haiku: Add Gallium winsys and target code

* We generate a static library for Haiku
  Gallium targets as our port system combines
  the compiled rendering code into a modular
  ar for each module (for example, our port
  system combines llvm libsoftpipe.a libllvmpipe.a
  into a single ar for the Haiku build system.
  I'd like the Gallium hgl target scons build
  system to do this some day, however how is
  beyond me at the moment. This is a first step.
src/gallium/SConscript
src/gallium/targets/haiku-softpipe/SConscript [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/haiku-softpipe.c [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/haiku-softpipe.h [new file with mode: 0644]
src/gallium/winsys/sw/hgl/SConscript [new file with mode: 0644]
src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp [new file with mode: 0644]
src/gallium/winsys/sw/hgl/bitmap_wrapper.h [new file with mode: 0644]
src/gallium/winsys/sw/hgl/hgl_sw_winsys.c [new file with mode: 0644]
src/gallium/winsys/sw/hgl/hgl_sw_winsys.h [new file with mode: 0644]