CIA.vc
Archived Message
for Compiz Fusion
Stats » Projects » Compiz Fusion » Archived Message
envelope
Received 22:30 on Jan 03
Generated by CIA Perl client for Git version 1.0
linksUTC clock
17:18 on Feb 23, 2012

Commit Message

Author:brnguyen
Project:compiz-fusion
Branch:master
URL:http://cgit.compiz.org/compiz/core/commit/?id=88037507bde0840f4973c6ebb5b03aacc8...
 Fix vertex and texture array code in paint.cpp.

PrivateGLScreen::paintBackground(): If background textures are empty,
fix the vertex array pointer to use the beginning of the vertex data
rather than (data + 2). Fix data allocation so only the necessary number
of vertices is allocated. Disable the unspecified texture coordinate
array in this case, since leaving it enabled may cause the GL driver to
segfault when attempting to dereference it.

Modified Files

  • compiz
    • core
      • plugins
        • opengl
          • src
            • paint.cpp