]> git.cworth.org Git - apitrace/commit
add support for (key, val) attribute list
authorChia-I Wu <olvaffe@gmail.com>
Wed, 2 Nov 2011 10:30:28 +0000 (18:30 +0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 8 Nov 2011 17:28:44 +0000 (17:28 +0000)
commitcb7bcd464425fb9e5d7896e2a36c3154aa8b6a80
treef0f5515e8f2845519ef551165563cfca62ed5b96
parente50c14bea7f5ff05e1d17371550696d63fc0f0f2
add support for (key, val) attribute list

A (key, val) attribute list has this format

  { key1, val1, ..., keyN, valN, terminator }

and the size is 2*N + 1
glsize.hpp