Age | Commit message (Expand) | Author |
2007-10-30 | Use program serial numbers to avoid re-generating fragment programs for glDra... | Brian |
2007-10-27 | Move mesa_to_tgsi.[ch] to state_tracker | Brian |
2007-10-10 | remove unused var | Brian |
2007-10-03 | Track fragment and vertex shader code generation via pipe shader state objects. | Michel Dänzer |
2007-10-03 | Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAM | Zack Rusin |
2007-09-28 | fix st_use_program() | Brian |
2007-09-28 | Instead of linked program pairs, keep a list of vertex programs translated fo... | Brian |
2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
2007-09-28 | Revert "Redoing the way we handle vertex shaders for the draw module." | Zack Rusin |
2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
2007-09-27 | Enable codegen based whenever __i386__ is defined. | Keith Whitwell |
2007-09-25 | some clean-up of ST_NEW_ shader flags | Brian |
2007-09-25 | Translate mesa vertex/fragment programs to TGSI programs at same time to do p... | Brian |
2007-09-24 | Enable SSE2 for FS. | michal |
2007-08-25 | checkpoint in constant tracking rework | Keith Whitwell |
2007-08-24 | check for USE_X86_ASM or SLANG_X86 in st_delete_program() | Brian |
2007-08-24 | Hook-up SSE2 to VS. | michal |
2007-08-09 | silence warning | Keith Whitwell |
2007-08-06 | New st_init_*_functions() to initialize the driver functions table. | Brian |
2007-07-30 | disable ProgramStringNotify assertion | Brian |
2007-07-24 | added GL_FRAGMENT_PROGRAM_NV in st_new_program() | Brian |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell |
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell |