commit | ce00d232f3c01c71fb659568e9b58da1f24b2519 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sat Aug 16 09:34:12 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sat Aug 16 09:34:12 2008 -0600 |
tree | 4e191cfe00a517763fb28b466fbceeb345d830de | |
parent | db1103ebe8a4c683805694528e0a9c7a97c5769d [diff] [blame] |
mesa: added glsl/convolutions test from gallium branch
diff --git a/progs/glsl/convolution.vert b/progs/glsl/convolution.vert new file mode 100644 index 0000000..752c546 --- /dev/null +++ b/progs/glsl/convolution.vert
@@ -0,0 +1,5 @@ +void main() { + gl_FrontColor = gl_Color; + gl_TexCoord[0] = gl_MultiTexCoord0; + gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; +}