~linaro-graphics-wg/compiz-core/linaro-gles2-old

« back to all changes in this revision

Viewing changes to plugins/opengl/src/paint.cpp

  • Committer: Alexandros Frantzis
  • Author(s): Frederic Plourde
  • Date: 2012-02-08 18:44:10 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120208184410-28eef427mx3730ki
Fix decoration mapping instabilities and texturing artefacts

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
                         unsigned int                maxGridWidth,
821
821
                         unsigned int                maxGridHeight)
822
822
{
823
 
    WRAPABLE_HND_FUNC (2, glAddGeometry, matrix, region, clip)
 
823
    WRAPABLE_HND_FUNC (2, glAddGeometry, matrix, region, clip, maxGridWidth, maxGridHeight)
824
824
 
825
825
    BoxRec full;
826
826
    int    nMatrix = matrix.size ();