summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-07 22:00:48 +0200
committerMarek Olšák <[email protected]>2017-06-19 20:09:52 +0200
commit92b4ca45504e7ffc5f4fa385ada1be48e6123181 (patch)
treeeef1ac0334a66b8de573004ddcda00834f5b1f68 /src/mesa/state_tracker/st_context.h
parent61dc2c964eb1728706ef885ed7ebbdaf6367eb30 (diff)
st/mesa: remove the "Gallium 0.4 on" prefix from GL_RENDERER
If you want to keep it for your driver, please raise your hand. The prefix will probably have to be added into the driver instead of here. I cringe when I look at my long renderer string: Gallium 0.4 on AMD Radeon R9 Fury Series (DRM 3.17.0 / 4.11.0-staging-01277-gab25a9e, LLVM 5.0.0) I'm sincerely sorry for all apps that detect Mesa by expecting "Gallium" in the string. Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index f8e9bf96c52..7d04e892a8b 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -164,7 +164,6 @@ struct st_context
} state;
char vendor[100];
- char renderer[100];
uint64_t dirty; /**< dirty states */