mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)
This commit is contained in:
parent
edc9ffc748
commit
8d83242c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ static const GLubyte *radeonGetString( GLcontext *ctx, GLenum name )
|
|||
offset = driGetRendererString( buffer, "Radeon", DRIVER_DATE,
|
||||
agp_mode );
|
||||
|
||||
sprintf( & buffer[ offset ], "%sTCL",
|
||||
sprintf( & buffer[ offset ], " %sTCL",
|
||||
!(rmesa->TclFallback & RADEON_TCL_FALLBACK_TCL_DISABLE)
|
||||
? "" : "NO-" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue