summaryrefslogtreecommitdiffstats
path: root/utils/renouveau/DETAILS
blob: 66362ccee196ff10d2220c5c4055025d2a1cbac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
           SPELL=renouveau
  if  [[  "$RENOUVEAU_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@nouveau.cvs.sourceforge.net:/cvsroot/nouveau:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD="on"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
      LICENSE[0]=BSD
        WEB_SITE=http://nouveau.freedesktop.org/wiki/REnouveau
        KEYWORDS="engineering"
         ENTERED=20081021
           SHORT='Reverse Engineering project for nouveau'
            DOCS="README license.txt"
cat << EOF
REnouveau stands for Reverse Engineering for nouveau.

REnouveau requires the nVidia proprietary driver installed and working.

It is an application that runs small opengl tests and watches the changes in
the video card registers. Usage instructions are on the README file. It takes
some time to get into, but once you know it, it is simple to read.

This is used to do clean room reverse engineering (this is not in violation
with nvidia driver license). We do not disassemble binaries.
EOF