cogl-bitmap: Remove const from premult_alpha_last_four_pixels_sse2
authorNeil Roberts <neil@linux.intel.com>
Tue, 9 Feb 2010 16:30:28 +0000 (16:30 +0000)
committerNeil Roberts <neil@linux.intel.com>
Tue, 9 Feb 2010 16:30:28 +0000 (16:30 +0000)
commit193c477495488446d2f3d8ab0184f882f3255f48
tree8d01f6cf108a0b999bc40af77f4c60bb3bcc8700
parentf5d2f58b03bf03b69f6cb92b3bdddb92b8a8ecc2
cogl-bitmap: Remove const from premult_alpha_last_four_pixels_sse2

The function modifies the pixels pointed by p in-place so the pointer
can not be constant. The compiler was accepting this because the
modification is done from inline assembler.
clutter/cogl/cogl/cogl-bitmap-fallback.c