Merge branch 'origin'
[mesa.git] / src / mesa / drivers / dri / r300 / r300_vertexprog.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-17 Rune Petersenfragment.position support
2006-11-17 Rune Petersenr300_select_vertex_shader4:
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-24 Brian Paulfix bad casts, carry over r200 fix to check for null...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-23 Tilman Sauerbeckmore cleanups
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-18 Aapo Tahkolafix broken address register reads
2006-06-08 Tilman Sauerbeckmark ARL operand as scalar (Roland Scheidegger)
2006-06-08 Tilman Sauerbeckstruct op_names: get rid of the 'output operands' field...
2006-06-06 Aapo Tahkolavarious fixes (Roland Scheidegger)
2006-05-31 Tilman SauerbeckSWZ is nearly identical to MOV. the difference is that...
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-04-24 Brian Paulextended swizzle (bug 6727)
2006-03-22 Aapo Tahkolaimplement arl and enable hw nv_vp.
2006-03-13 Aapo TahkolaClean build.
2006-03-10 Aapo TahkolaOption to init vp temps(for testing)
2006-02-28 Aapo TahkolaFree temps when possible
2006-02-28 Aapo TahkolaDont let (possibly) undefined z component reach hw...
2006-02-16 Aapo TahkolaSkip ARL while we dont implement it. Fix broken nv...
2006-02-10 Aapo TahkolaWorkaround problems with NWN. (Tilman Sauerbeck)
2006-01-27 Aapo Tahkolaper vp sw fallbacks
2006-01-15 Aapo TahkolaFix ARB_position_invariant handling
2006-01-09 Aapo TahkolaFix pow <small> and a very stypid bug with dummy srcs...
2005-12-06 Aapo TahkolaMake missing interpolator inputs fatal
2005-12-06 Aapo TahkolaFix secondary color for VP's
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Pauls/Negate/NegateBase/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Aapo TahkolaFix broken build.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-10-26 Aapo TahkolaCover my arse.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-06-16 Aapo TahkolaFix gloss breakage when using hw tnl.
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-05 Aapo TahkolaPack tex coord regs at vertex program backend.
2005-05-01 Aapo TahkolaAdd support to external tnl switcher and disable hw...
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-04-21 Aapo TahkolaAdding some comments.
2005-04-21 Aapo TahkolaHad some odd problems with add and temps so doing it...
2005-04-19 Aapo TahkolaReorganized shader stuff.
2005-04-19 Aapo TahkolaFixes for bugs that were nailed down when compairing...
2005-03-18 Aapo TahkolaMisc fixes.
2005-03-17 Aapo TahkolaFix to get doom3 started.
2005-03-16 Aapo TahkolaProper VAP output configuration as R300_RS_ROUTE_0_COLO...
2005-03-12 Aapo TahkolaUnlike radeon and r200 drivers r300AllocCmdBuf allocs...
2005-03-08 Aapo TahkolaImproving Vladimirs alpha test fix a bit as it turns...
2005-02-28 Aapo Tahkolafix for 'nasty bug' and some sanity checks to avoid...
2005-02-03 Vladimir DergachevSince high bits can be used for flags, mask them out.
2005-02-01 Aapo TahkolaAdd a missing break and a reminder.
2005-02-01 Aapo TahkolaImplement appropriate src checks for attribs/params.
2005-02-01 Aapo TahkolaImplemented bunch of ops.
2005-02-01 Aapo TahkolaVertex programs work now with some restrictions. I...
2005-01-30 Vladimir DergachevMy bad, the old code works fine if updated to newer...
2005-01-30 Vladimir Dergachevstruct ati_fragment_shader was not defined anywhere...
2005-01-29 Aapo TahkolaBeginings of program generation. This code havent been...
2005-01-29 Aapo TahkolaCleaning up.
2005-01-28 Aapo TahkolaFix wrong comment.
2005-01-28 Aapo TahkolaForgot one comment...
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...