Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 30 Jan 2013 16:12:41 +0000 (16:12 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 30 Jan 2013 16:12:41 +0000 (16:12 +0000)
commit74749cd45c29b4f5300e2518f2c2c765ce8ae208
tree75fe2b6c11bbfa8934457de9cafdc27d436914fa
parente94b5e40c5fb0e36eebcae1abfe04b9bc33583f4
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses.
Review URL: https://codereview.appspot.com/7237045

git-svn-id: http://skia.googlecode.com/svn/trunk@7466 2bbb7eff-a529-9590-31e7-b0007b416f81
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrInOrderDrawBuffer.cpp
src/gpu/GrInOrderDrawBuffer.h
src/gpu/gl/GrGpuGL.cpp
src/gpu/gl/GrGpuGL.h
src/gpu/gl/GrGpuGL_program.cpp