aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* r300: translate non native insts earlier for easier debuggingMaciej Cencora2009-07-131-0/+202
* r300: print vertex program after adding artificial output instsMaciej Cencora2009-07-131-12/+12
* r300: use mesa provided function for adding MVP codeMaciej Cencora2009-07-131-93/+7
* r300: simplify insert_wpos a littleMaciej Cencora2009-07-131-45/+31
* r300: fix vertex program bugMaciej Cencora2009-06-111-6/+10
* r300: move some code for easier debuggingMaciej Cencora2009-06-111-17/+37
* r300: print vertex program when debugging is enabledMaciej Cencora2009-06-111-3/+14
* r300: fix output register allocation for vertex shadersMaciej Cencora2009-06-111-9/+19
* r300: remove unused codeMaciej Cencora2009-06-071-48/+0
* r300: fixup vertex attributes orderingMaciej Cencora2009-06-071-17/+10
* r300: cleanup vertex program related functionsMaciej Cencora2009-05-161-15/+130
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-30/+19
* r300: remove assignment to removed StringPos fieldBrian Paul2009-03-071-1/+0
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-2/+2
* r300: rewrite and hopefully simplify RS setupMaciej Cencora2009-03-061-5/+4
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* r300: fragment.position input needs no blanking out, it's correctly handled i...Markus Amsler2008-05-061-3/+3
* r300: Copy-and-paste error from the vertex program branch.Markus Amsler2008-03-301-1/+2
* r300: Take PROGRAM_CONSTANT into account.Markus Amsler2008-03-301-0/+1
* r300: Indented the vertex program code...Oliver McFadden2008-03-261-344/+474
* r300: Added Copyright lines to the vertex program code.Oliver McFadden2008-03-261-14/+3
* r300: Renamed the Mesa opcode translation functions.Oliver McFadden2008-03-261-54/+54
* r300: Renamed the destination-and-opcode/source macros to more appropriate na...Oliver McFadden2008-03-261-98/+98
* r300: Merged the constant zero/one source macros.Oliver McFadden2008-03-241-72/+55
* r300: Merged the Vector and Math Engine opcode macros.Oliver McFadden2008-03-241-142/+216
* r300: Corrected a bug with the SUB instruction.Oliver McFadden2008-03-021-0/+16
* r300: Corrected a bug with the MAD instruction.Oliver McFadden2008-03-021-4/+6
* r300: Indented the vertex program code with longer lines.Oliver McFadden2008-03-011-462/+304
* r300: Moved the PREFER_DP4 define near the position invariant function.Oliver McFadden2008-03-011-3/+3
* r300: Added a TODO comment for the MAD opcodes.Oliver McFadden2008-03-011-0/+4
* r300: Use the VE_ADD hardware opcode for the SUB opcode.Oliver McFadden2008-03-011-19/+1
* r300: Use the VE_MULTIPLY hardware opcode for the MUL opcode.Oliver McFadden2008-03-011-1/+1
* r300: Cleaned up the XPD opcode temporary register usage.Oliver McFadden2008-03-011-2/+3
* r300: Cleaned up extra white space.Oliver McFadden2008-03-011-33/+0
* r300: Prefer to use the VE_ADD for simple MOV style opcodes.Oliver McFadden2008-03-011-30/+0
* r300: Removed the (undocumented) MAD_2 opcode.Oliver McFadden2008-03-011-61/+6
* r300: Cleaned up the MAD/MAD_2 opcode selection.Oliver McFadden2008-03-011-25/+36
* r300: Removed duplicate component selection defines.Oliver McFadden2008-03-011-23/+10
* r300: Removed duplicate source register class defines.Oliver McFadden2008-03-011-9/+9
* r300: Renamed the vertex program source register macro.Oliver McFadden2008-03-011-26/+26
* r300: Converted to the new Math Engine defines.Oliver McFadden2008-03-011-8/+8
* r300: Renamed the Vector Engine opcode macro.Oliver McFadden2008-03-011-38/+38
* r300: Converted to the new Vector Engine defines.Oliver McFadden2008-03-011-29/+30
* r300: Removed the duplicate dest register defines.Oliver McFadden2008-03-011-7/+7
* r300: add artificial output to match fragment program inputMarkus Amsler2008-02-271-7/+27
* rx00: fix off by one error in tempreg checkHans de Goede2008-01-021-2/+3
* Fix-up #includes to remove some -I options.Brian2007-09-111-4/+4
* r300: Oops, made a mistake on commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485.Oliver McFadden2007-07-181-2/+2
* r300: Cleaned up vertprog construction.Oliver McFadden2007-07-181-349/+367
* r300: Corrected texcoord start when BFC1 is enabled.Tommy Schultz Lassen2007-07-181-1/+1