diff options
author | Daniel Borca <[email protected]> | 2003-12-10 15:24:49 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-12-10 15:24:49 +0000 |
commit | 28442852978e8ca0bcc5fda6393fc7b94fcf2bbf (patch) | |
tree | fb627fe1aea1faccf98d34316041aa925a56115a /docs/README.DJ | |
parent | 43be8ee414369f2745de0cf936f9767ee31df991 (diff) |
got rid of __FUNCTION__ :(
Texus2 functions are dynamically linked now
made getRegistryOrEnvironmentString more portable
bugfix: unnecessary total SW fallback -- glColorMask
bugfix: when shared palette was not loaded correctly
point_attenuation_stage back in business (point size/atten)
fxTexGetInfo is not required for fxIsTexSupported
fxDDChooseTextureFormat optimized for RGB/RGBA textures
accelerated Quads with Triangle_Fans
more WGL extensions/functions (also updated export file)
DXTC/S3TC -> FXT1 wrapping hack
quick & dirty fix for Quake2
Diffstat (limited to 'docs/README.DJ')
-rw-r--r-- | docs/README.DJ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/README.DJ b/docs/README.DJ index 722218cfda7..d8bb589f083 100644 --- a/docs/README.DJ +++ b/docs/README.DJ @@ -68,9 +68,9 @@ Available options: Tested on: CPU: AMD Athlon XP 1800+ - Mainboard: EP-8KTA3 w/ 128 MB SDRAM - Video card: Voodoo5 5500 AGP w/ 64 MB SDRAM - DJGPP: djdev 2.04 + gcc v3.2.2 + make v3.80 + Mainboard: GA-7VTXE w/ 256 MB DDRAM + Video card: Voodoo5 6000 AGP w/ 128 MB SDRAM + DJGPP: djdev 2.04 + gcc v3.3.2 + make v3.80 OS: DOS and Win98SE @@ -209,7 +209,7 @@ v1.3 (mar-2003) * revamped GLUT * switched to DXE3 -v1.4 (nov-2003) +v1.4 (dec-2003) + enabled GLUT fonts with DXE + truly added multi-window support in GLUT (for Adrian Woodward) * accomodated makefiles with the new sourcetree |