repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
spec
/
oes_standard_derivatives
/
compiler
/
dFdx-vec4.frag
blob
fed62e09c02b27060a6fea38994b024486ee5577
1
/* [config]
2
* expect_result: pass
3
* glsl_version: 1.00
4
* require_extensions: GL_OES_standard_derivatives
5
* [end config]
6
*/
7
#version 100
8
#extension GL_OES_standard_derivatives: require
9
precision mediump float;
10
11
varying vec4 x;
12
void main()
13
{
14
gl_FragColor = dFdx(x);
15
}