remove bump test (forceautobump)
This commit is contained in:
@@ -2122,7 +2122,6 @@ struct _GlideRoot_s {
|
||||
FxBool texSubLodDither; /* always do subsample mipmap dithering */
|
||||
FxBool aaClip; /* clean out AA garbage */
|
||||
|
||||
FxBool forceAutoBump; /* force Auto bump? */
|
||||
#if CHECK_SLAVE_SWAPCMD
|
||||
FxU32 checkSlaveSwapCMD; /* check swap commands across all chips */
|
||||
#endif
|
||||
|
||||
@@ -2477,7 +2477,7 @@ GR_EXT_ENTRY(grSstWinOpenExt, GrContext_t, ( FxU32 hWnd,
|
||||
#if __POWERPC__
|
||||
if (!hwcInitAGPFifo(bInfo, FXFALSE)) {
|
||||
#else
|
||||
if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.forceAutoBump/*FXTRUE*/)) {
|
||||
if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.autoBump/*FXTRUE*/)) {
|
||||
#endif
|
||||
hwcRestoreVideo(bInfo);
|
||||
GrErrorCallback(hwcGetErrorString(), FXFALSE);
|
||||
|
||||
Reference in New Issue
Block a user