update to the latest vertex fetch proposal
authorChia-I Wu <olv@lunarg.com>
Sat, 8 Nov 2014 02:48:20 +0000 (10:48 +0800)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 21 Nov 2014 23:49:39 +0000 (16:49 -0700)
commitcdcd868fd637fd3f548e06d87071290062dcc795
treecf0ee34940c4ca4436488b48d68a26f87a65beaa
parentbb57f646f4ac300adbc0ffc2b6c5ab4a79fbcaa5
update to the latest vertex fetch proposal

The main difference is that XGL_SLOT_VERTEX_INPUT is replaced by
xglCmdBindVertexData.  This actually simplifies the driver, which can be seen
with:

 $ git show icd/intel/

The new proposal also adds some new formats, but they are ignored for now
because they are marked TBD.
demos/tri.c
include/xgl.h
include/xglLayer.h
layers/api_dump.c
layers/basic_plugin.c
layers/draw_state.c
layers/object_track.c
layers/xgl_string_helper.h
loader/loader.c
xgl.py