OSDN Git Service

Fix an error related to glPolygonStipple.
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 30 Jul 2007 08:17:40 +0000 (16:17 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 30 Jul 2007 08:17:40 +0000 (16:17 +0800)
commit775ebb696dffaf6fddc170862ecb375e6cdfcb9c
treeb9c7b01feea2dc960115f0d23264edad46739b92
parent60179434d15989b81e2d4757f34033009184a678
Fix an error related to glPolygonStipple.

As glPixelStore(GL_UNPACK) affect the bits into a stipple pattern,
hence 128 bytes used to store the pattern in a display list aren't
enough sometimes.
src/mesa/main/dlist.c