diff options
author | Tim Rowley <[email protected]> | 2016-11-09 18:24:20 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-11-14 09:03:10 -0600 |
commit | c8a51fa75d2642d71ac23a04f37f570613ac9a87 (patch) | |
tree | 37885a835944869a412bab4d1264fe606e60924b /src/gallium/drivers/swr/swr_context.cpp | |
parent | ddc898aaf37c87336e8dd5ab73ef18cef8e46200 (diff) |
swr: [rasterizer core] remove driverType
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/swr_context.cpp')
-rw-r--r-- | src/gallium/drivers/swr/swr_context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/swr_context.cpp b/src/gallium/drivers/swr/swr_context.cpp index cbc60e0aa01..6c0782a40d3 100644 --- a/src/gallium/drivers/swr/swr_context.cpp +++ b/src/gallium/drivers/swr/swr_context.cpp @@ -400,7 +400,6 @@ swr_create_context(struct pipe_screen *p_screen, void *priv, unsigned flags) SWR_CREATECONTEXT_INFO createInfo; memset(&createInfo, 0, sizeof(createInfo)); - createInfo.driver = GL; createInfo.privateStateSize = sizeof(swr_draw_context); createInfo.pfnLoadTile = swr_LoadHotTile; createInfo.pfnStoreTile = swr_StoreHotTile; |