summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-17mesa: added _mesa_postprocess_program() to aid shader debuggingBrian Paul1-0/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-1/+1
2008-07-29mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul1-18/+0
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle1-5/+8
2008-05-18fixes to _mesa_combine_programs(), from gallium-0.1Brian Paul1-1/+2
2008-05-14added _mesa_combine_parameter_lists()Brian Paul1-0/+8
2008-05-14mesa: added _mesa_insert_instructions()Brian Paul1-0/+2
2008-05-06implement full reference counting for vertex/fragment programsBrian1-0/+22
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian1-0/+3
2007-02-09move GL_MESA_program_debug funcs to prog_debug.cBrian1-15/+2
2006-12-14Remove some moved extern decls.Brian1-15/+0
2006-12-14Move many functions into new files.Brian1-203/+0
2006-12-14New functions for cloning programs and parameter lists.Brian1-1/+13
2006-12-13Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian1-6/+18
2006-11-17add STATE_INTERNAL_DRIVER, etc (Rune Petersen)Brian Paul1-1/+2
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul1-2/+3
2006-11-15Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constantBrian Paul1-4/+7
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul1-4/+1
2006-09-20Add a new internal program parameter value STATE_TEXRECT_SCALE whichKeith Whitwell1-0/+1
2006-09-20Export _mesa_print_alu_instruction() to allow drivers to roll theirKeith Whitwell1-0/+5
2006-08-25added _mesa_alloc_instructions() utility functionBrian Paul1-0/+3
2006-08-24Added _mesa_realloc_instructions() utility function.Brian Paul1-0/+4
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul1-1/+3
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-21/+21
2006-05-24Roll _mesa_free_parameters() into calling function (the only caller).Brian Paul1-3/+0
2006-05-24use GLbitfield for StateFlags, improved commentsBrian Paul1-11/+13
2005-11-22track state flags which might invalidate parameter listsKeith Whitwell1-0/+3
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul1-5/+0
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul1-1/+7
2005-11-05consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul1-0/+5
2005-11-05don't need MAKE_SWIZZLE() macroBrian Paul1-5/+4
2005-11-05Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul1-15/+6
2005-11-03added a const, clean-upBrian Paul1-1/+1
2005-05-10reduce the use of malloc and strdup for parameter listsKeith Whitwell1-0/+1
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell1-2/+29
2005-01-11prototype _mesa_init_ati_fragment_shader()Brian Paul1-10/+13
2004-10-02fix LoadProgramNV regression when I had fixed the RefCount bugBrian Paul1-0/+3
2004-09-10More updates for Doxygen.Brian Paul1-2/+10
2004-08-14fix some memory leaks (bug #1002030)Brian Paul1-0/+3
2004-03-29Moved from src/mesa/mainMichal Krol1-0/+253