History log of /external/mesa3d/src/mesa/vbo/vbo_noop.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9881bf6e69b52efc1eb57a4027d9a8817ef8cbcb 27-Jun-2012 Brian Paul <brianp@vmware.com> mesa: more const qualifiers to match the latest glext.h

For some reason regular gcc on Linux didn't catch these but the mingw
compiler did (generated errors, not warnings).

v2: include the changes in src/mapi/ too
/external/mesa3d/src/mesa/vbo/vbo_noop.c
e6c4159372310110ec81273c5d15481c903fefed 10-Nov-2011 Brian Paul <brianp@vmware.com> mesa: replace api_noop.[ch] with vbo_noop.[ch]

None of the code in api_noop.c was used anymore. The new vbo_noop.c
functions are true no-ops. They'll be used to no-op glBegin/End functions
when we run out of VBO memory.
/external/mesa3d/src/mesa/vbo/vbo_noop.c