Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)
authorBrian <brian.paul@tungstengraphics.com>
Sat, 16 Feb 2008 16:56:54 +0000 (09:56 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 16 Feb 2008 16:57:50 +0000 (09:57 -0700)
commit15f0015df443025086ae810c0c0d07b4359b9e02
tree1e66235f23072a21cedb0e452312a936863c3487
parent3955bbc303a6812e7d7ceb5783a8363b0855b6ca
Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)

Also, general clean-up of the Xlib-optimized glDraw/CopyPixels code.
src/mesa/drivers/x11/xm_dd.c