Use glTexSubImage to update the pixels.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 29 Oct 2010 07:20:16 +0000 (15:20 +0800)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 29 Oct 2010 16:34:47 +0000 (12:34 -0400)
commit1f411902dea5451e37d94293f023fbc1f5381a0d
treecf78627c1ea7971fee17cb4aeed49c172a8a5233
parent332073b9db50fefe3ee7bdd85808d90732ae43ce
Use glTexSubImage to update the pixels.

glTexImage causes respecification.  The DRM buffer a client renders to
will be different from that used to create the wl_buffer.
clients/window.c
compositor/compositor.c