The document proposes GPUVis, a model and implementation for utilizing GPUs in information visualization. GPUVis defines image-space operations (IVOs) that transform data tuples into colored pixels. IVOs can perform tasks like color mapping, glyph rendering, filtering, and statistical analysis. GPUVis implements IVOs as shader programs and provides a visual editor to compose IVOs without programming. A demo of GPUVis shows performance gains over OpenGL for visualizations like scatter plots, node-link diagrams, and treemaps. Future work aims to improve control flow, optimization, and transition to CUDA/OpenCL.