hostsupport/hostopenvg/src/riPixelPipe.cpp
branchbug235_bringup_0
changeset 69 3f914c77c2e9
parent 53 c2ef9095503a
equal deleted inserted replaced
68:8d4efe9fa1cf 69:3f914c77c2e9
    38 #   include "riRasterizer.h"
    38 #   include "riRasterizer.h"
    39 #endif
    39 #endif
    40 #ifndef __SFDYNAMICPIXELPIPE_H
    40 #ifndef __SFDYNAMICPIXELPIPE_H
    41 #   include "sfDynamicPixelPipe.h"
    41 #   include "sfDynamicPixelPipe.h"
    42 #endif
    42 #endif
       
    43 #if defined(RI_COMPILE_LLVM_BYTECODE)
    43 #ifndef __SFCOMPILER_H
    44 #ifndef __SFCOMPILER_H
    44 #   include "sfCompiler.h"
    45 #   include "sfCompiler.h"
       
    46 #endif
    45 #endif
    47 #endif
    46 
    48 
    47 //==============================================================================================
    49 //==============================================================================================
    48 
    50 
    49 namespace OpenVGRI
    51 namespace OpenVGRI
  1415     }
  1417     }
  1416 }
  1418 }
  1417 
  1419 
  1418 void PixelPipe::fillSpans(PPVariants& variants, const Span* spans, int nSpans) const
  1420 void PixelPipe::fillSpans(PPVariants& variants, const Span* spans, int nSpans) const
  1419 {
  1421 {
  1420 #if 1
  1422 #if defined(RI_COMPILE_LLVM_BYTECODE)
  1421     PPCompiler& compiler = PPCompiler::getCompiler();
  1423     PPCompiler& compiler = PPCompiler::getCompiler();
  1422 
  1424 
  1423     PPCompiler::PixelPipeHandle handle = compiler.compilePixelPipeline(m_derivedState);
  1425     PPCompiler::PixelPipeHandle handle = compiler.compilePixelPipeline(m_derivedState);
  1424     if (handle)
  1426     if (handle)
  1425     {
  1427     {