diff options
author | George Sapountzis <[email protected]> | 2010-03-26 18:44:40 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-26 18:44:40 +0200 |
commit | 3ae082f00cad3f2323a3747fe3b6f02b8f8c5285 (patch) | |
tree | d5f74c2988cb77070d3a6b6e09bd69b720c2be6c /src/gallium/state_trackers/dri/sw | |
parent | d9b6552d85cfe54f2e8b9c277e05e23d84058e0b (diff) |
swrastg: allow for any of the software rasterizers.
This function should be put in targets/common or winsys/sw/common and shared
with targers/libgl-xlib and winsys/sw/drm.
For targets/common, you get layering violations in the build system unless
all of drm_api's are moved under targets.
Diffstat (limited to 'src/gallium/state_trackers/dri/sw')
-rw-r--r-- | src/gallium/state_trackers/dri/sw/drisw.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/state_trackers/dri/sw/drisw.c b/src/gallium/state_trackers/dri/sw/drisw.c index 8999ae530f2..745941d5501 100644 --- a/src/gallium/state_trackers/dri/sw/drisw.c +++ b/src/gallium/state_trackers/dri/sw/drisw.c @@ -48,12 +48,6 @@ * for createImage/destroyImage similar to DRI2 getBuffers. Probably not worth * it, given the scope of DRISW, unless it falls naturally from properly * solving the above two issues. - * - * swrast_create_screen: - * - * Allow for any software renderer to be used. Factor out the code from - * targets/libgl-xlib/xlib.c, put it in targets/common or winsys/sw/common and - * use it in all software targets. */ #include "util/u_memory.h" |