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
/
amd_shader_stencil_export
/
arb-undefined.frag
blob
898c7d6ad18b801c7a45120b9b2409278c6bbd9f
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.20
4
// [end config]
5
//
6
7
#version 120
8
9
#extension GL_AMD_shader_stencil_export: require
10
void main() { gl_FragStencilRefARB = 0; }