mesa: move fixed function vertex program builder from tnl to core mesa
[mesa.git] / src / mesa / shader / program.c
2008-09-21 Keith Whitwellmesa: move fixed function vertex program builder from...
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: refactor: move _mesa_Bind/Gen/DeleteProgram(...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Nicolai Haehnler500: Add "Not quite SSA" and dead code elimination...
2008-07-05 Nicolai Haehnle_mesa_clone_program: Copy ShadowSamplers
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-18 Brian Paulfixes to _mesa_combine_programs(), from gallium-0.1
2008-05-16 Brian Paulminor changes to aid debugging
2008-05-16 Brian Paulremove stray, left-over RefCount++
2008-05-14 Brian Pauladded _mesa_combine_parameter_lists()
2008-05-14 Brian Paulmesa: added _mesa_insert_instructions()
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-08 Brian Pauldisable debug printfs
2008-05-08 Brian Paulfix refcounting bugs in tnl/tex program caches
2008-05-07 Brianimplement full reference counting for vertex/fragment...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-22 Alan Hourihanesmall cleanups
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-01 Brianremove dead code in _mesa_new_program()
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Briandisable ctx->Driver.NewProgram() call in _mesa_new_prog...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-17 Zou Nan hai Use ProgramStringNotify
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
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...
next