haiku: Add first Haiku renderer (softpipe)

Graphics / Mesa 3D Graphics Library / Mesa - Alexander von Gluck IV [unixzen.com] - 4 October 2013 18:20 UTC

- This shared library gets parsed by the system as a system "add-on"

8730236 haiku: Add first Haiku renderer (softpipe)
.../targets/haiku-softpipe/GalliumContext.cpp | 528 ++++++++++++++++++++
.../targets/haiku-softpipe/GalliumContext.h | 83 +++
.../targets/haiku-softpipe/GalliumFramebuffer.cpp | 116 +++++
.../targets/haiku-softpipe/GalliumFramebuffer.h | 34 ++
src/gallium/targets/haiku-softpipe/SConscript | 31 +-
.../targets/haiku-softpipe/SoftwareRenderer.cpp | 363 ++++++++++++++
.../targets/haiku-softpipe/SoftwareRenderer.h | 59 +++
.../targets/haiku-softpipe/SoftwareRenderer.rdef | 39 ++
src/gallium/winsys/sw/hgl/SConscript | 1 -
9 files changed, 1249 insertions(+), 5 deletions(-)

Upstream: cgit.freedesktop.org


  • Share