Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
virgl-es
mesa
Commits
0673b469
Commit
0673b469
authored
Aug 25, 2010
by
Eric Anholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesa: Don't warn when the desired result of s3tc lib available occurs.
parent
d8ad10dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texcompress_s3tc.c
+0
-1
No files found.
src/mesa/main/texcompress_s3tc.c
View file @
0673b469
...
...
@@ -149,7 +149,6 @@ _mesa_init_texture_s3tc( GLcontext *ctx )
}
if
(
dxtlibhandle
)
{
ctx
->
Mesa_DXTn
=
GL_TRUE
;
_mesa_warning
(
ctx
,
"software DXTn compression/decompression available"
);
}
#else
(
void
)
ctx
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment