summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-17/+11
* mesa: squash harmless warningKeith Whitwell2008-05-011-1/+1
* gallium: fix semantic indexes for outputsBrian2008-04-141-2/+4
* gallium: always pass size=4 to make_immediate()Brian2008-04-041-2/+1
* gallium: use TXP rather than ExtDivide flagBrian2008-03-121-2/+1
* gallium: rework CSO-related code in state trackerBrian2008-03-111-2/+3
* Code reorganization: update build.José Fonseca2008-02-151-3/+3
* Revert "temporarily don't emit TGSI immediates, use the constant buffer"José Fonseca2008-01-171-9/+2
* temporarily don't emit TGSI immediates, use the constant bufferBrian2008-01-171-2/+9
* gallium: translate ARB fp/vp immediates consistently to tgsi immediatesKeith Whitwell2007-12-201-4/+20
* Add some prototype code for converting RET to END for main(). Disabled for now.Brian2007-12-191-3/+17
* convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RETBrian2007-12-191-1/+1
* Emit declarations for constants (references to the const buffer)Brian2007-12-171-1/+57
* emit tgsi declarations for texture samplersBrian2007-12-141-0/+27
* Don't always declare frag shader INPUT[0] as fragment position.Brian2007-12-141-34/+12
* gallium: reorg tgsi directories.Michal Krol2007-11-231-3/+5
* Fix build errors.José Fonseca2007-11-221-0/+1
* tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.Michel Dänzer2007-10-301-1/+2
* Enable immediates in TGSI and work with them in LLVM code.Zack Rusin2007-10-301-14/+0
* Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol2007-10-291-8/+10
* Fix newlines.Michal Krol2007-10-291-840/+840
* Update comments.Michal Krol2007-10-281-2/+0
* Declare temporaries in a more compact fashion.michal2007-10-281-61/+61
* Declare temporaries in a more compact fashion.michal2007-10-281-55/+61
* Comments about texture instructions and the src regsBrian2007-10-271-3/+10
* Move mesa_to_tgsi.[ch] to state_trackerBrian2007-10-271-2/+35
* Move mesa_to_tgsi.[ch] into state tracker.Brian2007-10-271-0/+796