~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/mesa/main/shaderobj.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-03-14 12:18:29 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20130314121829-bv7c0z6t1pob5ket
Tags: 9.0.3-0ubuntu1
New upstream release. (LP: #1134466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
   prog->Geom.OutputType = GL_TRIANGLE_STRIP;
251
251
#endif
252
252
 
 
253
   prog->TransformFeedback.BufferMode = GL_INTERLEAVED_ATTRIBS;
 
254
 
253
255
   prog->InfoLog = ralloc_strdup(prog, "");
254
256
}
255
257