~glcompbench-dev/glcompbench/blur-update

« back to all changes in this revision

Viewing changes to src/libmatrix/program.h

  • Committer: Jesse Barker
  • Date: 2012-01-27 22:26:02 UTC
  • mfrom: (74.1.5 libmatrix-util)
  • Revision ID: jesse.barker@linaro.org-20120127222602-osainr4na7opoiij
Merge of lp:~glcompbench-dev/glcompbench/libmatrix-util.

Updates glcompbench to reflect the latest lp:libmatrix, which, in and of itself,
conslidates code previously duplicated between glcompbench and glmark2 into
libmatrix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// Copyright (c) 2011 Linaro Limited
 
2
// Copyright (c) 2011-2012 Linaro Limited
3
3
//
4
4
// All rights reserved. This program and the accompanying materials
5
5
// are made available under the terms of the MIT License which accompanies
8
8
//
9
9
// Contributors:
10
10
//     Jesse Barker - original implementation.
 
11
//     Alexandros Frantzis - local integration changes
11
12
//
12
13
#ifndef PROGRAM_H_
13
14
#define PROGRAM_H_
161
162
    bool valid_;
162
163
};
163
164
 
164
 
// Handy utility for extracting shader source from a named file
165
 
bool gotSource(const std::string& filename, std::string& sourceOut);
166
 
 
167
165
#endif // PROGRAM_H_