diff options
author | Brian Paul <[email protected]> | 2003-12-01 22:43:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-01 22:43:31 +0000 |
commit | 80e89c536875fed6ef84a1908cbd9f8c10552e7b (patch) | |
tree | f2ca3489ac4170b8542120b74cb31311a8acdbde /docs/VERSIONS | |
parent | 9a90cd40c6e510484e018afd087a4c239b616ee0 (diff) |
added description of faster glDraw/CopyPixels code
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 02eeb3dca93..ca29aed917a 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1166,6 +1166,8 @@ Mesa Version History - demo of per-pixel lighting with a fragment program (demos/fplight.c) - new version (18) of glext.h header - new spriteblast.c demo of GL_ARB_point_sprite + - faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1) + - faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1) Bug fixes: - really enable OpenGL 1.4 features in DOS driver. - fixed issues in glDrawPixels and glCopyPixels for very wide images @@ -1181,3 +1183,4 @@ Mesa Version History - documentation overhaul. merged with website content. more html. - glxgears.c demo updated to use GLX swap rate extensions - glTexImage1/2/3D now allows width/height/depth = 0 + - disable SPARC asm code on Linux (bug 852204) |