summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/llvm_entry.c
AgeCommit message (Collapse)Author
2007-11-02Get fragment shaders working on top of LLVM.Zack Rusin
Redo the entry points, get the output propagation correctly, interpolate the inputs before feeding into llvm for now.
2007-11-02Change the fragment shader signature to better match actualZack Rusin
arguments that we need there.
2007-11-02Add basic entry points for fragment shaders.Zack Rusin
2007-10-30Rename to better reflect what it's really doing.Zack Rusin