equal
deleted
inserted
replaced
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 { |