summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program.h
Commit message (Expand)AuthorAgeFilesLines
* track state flags which might invalidate parameter listsKeith Whitwell2005-11-221-0/+3
* No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul2005-11-191-5/+0
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-1/+7
* consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul2005-11-051-0/+5
* don't need MAKE_SWIZZLE() macroBrian Paul2005-11-051-5/+4
* Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul2005-11-051-15/+6
* added a const, clean-upBrian Paul2005-11-031-1/+1
* reduce the use of malloc and strdup for parameter listsKeith Whitwell2005-05-101-0/+1
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-2/+29
* prototype _mesa_init_ati_fragment_shader()Brian Paul2005-01-111-10/+13
* fix LoadProgramNV regression when I had fixed the RefCount bugBrian Paul2004-10-021-0/+3
* More updates for Doxygen.Brian Paul2004-09-101-2/+10
* fix some memory leaks (bug #1002030)Brian Paul2004-08-141-0/+3
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+253