Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]
authorBrian <brian.paul@tungstengraphics.com>
Sat, 18 Aug 2007 15:05:49 +0000 (16:05 +0100)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 18 Aug 2007 15:05:49 +0000 (16:05 +0100)
commit1f026d98dd77b6d26cc76946d92f69a9e6091b8e
tree24d7b0a41210cf848f3f77b1ea03bce6e94acbd0
parentb3f067e8593b9fda0474041f32479b20cd64e728
Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]

Used when the vertex shader references attributes which aren't present in VBOs.
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_draw.c