added description of faster glDraw/CopyPixels code

This commit is contained in:
Brian Paul
2003-12-01 22:43:31 +00:00
parent 9a90cd40c6
commit 80e89c5368
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -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)