diff options
author | Roland Scheidegger <[email protected]> | 2010-05-29 01:22:23 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-05-29 01:22:23 +0200 |
commit | d1998962efe9069c6cafe6c59f62f0590586d4a6 (patch) | |
tree | a8486a4cb34b60131f248527af2f11bcdb19fc46 /src/gallium/drivers/svga/svga_pipe_blit.c | |
parent | 72c77d472b21276c56778bb24a786737f17bb936 (diff) |
svga: adapt to clear interface changes
this should support separate stencil/depth clears just fine.
Diffstat (limited to 'src/gallium/drivers/svga/svga_pipe_blit.c')
-rw-r--r-- | src/gallium/drivers/svga/svga_pipe_blit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_pipe_blit.c b/src/gallium/drivers/svga/svga_pipe_blit.c index 2dd99b46316..e742fec4a28 100644 --- a/src/gallium/drivers/svga/svga_pipe_blit.c +++ b/src/gallium/drivers/svga/svga_pipe_blit.c @@ -108,5 +108,4 @@ void svga_init_blit_functions(struct svga_context *svga) { svga->pipe.resource_copy_region = svga_surface_copy; - svga->pipe.resource_fill_region = util_resource_fill_region; } |