summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
AgeCommit message (Expand)Author
2008-03-12gallium: use TXP rather than ExtDivide flagBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-01-17Revert "temporarily don't emit TGSI immediates, use the constant buffer"José Fonseca
2008-01-17temporarily don't emit TGSI immediates, use the constant bufferBrian
2007-12-20gallium: translate ARB fp/vp immediates consistently to tgsi immediatesKeith Whitwell
2007-12-19Add some prototype code for converting RET to END for main(). Disabled for now.Brian
2007-12-19convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RETBrian
2007-12-17Emit declarations for constants (references to the const buffer)Brian
2007-12-14emit tgsi declarations for texture samplersBrian
2007-12-14Don't always declare frag shader INPUT[0] as fragment position.Brian
2007-11-23gallium: reorg tgsi directories.Michal Krol
2007-11-22Fix build errors.José Fonseca
2007-10-30tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.Michel Dänzer
2007-10-30Enable immediates in TGSI and work with them in LLVM code.Zack Rusin
2007-10-29Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol
2007-10-29Fix newlines.Michal Krol
2007-10-28Update comments.Michal Krol
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-27Comments about texture instructions and the src regsBrian
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-27Move mesa_to_tgsi.[ch] into state tracker.Brian