Skip to content

Commit

Permalink
softpipe: Initial work on Gallium renderer
Browse files Browse the repository at this point in the history
* This is still early, but I want to track the
  development in tree.
* swpipe will support Gallium softpipe or llvmpipe
  (llvm pipe will give improved software rendering
  permance when llvm is included at os build time)
* Used Artur Wyszynski's original code as a
  road map... however a *lot* has changed.
* Crashes at startup.. not in image yet
  • Loading branch information
kallisti5 committed Nov 28, 2012
1 parent c5dbfbe commit 153dd47
Show file tree
Hide file tree
Showing 8 changed files with 1,225 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/add-ons/opengl/Jamfile
Expand Up @@ -4,6 +4,9 @@ SubDir HAIKU_TOP src add-ons opengl ;
SubInclude HAIKU_TOP src add-ons opengl swrast ;
SubInclude HAIKU_TOP src add-ons opengl swrast_legacy ;

# Haiku Gallium Software Renderer
SubInclude HAIKU_TOP src add-ons opengl swpipe ;

# SubInclude HAIKU_TOP src add-ons opengl nvidia ;
# SubInclude HAIKU_TOP src add-ons opengl radeon ;

0 comments on commit 153dd47

Please sign in to comment.