summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-08-30 20:41:18 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-08-30 20:41:18 +0000
commit8dab7963b7b6ab91e3ea8b3eea8a1bb7c56cce39 (patch)
tree7831cceaea37f3f75cc4874a6fc43a582a5512f9 /progs/demos/Makefile
parentec30116c9f0a1862a6f44ee07a50f9d300ee229b (diff)
Add a demo illustrating various techniques for uploading dynamic (ietexmem_0_2_branch
streaming) texture images via PBO's. Two of these currently seem to trigger a memory leak in the i915 driver, but at least one (PBO_PINGPONG) illustrates the good speedups available with PBO's on the i915 driver, particularly zero-copy uploads.
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r--progs/demos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 43d0f17c85..feb2abd6cf 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -47,6 +47,7 @@ PROGS = \
renormal \
shadowtex \
singlebuffer \
+ streaming_rect \
spectex \
spriteblast \
stex3d \