r300_fragprog: Use nqssa+dce and program_pair for emit
[mesa.git] / src / mesa / drivers / dri / r300 / r300_fragprog.c
2008-07-12 Nicolai Haehnler300_fragprog: Use nqssa+dce and program_pair for emit
2008-07-06 Nicolai Haehnler300_fragprog: Emulate trigonometric functions in radeo...
2008-07-06 Nicolai Haehnler300: Allow adding parameters during fragprog transform...
2008-07-05 Nicolai Haehnler300: Correctly scan for used temporary registers
2008-07-05 Nicolai Haehnler300: Remove clause stuff for now in favour of a cloned...
2008-07-04 Nicolai Haehnler300: Fix depth texture in compare mode
2008-06-14 Nicolai Haehnler300: Add radeonTransformALU and fix a bug in r300_frag...
2008-06-14 Nicolai Haehnler300_fragprog: Use less complex instructions
2008-06-14 Nicolai Haehnler300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
2008-06-14 Nicolai Haehnler300: Add radeonCompilerDump for debugging
2008-06-14 Nicolai Haehnler300_fragprog: Refactor TEX transformation
2008-06-14 Nicolai Haehnler300: Add radeon_program and trivial refactoring of...
2008-06-14 Nicolai Haehnler300: Do not include r300_fragprog.h from r300_context...
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead declarations, move NOP decla...
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead code
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-01 Nicolai Haehnler300: Writing to result.depth in fragment programs...
2008-06-01 Nicolai Haehnle[r300] Fix KIL instruction and swizzling of texture...
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-13 Alex DeucherR300: cleanup FS code and fill in missing details
2008-05-03 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Corbin SimpsonMerge branch 'r345-cleanup' of git://people.freedesktop...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Corbin SimpsonInitial r5xx fragment program compiler support.
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-30 Markus Amslerr300: Take PROGRAM_CONSTANT into account.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-07 Jerome Glisser300: fragprog tex instruction now take writemask into...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Christoph Billr300: Added a few more Doxygen comments.
2007-05-09 Oliver McFaddenr300: Converted "rp" variables (r300_fragment_program...
2007-05-09 Oliver McFaddenr300: Fixed indenting from previous commit
2007-05-09 Oliver McFaddenr300: Fixed some more function names.
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Last of the indent changes. :)
2007-05-09 Oliver McFaddenr300: Indented r300_fragprog.[ch].
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Nicolai Haehnler300: Fix warnings that were introduced by the glsl...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 Nicolai Haehnler300: Fix regression: unnecessary node indirection
2007-03-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 Nicolai Haehnler300: Fix texture coordinate calculation for rectangle...
2007-03-21 Brianmerge from master
2007-03-21 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-20 Nicolai Haehnler300: Remove the program-global const_sin index
2007-03-20 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-19 Nicolai Haehnler300: Cleanup fragment program constant allocation...
2007-03-19 Nicolai Haehnler300: Fix special case (tmp.x <= 0) in fragment program...
2007-03-19 Nicolai Haehnler300: Clear fragment program instruction slots on first use
2007-03-19 Nicolai Haehnler300: Dump fragment program after translation if RADEON...
2007-03-19 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-19 Nicolai Haehnler300: Fix WRITEMASK handling when writing to result...
2007-03-19 Nicolai Haehnler300: Streamlined fragment program LIT implementation
2007-03-19 Nicolai Haehnler300: Fix fragment program reordering
2007-03-19 Nicolai Haehnler300: Fragment program dumps format tex instructions
2007-03-19 Nicolai Haehnler300: Fix hw fragment program dump
2007-03-19 Nicolai Haehnler300: Fix fragment program instruction pairing and...
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Oliver McFaddenr300: Added _mesa_copy_instructions.
2007-03-15 Oliver McFaddenr300: Use _mesa_alloc_instructions/_mesa_init_instructi...
2007-03-15 Oliver McFaddenr300: Updated R300 to use the new SWIZZLE macros.
2007-03-15 Oliver McFaddenCommitted Rune Petersen's fragment.position patch ...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-02 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-01 Rune PetersenOptimize cos&sin instruction a bit more.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-14 Rune Petersonr300: Fix cos & add scs to fragment program.
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-11 Jerome GlisseFix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c2...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-05 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-05 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-01-04 Jerome Glisser300: Correct bug introduced by fragprog rework.
2006-12-25 Jerome GlisseRework r300 fragprog avoid using bitfield structure.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-20 Rune PetersenDisable fragment program debug messages.
2006-11-17 Rune Petersenfragment.position support
2006-11-05 Jerome GlisseAdd sin instruction to fragment program.
2006-11-04 Jerome GlisseAdd cos instruction and remove left over debug.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Jerome GlisseAdd LIT instruction to fragment program.
next