OSDN Git Service

Lift common winsys functions into pipe's new p_winsys.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 14:31:26 +0000 (15:31 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 14:35:48 +0000 (15:35 +0100)
commit47fc2c4349746997704a7f81dffadd22363e0ff1
treeda53b452a03ad6909a1b9b95db565fa7a73a511e
parent12e3bb1a65bbff82dabc64110249c57a711501c1
Lift common winsys functions into pipe's new p_winsys.
33 files changed:
src/mesa/drivers/dri/i915tex/intel_render.c
src/mesa/drivers/dri/i915tex/intel_tris.c
src/mesa/drivers/dri/intel_winsys/Makefile
src/mesa/drivers/dri/intel_winsys/intel_context.c
src/mesa/drivers/dri/intel_winsys/intel_pipe_i915simple.c [deleted file]
src/mesa/drivers/dri/intel_winsys/intel_winsys.h [moved from src/mesa/drivers/dri/intel_winsys/intel_pipe.h with 94% similarity]
src/mesa/drivers/dri/intel_winsys/intel_winsys_i915.c [new file with mode: 0644]
src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c [moved from src/mesa/drivers/dri/intel_winsys/intel_pipe_softpipe.c with 57% similarity]
src/mesa/drivers/dri/intel_winsys/intel_winsys_softpipe.c [new file with mode: 0644]
src/mesa/pipe/i915simple/Makefile
src/mesa/pipe/i915simple/i915_buffer.c [deleted file]
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_debug.c
src/mesa/pipe/i915simple/i915_debug.h
src/mesa/pipe/i915simple/i915_debug_fp.c
src/mesa/pipe/i915simple/i915_flush.c
src/mesa/pipe/i915simple/i915_regions.c
src/mesa/pipe/i915simple/i915_state.c
src/mesa/pipe/i915simple/i915_winsys.h
src/mesa/pipe/p_context.h
src/mesa/pipe/p_winsys.h [new file with mode: 0644]
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_buffer.c [deleted file]
src/mesa/pipe/softpipe/sp_buffer.h [deleted file]
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_flush.c
src/mesa/pipe/softpipe/sp_flush.h
src/mesa/pipe/softpipe/sp_region.c
src/mesa/pipe/softpipe/sp_winsys.h
src/mesa/state_tracker/st_cb_bufferobjects.c
src/mesa/state_tracker/st_cb_flush.c
src/mesa/state_tracker/st_cb_flush.h