gallium: Move enum pipe_error into p_defines.h.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 25 Oct 2009 21:11:54 +0000 (21:11 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 25 Oct 2009 21:11:54 +0000 (21:11 +0000)
commit3a49497f102f2b64a8755d3cf65b7c0386e95aac
tree7294191a8f52ab3ae567d70bc56e633ab48875b6
parent88e08d7c6de89279c737dbf5139492b39f96dc43
gallium: Move enum pipe_error into p_defines.h.

It's really just another define. No need for its own header.
12 files changed:
src/gallium/auxiliary/cso_cache/cso_context.h
src/gallium/auxiliary/pipebuffer/pb_buffer.h
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
src/gallium/auxiliary/pipebuffer/pb_validate.c
src/gallium/auxiliary/pipebuffer/pb_validate.h
src/gallium/auxiliary/util/u_hash_table.h
src/gallium/auxiliary/util/u_keymap.c
src/gallium/auxiliary/util/u_upload_mgr.c
src/gallium/include/pipe/p_defines.h
src/gallium/include/pipe/p_error.h [deleted file]