updated docs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6074481cfa
commit
ac9ce71ce8
@ -4,7 +4,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><h2>Changes done for each driverversion:</h2></p>
|
<p><h2>Changes done for each driverversion:</h2></p>
|
||||||
<p><h1>head (svn 0.27, Rudolf)</h1></p>
|
<p><h1>head (svn 0.28, Rudolf)</h1></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>G200-G550:</strong>
|
<li><strong>G200-G550:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
@ -13,7 +13,8 @@
|
|||||||
<li><strong>General:</strong>
|
<li><strong>General:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Hook GET_ACCELERANT_DEVICE_INFO now returns more detailed info about the card in use;
|
<li>Hook GET_ACCELERANT_DEVICE_INFO now returns more detailed info about the card in use;
|
||||||
<li>Hooks INIT_ACCELERANT and CLONE_ACCELERANT now enforce their correct use; returning error B_NOT_ALLOWED in case of errors.
|
<li>Hooks INIT_ACCELERANT and CLONE_ACCELERANT now enforce their correct use; returning error B_NOT_ALLOWED in case of errors;
|
||||||
|
<li>Execution of acceleration commands has been optimized: now the top-level acceleration functions are incorporated in the engine. This increases acceleration with upto some 15%, depending on CPU speed and engine load.
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
<p><h1>mga_driver 0.26 (Rudolf)</h1></p>
|
<p><h1>mga_driver 0.26 (Rudolf)</h1></p>
|
||||||
|
@ -40,7 +40,7 @@ greensync false # if true generate sync on green output signal
|
|||||||
#logmask 0x00010000 # engine: dac1 (including Millennium tvp)
|
#logmask 0x00010000 # engine: dac1 (including Millennium tvp)
|
||||||
#logmask 0x00020000 # engine: crtc2
|
#logmask 0x00020000 # engine: crtc2
|
||||||
#logmask 0x00040000 # engine: crtc1
|
#logmask 0x00040000 # engine: crtc1
|
||||||
#logmask 0x00080000 # engine: acc
|
#logmask 0x00080000 # engine: acceleration
|
||||||
#logmask 0x00100000 # engine: maven tv
|
#logmask 0x00100000 # engine: maven tv
|
||||||
#logmask 0x00200000 # set displaymode
|
#logmask 0x00200000 # set displaymode
|
||||||
#logmask 0x00400000 # propose displaymode
|
#logmask 0x00400000 # propose displaymode
|
||||||
@ -51,4 +51,3 @@ greensync false # if true generate sync on green output signal
|
|||||||
#logmask 0x08000000 # get accelerant hook
|
#logmask 0x08000000 # get accelerant hook
|
||||||
#logmask 0x10000000 # engine management
|
#logmask 0x10000000 # engine management
|
||||||
#logmask 0x20000000 # cursor
|
#logmask 0x20000000 # cursor
|
||||||
#logmask 0x40000000 # acceleration
|
|
||||||
|
Loading…
Reference in New Issue
Block a user