MMM
Results 1 to 25 of 37

Thread: LOD on Fermi? 260.99?

Threaded View

  1. #32
    Xtreme Addict
    Join Date
    Sep 2010
    Location
    US, MI
    Posts
    1,680
    Code:
    ;Texture LOD Bais
    ;[image_settings]
    ;HKR,	,							OGL_QualityEnhancements,		%REG_BINARY%,	10,FF,FF,FF	;-15
    HKR,	,							OGL_QualityEnhancements,		%REG_BINARY%,	FF,FF,FF,FF	;-0.1
    ;HKR,	,							OGL_QualityEnhancements,		%REG_BINARY%,	00,00,00,00	;0
    
    ;MipMap LOD Bais
    HKR,	,							OGL_TexLODBias,				%REG_BINARY%,	10,FF,FF,FF	;-15
    ;HKR,	,							OGL_TexLODBias,				%REG_BINARY%,	EE,FF,FF,FF	;-1.1
    ;HKR,	,							OGL_TexLODBias,				%REG_BINARY%,	00,00,00,00	;0
    ;HKR,	,							OGL_TexLODBias,				%REG_BINARY%,	F0,00,00,00	;15
    
    
    ;Negative LOD Bais Clamping
    ;[d3d_negative_lod_bias_status]
    ;HKR,,D3D_16579523,		%REG_BINARY%,00,00,00,00	;Disabled
    HKR,,D3D_16579523,		%REG_BINARY%,01,00,00,00	;Enabled
    
    ;Texture LOD Bais
    ;HKR,,D3D_88481200,		%REG_BINARY%,00,00,00,00	;0?   [CPL-Best Image Quality]
    ;HKR,,D3D_88481200,		%REG_BINARY%,02,00,00,00	;0.2? [CPL-High Image Quality]
    ;HKR,,D3D_88481200,		%REG_BINARY%,04,00,00,00	;0.4? [CPL-Blend]
    ;HKR,,D3D_88481200,		%REG_BINARY%,08,00,00,00	;0.8? [CPL-High Performance]
    ;HKR,,D3D_88481200,		%REG_BINARY%,0a,00,00,00	;1? [CPL-Best Performance]
    ;HKR,,D3D_88481200,		%REG_BINARY%,7f,00,00,00	;+12.7? (+Max)
    HKR,,D3D_88481200,		%REG_BINARY%,80,ff,ff,ff	;-12.7? (-Max)
    ;HKR,,D3D_88481200,		%REG_BINARY%,f7,ff,ff,ff	;-0.9?
    
    ;MipMap LOD Bais
    ;[image_settings]
    ;HKR,,D3D_QualityEnhancements,	%REG_BINARY%,00,00,00,00	;0?   [CPL-Quality]
    ;HKR,,D3D_QualityEnhancements,	%REG_BINARY%,0a,00,00,00	;1.3? [CPL-Performance]
    ;HKR,,D3D_QualityEnhancements,	%REG_BINARY%,14,00,00,00	;2.5? [CPL-High Performance]
    HKR,,D3D_QualityEnhancements,	%REG_BINARY%,f6,ff,ff,ff	;-1.3?
    ;HKR,,D3D_QualityEnhancements,	%REG_BINARY%,ff,ff,ff,ff	;-0.1?
    Pretty much what you need.
    Now you just gotta find where your driver is installed to...
    A hint, it's in current control set/control/video.
    It's one of those.
    Windows makes a mess there though so...

    You'll see sub keys like 0000, and 0001.
    Only 0000 needs to be changed unless you have multible video card's that aren't sli'ed probably.

    Edit:
    Btw guys, do NOT use af with a negative lod bais for mip maps.
    Never EVER...
    AF is complete bs, just a marketing gimick.

    Perhaps someone wanna mess with my driver ???
    It's not complete, I only work on them once a year but still it's working decently right now for my gtx 460 se, at least it installs...
    You don't need the files from me, I can show you what to dl off nvidia, just my inf is needed.
    Oh yeah I forgot, doesn't support older cards then quadro 900 xgl's or 980's(yet), and doesn't support tnt card's(yet), and is x86 only for now.
    I can make a x64 driver but that would take me a while, don't have a x64 os installed, but I have a few x64 os'es...

    But you guys probably not interested anyways.
    Last edited by NEOAethyr; 12-21-2010 at 05:53 AM.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •