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