~ubuntu-branches/ubuntu/precise/mesa-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2012-11-30 20:58:34 UTC
  • Revision ID: package-import@ubuntu.com-20121130205834-gazuvne3fpwlf012
Tags: upstream-9.0
ImportĀ upstreamĀ versionĀ 9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FRAG
 
2
 
 
3
DCL IN[0], COLOR, LINEAR
 
4
DCL OUT[0], COLOR
 
5
 
 
6
MOV OUT[0], IN[0].yxzw
 
7
 
 
8
END