Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
piglit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
57
Merge Requests
57
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mesa
piglit
Commits
77351118
Commit
77351118
authored
Sep 15, 2012
by
Brian Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
max-texture-size: remove unnecessary GL calls
parent
ff77995e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
tests/texturing/max-texture-size.c
tests/texturing/max-texture-size.c
+0
-10
No files found.
tests/texturing/max-texture-size.c
View file @
77351118
...
...
@@ -404,16 +404,6 @@ piglit_init(int argc, char **argv)
GLboolean
pass
=
true
;
int
i
,
j
,
useProxy
;
glMatrixMode
(
GL_PROJECTION
);
glPushMatrix
();
glLoadIdentity
();
glOrtho
(
0
,
piglit_width
,
0
,
piglit_height
,
-
1
,
1
);
glMatrixMode
(
GL_MODELVIEW
);
glPushMatrix
();
glLoadIdentity
();
glClearColor
(
0
.
2
,
0
.
2
,
0
.
2
,
1
.
0
);
glClear
(
GL_COLOR_BUFFER_BIT
);
for
(
useProxy
=
1
;
useProxy
>=
0
;
useProxy
--
)
{
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
target
);
i
++
)
{
...
...
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