Move string functions to state_tracker, add queries to pipe, winsys.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 15:42:26 +0000 (16:42 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 15:44:07 +0000 (16:44 +0100)
commit39407fd85467141fceafbedf52d9e55e008eb011
treec3580533e9e37c1d410eb6bb8f24fd192f27dbcc
parent1c8bcc733d695732ca704565b3a10ac5f4172ea3
Move string functions to state_tracker, add queries to pipe, winsys.
14 files changed:
src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
src/mesa/pipe/i915simple/Makefile
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_reg.h
src/mesa/pipe/i915simple/i915_strings.c [new file with mode: 0644]
src/mesa/pipe/p_context.h
src/mesa/pipe/p_winsys.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/sources
src/mesa/state_tracker/st_cb_strings.c [new file with mode: 0644]
src/mesa/state_tracker/st_cb_strings.h [new file with mode: 0644]
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h