Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
piglit
Commits
0aaf624a
Commit
0aaf624a
authored
Jul 12, 2008
by
Nicolai Hähnle
Browse files
fp-generic: Add alpha channel for a full RGBA visual
parent
6cac4d01
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/shaders/fp-generic.c
View file @
0aaf624a
...
...
@@ -242,7 +242,7 @@ int main(int argc, char *argv[])
glutInitWindowPosition
(
0
,
0
);
glutInitWindowSize
(
Width
,
Height
);
glutInitDisplayMode
(
GLUT_RGB
A
|
GLUT_DOUBLE
);
glutInitDisplayMode
(
GLUT_RGB
|
GLUT_DOUBLE
|
GLUT_ALPHA
);
glutCreateWindow
(
argv
[
0
]);
glutReshapeFunc
(
Reshape
);
glutDisplayFunc
(
Redisplay
);
...
...
tests/shaders/generic/lrp_sat.fp
View file @
0aaf624a
...
...
@@ -5,7 +5,7 @@ tc
-0.5 4.5 3.5 1.0
tex
expected
0.25 0.5 0.5
1.0
0.25 0.5 0.5
0.5
!!ARBfp1.0
TEMP r0;
...
...
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