compositor: Switch away from using VBOs and just stream the vertex data
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 13 Feb 2011 18:44:55 +0000 (13:44 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 13 Feb 2011 18:45:01 +0000 (13:45 -0500)
commitfa4e2a76769bd17c2ddc19b664cbd00bf971dc9b
treefde76e947b797b3303b07e84bdb3a3efcc0b6996
parent31bd6c7ab10d4523684fa45f353b10e92f1187f4
compositor: Switch away from using VBOs and just stream the vertex data

We avoid changing uniforms for each window and it will be easier to break up
a surface into a series of rectangles.
compositor/compositor.c
compositor/compositor.h