bsalomon@google.com
|
4fa6694c58
|
Resubmit 2289 with fix for glsl version
git-svn-id: http://skia.googlecode.com/svn/trunk@2291 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-09-20 19:06:12 +00:00 |
|
bsalomon@google.com
|
1fac5ca505
|
Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version.
git-svn-id: http://skia.googlecode.com/svn/trunk@2290 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-09-20 17:57:44 +00:00 |
|
bsalomon@google.com
|
98874cdda0
|
[GPU] Use new Var type for inputs/outputs of FS and VS
Review URL: http://codereview.appspot.com/5056048/
git-svn-id: http://skia.googlecode.com/svn/trunk@2289 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-09-20 17:33:24 +00:00 |
|
bsalomon@google.com
|
5c6ae60a71
|
Fix compilation error related to using nonexistent sk_malloc instead of sk_malloc_throw. VC++ lazy template code compilation let this work on windows since the wrong function name was only in currently unused templated functions.
git-svn-id: http://skia.googlecode.com/svn/trunk@2266 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-09-14 14:01:31 +00:00 |
|
bsalomon@google.com
|
49313f6b43
|
GrTArray->SkTArray & docs
Review URL: http://codereview.appspot.com/5005045/
git-svn-id: http://skia.googlecode.com/svn/trunk@2265 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-09-14 13:54:05 +00:00 |
|