aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_program.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-281-0/+7
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-7/+0
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-271-4/+4
* some clean-up of ST_NEW_ shader flagsBrian2007-09-251-20/+4
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-33/+55
* Enable SSE2 for FS.michal2007-09-241-6/+15
* checkpoint in constant tracking reworkKeith Whitwell2007-08-251-3/+13
* check for USE_X86_ASM or SLANG_X86 in st_delete_program()Brian2007-08-241-0/+2
* Hook-up SSE2 to VS.michal2007-08-241-0/+14
* silence warningKeith Whitwell2007-08-091-1/+1
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-19/+10
* disable ProgramStringNotify assertionBrian2007-07-301-0/+2
* added GL_FRAGMENT_PROGRAM_NV in st_new_program()Brian2007-07-241-1/+3
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-33/+26
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-051-3/+11
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+165