~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to intern/opencolorio/fallback_impl.cc

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
void FallbackImpl::matrixTransformScale(float * , float * , const float *)
381
381
{
382
382
}
 
383
 
 
384
bool FallbackImpl::setupGLSLDraw(struct OCIO_GLSLDrawState **state_r, OCIO_ConstProcessorRcPtr *processor, bool predivide)
 
385
{
 
386
        return false;
 
387
}
 
388
 
 
389
void FallbackImpl::finishGLSLDraw(OCIO_GLSLDrawState *state)
 
390
{
 
391
}
 
392
 
 
393
void FallbackImpl::freeGLState(struct OCIO_GLSLDrawState *state_r)
 
394
{
 
395
}