commit | b82c47215689d1243d1aa810bff7f06d8288d686 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Jun 14 16:55:56 2012 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 21 10:58:00 2012 -0700 |
tree | 31835e3dbd68b6e638693df8b68e23c543eea7ec | |
parent | 96276604485763351cb5eaa9e08144b7bace0876 [diff] |
mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj. The rest of the TFB implementation remains in transformfeedback.c, and this will be shared with UBOs. v2: Move the size/offset checks shared with UBOs to common code as well. (Kenneth's review) Reviewed-by: Brian Paul <brianp@vmware.com> (v1) Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>