demo: remove XCB_NVIDIA paths
authorChia-I Wu <olv@lunarg.com>
Sat, 11 Apr 2015 04:55:53 +0000 (12:55 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 11 Apr 2015 05:12:45 +0000 (13:12 +0800)
commit13d4c3303ee6bbbe87e29dcf4a65f19597d2a12c
treef4dc390e4293aea260b8db314a154c12fea7e6d8
parentdfd7c0d00732d1a5f43616cb9afb993d7948d0b3
demo: remove XCB_NVIDIA paths

The memory returned by xglWsiX11CreatePresentableImage() is not supposed to be
freed.  This change at worse leaks the memories on app exiting for some
implementations.  That should be fine.

Also, the function returns at most one memory.  Remove multiple memory support
from tri.
demos/cube.c
demos/tri.c