haiku: Add first Haiku renderer (softpipe)
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 3 Oct 2013 01:22:48 +0000 (01:22 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 4 Oct 2013 23:20:09 +0000 (18:20 -0500)
commit8730236d1a900c9512a9ef92c08034f0223bcf92
tree9d4ec570b0604811cc4431f0e0f5cab292939021
parentc9f1217e1f2c309cfd8770940773f1f35582a795
haiku: Add first Haiku renderer (softpipe)

* This shared library gets parsed by the
  system as a system "add-on"
src/gallium/targets/haiku-softpipe/GalliumContext.cpp [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/GalliumContext.h [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/GalliumFramebuffer.h [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/SConscript
src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/SoftwareRenderer.h [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/SoftwareRenderer.rdef [new file with mode: 0644]
src/gallium/winsys/sw/hgl/SConscript