OSDN Git Service

gallium: minor cleanups to pipe interface
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Jan 2008 14:38:36 +0000 (14:38 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 26 Jan 2008 01:32:13 +0000 (10:32 +0900)
commitf3aa4de034b0d791ce2e38e8aeb3b3abdb4e3b50
tree3888f963ea9113f73dd48da697168d592ff87ebe
parent1e9e4341e08a45c93e7caa90c2cca844469f4629
gallium: minor cleanups to pipe interface

- Remove put/get tile, just have users call put_tile_raw, etc directly.
- Remove surface_data call, just map it locally.
src/mesa/pipe/failover/fo_context.c
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/i965simple/brw_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/util/p_tile.c
src/mesa/state_tracker/st_texture.c