mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / program.c
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-22 Brianmesa: refactor: move _mesa_Bind/Gen/DeleteProgram(...
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Brian Paulfix some additional program refcounting bugs
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()
2008-04-04 Brian Paulgallium: make sure to set the SamplersUsed field for...
2008-03-25 Brian Paulmesa: fix some issues in _mesa_combine_programs()
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-01-16 Briancopy UsesKill state in _mesa_combine_programs()
2008-01-01 Brianfree program caches
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-31 Brianfix InputsRead bug in _mesa_combine_programs()
2007-10-30 Brianmake _mesa_combine_programs() params const
2007-10-30 BrianAdded _mesa_combine_programs() for concatenating two...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-04-21 Brianfix instruction comment code
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Brianfree prog->Attributes in _mesa_delete_program()
2007-03-22 Brianuse _mesa_copy_instructions()
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-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-09 Roland Scheideggeroptimize per-pixel fog program
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-15 Jerome Glissemesa: Update _Current along Current on fragment program...
2007-01-14 Jerome Glissemesa: Update _Current ptr along Current when a new...
2007-01-10 BrianImplement vertex attribute binding.
2007-01-09 BrianMoved NumTexInstructions, NumTexIndirections, etc....
2007-01-05 Brianmove TexturesUsed[] into gl_program since vertex progra...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-19 Briancheck for null Parameters ptr in _mesa_clone_program()
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-23 Brian Paulfix several program-related bugs (bug 9136)
2006-11-17 Brian Pauladd STATE_INTERNAL_DRIVER, etc (Rune Petersen)
2006-11-16 Brian Pauldisable yesterday's _mesa_add_named_constant() change...
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-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
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 PaulFree vertex program TnlData, if any. Fixes a mem leak.
2006-08-25 Brian PaulRearrange glBindProgram() code to do all error checking...
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-24 Brian PaulCg tries to bind NV fragment programs to the GL_FRAGMEN...
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 Paulfix a small memory leak in _mesa_add_state_reference()
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauladded _mesa_program_file_string()
2005-11-05 Brian Pauladded _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-03 Brian Pauladded a const, clean-up
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
next