diff options
author | Chad Versace <[email protected]> | 2017-05-23 16:04:55 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-05-30 12:01:37 -0700 |
commit | 85dd3e4de11992162da48bb6b090a78baa578300 (patch) | |
tree | 78cb7372884bb82b10f215e463b7027e6c7cd8ff /src | |
parent | fd6c2a3f3eb7f5f3077fb95b1441ddaa43b806fe (diff) |
i965/dri: Rewrite comment for intelCreateBuffer
The old comment pinned this function to X11 windows. In reality, this
function serves more than X11 and more than just windows.
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_screen.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c index 9842de67423..5de6f18b84f 100644 --- a/src/mesa/drivers/dri/i965/intel_screen.c +++ b/src/mesa/drivers/dri/i965/intel_screen.c @@ -1152,7 +1152,11 @@ intelDestroyScreen(__DRIscreen * sPriv) /** - * This is called when we need to set up GL rendering to a new X window. + * Create a gl_framebuffer and attach it to __DRIdrawable::driverPrivate. + * + *_This implements driDriverAPI::createNewDrawable, which the DRI layer calls + * when creating a EGLSurface, GLXDrawable, or GLXPixmap. Despite the name, + * this does not allocate GPU memory. */ static GLboolean intelCreateBuffer(__DRIscreen *dri_screen, |