diff options
author | George Sapountzis <[email protected]> | 2010-03-28 19:30:03 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-28 19:30:54 +0300 |
commit | a24fc90703f62d286031cb2ee8f625ef728243fd (patch) | |
tree | 5772b573c75440f065636b27045029dcea4fd197 /src/gallium/targets/dri-swrast | |
parent | c42fe8cd278fdff831f557bbfcbfde16bd38a65d (diff) |
drisw: probably better hack for stride and some comments
Diffstat (limited to 'src/gallium/targets/dri-swrast')
-rw-r--r-- | src/gallium/targets/dri-swrast/swrast_drm_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/dri-swrast/swrast_drm_api.c b/src/gallium/targets/dri-swrast/swrast_drm_api.c index 1fdfcccf883..1f24d7650d7 100644 --- a/src/gallium/targets/dri-swrast/swrast_drm_api.c +++ b/src/gallium/targets/dri-swrast/swrast_drm_api.c @@ -38,8 +38,8 @@ * This function should be put in targets/common or winsys/sw/common and shared * with targets/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. + * For targets/common, you get layering violations unless all of drm_api's are + * moved under targets. */ #ifdef GALLIUM_SOFTPIPE |