summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program.h
Commit message (Expand)AuthorAgeFilesLines
* move GL_MESA_program_debug funcs to prog_debug.cBrian2007-02-091-15/+2
* Remove some moved extern decls.Brian2006-12-141-15/+0
* Move many functions into new files.Brian2006-12-141-203/+0
* New functions for cloning programs and parameter lists.Brian2006-12-141-1/+13
* Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian2006-12-131-6/+18
* add STATE_INTERNAL_DRIVER, etc (Rune Petersen)Brian Paul2006-11-171-1/+2
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-2/+3
* Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constantBrian Paul2006-11-151-4/+7
* Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul2006-11-021-4/+1
* Add a new internal program parameter value STATE_TEXRECT_SCALE whichKeith Whitwell2006-09-201-0/+1
* Export _mesa_print_alu_instruction() to allow drivers to roll theirKeith Whitwell2006-09-201-0/+5
* added _mesa_alloc_instructions() utility functionBrian Paul2006-08-251-0/+3
* Added _mesa_realloc_instructions() utility function.Brian Paul2006-08-241-0/+4
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-1/+3
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-21/+21
* Roll _mesa_free_parameters() into calling function (the only caller).Brian Paul2006-05-241-3/+0
* use GLbitfield for StateFlags, improved commentsBrian Paul2006-05-241-11/+13
* 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