Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
piglit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
33
Merge Requests
33
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mesa
piglit
Commits
1e2f5f9e
Commit
1e2f5f9e
authored
Mar 10, 2010
by
Brian Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fbo-blit: remove check for GL_ARB_texture_non_power_of_two
parent
163b88ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/fbo/fbo-blit.c
tests/fbo/fbo-blit.c
+0
-1
No files found.
tests/fbo/fbo-blit.c
View file @
1e2f5f9e
...
...
@@ -284,5 +284,4 @@ piglit_init(int argc, char **argv)
piglit_require_extension
(
"GL_EXT_framebuffer_object"
);
piglit_require_extension
(
"GL_EXT_framebuffer_blit"
);
piglit_require_extension
(
"GL_ARB_texture_non_power_of_two"
);
}
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