summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-26 18:44:40 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-26 18:44:40 +0200
commit3ae082f00cad3f2323a3747fe3b6f02b8f8c5285 (patch)
treed5f74c2988cb77070d3a6b6e09bd69b720c2be6c /src/gallium/state_trackers/dri
parentd9b6552d85cfe54f2e8b9c277e05e23d84058e0b (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')
-rw-r--r--src/gallium/state_trackers/dri/sw/drisw.c6
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 8999ae530f..745941d550 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"