Merge remote branch 'main/master' into radeon-rewrite
[mesa.git] / src / mesa / drivers / dri / r300 / r300_vertprog.c
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-07 Brian Paulr300: remove assignment to removed StringPos field
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-06 Maciej Cencorar300: rewrite and hopefully simplify RS setup
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-05 Markus Amslerr300: fragment.position input needs no blanking out...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-30 Markus Amslerr300: Copy-and-paste error from the vertex program...
2008-03-30 Markus Amslerr300: Take PROGRAM_CONSTANT into account.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-26 Oliver McFaddenr300: Indented the vertex program code...
2008-03-26 Oliver McFaddenr300: Added Copyright lines to the vertex program code.
2008-03-26 Oliver McFaddenr300: Renamed the Mesa opcode translation functions.
2008-03-26 Oliver McFaddenr300: Renamed the destination-and-opcode/source macros...
2008-03-24 Oliver McFaddenr300: Merged the constant zero/one source macros.
2008-03-24 Oliver McFaddenr300: Merged the Vector and Math Engine opcode macros.
2008-03-02 Oliver McFaddenr300: Corrected a bug with the SUB instruction.
2008-03-02 Oliver McFaddenr300: Corrected a bug with the MAD instruction.
2008-03-01 Oliver McFaddenr300: Indented the vertex program code with longer...
2008-03-01 Oliver McFaddenr300: Moved the PREFER_DP4 define near the position...
2008-03-01 Oliver McFaddenr300: Added a TODO comment for the MAD opcodes.
2008-03-01 Oliver McFaddenr300: Use the VE_ADD hardware opcode for the SUB opcode.
2008-03-01 Oliver McFaddenr300: Use the VE_MULTIPLY hardware opcode for the MUL...
2008-03-01 Oliver McFaddenr300: Cleaned up the XPD opcode temporary register...
2008-03-01 Oliver McFaddenr300: Cleaned up extra white space.
2008-03-01 Oliver McFaddenr300: Prefer to use the VE_ADD for simple MOV style...
2008-03-01 Oliver McFaddenr300: Removed the (undocumented) MAD_2 opcode.
2008-03-01 Oliver McFaddenr300: Cleaned up the MAD/MAD_2 opcode selection.
2008-03-01 Oliver McFaddenr300: Removed duplicate component selection defines.
2008-03-01 Oliver McFaddenr300: Removed duplicate source register class defines.
2008-03-01 Oliver McFaddenr300: Renamed the vertex program source register macro.
2008-03-01 Oliver McFaddenr300: Converted to the new Math Engine defines.
2008-03-01 Oliver McFaddenr300: Renamed the Vector Engine opcode macro.
2008-03-01 Oliver McFaddenr300: Converted to the new Vector Engine defines.
2008-03-01 Oliver McFaddenr300: Removed the duplicate dest register defines.
2008-02-27 Markus Amslerr300: add artificial output to match fragment program...
2008-01-01 Hans de Goederx00: fix off by one error in tempreg check
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-09-11 BrianFix-up #includes to remove some -I options.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-18 Oliver McFaddenr300: Oops, made a mistake on commit fb4e071beda6e3b9e6...
2007-07-18 Oliver McFaddenr300: Cleaned up vertprog construction.
2007-07-18 Tommy Schultz Lassenr300: Corrected texcoord start when BFC1 is enabled.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Oliver McFaddenr300: Corrected some progs/fp/* regressions from the...
2007-07-16 Oliver McFaddenr300: Use _mesa_num_inst_src_regs for number of arguments.
2007-07-16 Oliver McFaddenr300: Corrected vertprog FLR and XPD instruction regres...
2007-07-16 Oliver McFaddenr300: Added code for vertprog opcode ARL.
2007-07-16 Oliver McFaddenr300: Don't need vertprog scalar flag anymore; it's...
2007-07-16 Oliver McFaddenr300: Removed broken RCC vertprog opcode.
2007-07-16 Oliver McFaddenr300: More vertprog rework; give each opcode it's own...
2007-07-16 Oliver McFaddenr300: Reorder the vertprog code to the ARB specification.
2007-07-16 Oliver McFaddenr300: Enable the vertprog point size again.
2007-07-16 Oliver McFaddenr300: Corrected position bug with position invariant...
2007-07-16 Oliver McFaddenr300: Removed Vim modeline I left in the file by mistak...
2007-07-16 Oliver McFaddenr300: Make sure the modified value of u_temp_i is respe...
2007-07-16 Oliver McFaddenr300: Added a function for vertex program default opcod...
2007-07-16 Oliver McFaddenr300: Clean up the vertex program maximum length check.
2007-07-16 Oliver McFaddenr300: Corrected indenting in r300_vertprog.c.
2007-07-16 Oliver McFaddenr300: Major vertex program code clean up and rework.
2007-07-16 Oliver McFaddenr300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
2007-07-14 Oliver McFaddenr300: Clean up the vertex program output assignment.
next