[Mesa-dev] [PATCH] docs: document MESA_GLES_VERSION_OVERRIDE envvar
Alejandro Piñeiro
apinheiro at igalia.com
Sat Feb 13 19:20:52 UTC 2016
On 13/02/16 20:05, Brian Paul wrote:
> On 02/13/2016 11:24 AM, Alejandro Piñeiro wrote:
>> v2: Removed reference to FC not being an allowed suffix (Brian Paul)
>> ---
>> docs/envvars.html | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/docs/envvars.html b/docs/envvars.html
>> index ba83335..8c4597c 100644
>> --- a/docs/envvars.html
>> +++ b/docs/envvars.html
>> @@ -91,6 +91,14 @@ This is only valid for versions >= 3.0.
>> <li> Mesa may not really implement all the features of the given
>> version.
>> (for developers only)
>> </ul>
>> +<li>MESA_GLES_VERSION_OVERRIDE - changes the value returned by
>> +glGetString(GL_VERSION) for OpenGL ES.
>> +<ul>
>> +<li> The format should be MAJOR.MINOR
>> +<li> Examples: 2.0, 3.0, 3.1
>> +<li> Mesa may not really implement all the features of the given
>> version.
>> +(for developers only)
>> +</ul>
>> <li>MESA_GLSL_VERSION_OVERRIDE - changes the value returned by
>> glGetString(GL_SHADING_LANGUAGE_VERSION). Valid values are
>> integers, such as
>> "130". Mesa will not really implement all the features of the
>> given language version
>>
>
> Reviewed-by: Brian Paul <brianp at vmware.com>
Thanks for the quick reviews.
>
> Do you need me to push this for you?
Thanks, but not needed, I can do that myself.
BR
More information about the mesa-dev
mailing list