gallium: new, simple RGBA surface create/destroy helpers
authorBrian Paul <brianp@vmware.com>
Wed, 15 Apr 2009 15:36:03 +0000 (09:36 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Apr 2009 15:36:03 +0000 (09:36 -0600)
commit49b40f9bf4aef3a32ddb88f7e8d378f08e26b081
tree3faedd60e7e0c375a95499f4fd572f34bcf1c486
parentb3c1c5cf2c5848d794a5690c7296b9b927412353
gallium: new, simple RGBA surface create/destroy helpers

Use these for quickly creating an RGBA drawing surface.
src/gallium/auxiliary/util/Makefile
src/gallium/auxiliary/util/SConscript
src/gallium/auxiliary/util/u_surface.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_surface.h [new file with mode: 0644]