Sciweavers

TOG
2008
193views more  TOG 2008»
14 years 10 days ago
Random-access rendering of general vector graphics
We introduce a novel representation for random-access rendering of antialiased vector graphics on the GPU, along with efficient encoding and rendering algorithms. The representati...
Diego Nehab, Hugues Hoppe
WSCG
2004
154views more  WSCG 2004»
14 years 1 months ago
Emulating an Offline Renderer by 3D Graphics Hardware
3D design software has since long employed graphics chips for low-quality real-time previewing. But their dramatically increased computing power now paves the way to accelerate th...
Jörn Loviscach
GRAPHICSINTERFACE
2004
14 years 1 months ago
Hardware Accelerated Per-Pixel Displacement Mapping
In this paper we present an algorithm capable of rendering a displacement mapped triangle mesh interactively on latest GPUs. The algorithm uses only pixel shaders and does not rel...
Johannes Hirche, Alexander Ehlert, Michael C. Dogg...
GRAPHITE
2006
ACM
14 years 6 months ago
Interactive landscape visualization using GPU ray casting
—This paper demonstrates the simple yet effective usage of height fields for interactive landscape visualizations using a ray casting approach implemented in the pixel shader of...
Stephan Mantler, Stefan Jeschke
ASPLOS
2006
ACM
14 years 6 months ago
Accelerator: using data parallelism to program GPUs for general-purpose uses
GPUs are difficult to program for general-purpose uses. Programmers can either learn graphics APIs and convert their applications to use graphics pipeline operations or they can ...
David Tarditi, Sidd Puri, Jose Oglesby