search for: program_typ

Displaying 2 results from an estimated 2 matches for "program_typ".

Did you mean: program_type
2006 Feb 07
7
select list error - following Agile guide
...here line #33 raised: wrong argument type String (expected Module) Extracted source (around line #33): 30: <tr> 31: <td><label for "type">Type</label></br><%= 32: options = [["Select Program Type", ""]] + Placement::PROGRAM_TYPES 33: select("placement", "type", options) %> 34: </td> 35: <td></td> 36: <td> inside of placement.rb (model) PROGRAM_TYPES = [ [ "PAH", "PAH" ], [ "16 Hour", "16 Hour...
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies the nv30 and nv40 register definitions. nv30 and nv40 are very similar and have the same offsets for the registers they share. The major differences are: 1. Texture setup is different due to full NPOT support on nv40 2. More advanced blending/render targets on nv40 3. NV30 has fixed function registers, which NV40 lacks The