mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / program.h
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-22 Brianmesa: refactor: move _mesa_Bind/Gen/DeleteProgram(...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-04-07 Brianmesa: added _mesa_insert_instructions()
2007-10-30 Brianmake _mesa_combine_programs() params const
2007-10-30 BrianAdded _mesa_combine_programs() for concatenating two...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Oliver McFaddenFixed a minor typo in the comment near _mesa_copy_instr...
2007-03-15 Oliver McFaddenr300: Added _mesa_copy_instructions.
2007-03-15 Brianadded SWIZZLE_XXXX, YYYY, etc. macros
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-09 Brianmove GL_MESA_program_debug funcs to prog_debug.c
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianRemove some moved extern decls.
2006-12-14 BrianMove many functions into new files.
2006-12-14 BrianNew functions for cloning programs and parameter lists.
2006-12-13 BrianCheckpoint of work for new GLSL compiler back-end....
2006-11-17 Brian Pauladd STATE_INTERNAL_DRIVER, etc (Rune Petersen)
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-15 Brian PaulAdd new _mesa_lookup_parameter_constant() to search...
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-09-20 Keith WhitwellAdd a new internal program parameter value STATE_TEXREC...
2006-09-20 Keith WhitwellExport _mesa_print_alu_instruction() to allow drivers...
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Pauluse GLbitfield for StateFlags, improved comments
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-03 Brian Pauladded a const, clean-up
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-01-11 Brian Paulprototype _mesa_init_ati_fragment_shader()
2004-10-02 Brian Paulfix LoadProgramNV regression when I had fixed the RefCo...
2004-09-10 Brian PaulMore updates for Doxygen.
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-03-29 Michal KrolMoved from src/mesa/main