diff options
author | Emil Velikov <[email protected]> | 2017-10-25 11:33:09 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-11-16 14:07:14 +0000 |
commit | 3d81e11b49366b5636b8524ba0f8c7076e3fdf34 (patch) | |
tree | 1369aac5e6e16582ded76a600fb344a970fd5e9e /Makefile.am | |
parent | a3f82876f4471b88158074766c6115e15642d734 (diff) |
mesa: remove unnecessary 'sort by year' for the GL extensions
The sorting was originally added to work around broken games (comment
says Quake3 demo) that were copying the extensions list into small
buffer.
Sorting does not solve the problem, since we'll still overflow and cause
corruption/crash.
Better workaround is to actually trim the string ... as done with a
later commit which introduces the MESA_EXTENSION_MAX_YEAR env. variable.
Side note: On my machine, the existing sorting makes no changes to the
extensions string.
Cc: Jose Fonseca <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions