skia2/include/gpu
caryclark@google.com cf6285b89b fix warnings on Mac in src/gpu and include/gpu
Fix these class of warnings:
- unused functions
- unused locals
- sign mismatch
- missing function prototypes
- missing newline at end of file
- 64 to 32 bit truncation

The changes prefer to link in dead code in the debug build
with 'if (false)' than to comment it out, but trivial cases
are commented out or sometimes deleted if it appears to be
a copy/paste error.
Review URL: https://codereview.appspot.com/6296044

git-svn-id: http://skia.googlecode.com/svn/trunk@4180 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-06-06 12:09:01 +00:00
..
gl Add glTexParameteriv to GL interface 2012-05-31 17:59:23 +00:00
GrClip.h Remove GrPath typedef 2012-04-27 15:52:53 +00:00
GrClipIterator.h Remove GrPath typedef 2012-04-27 15:52:53 +00:00
GrColor.h [GPU] Add explicit byte order and PM vs. UPM 8888 configs 2011-11-07 15:54:49 +00:00
GrConfig.h Remove mutual dependency of gr and skgr. 2012-03-22 17:56:29 +00:00
GrContext.h GrTexture can now create its own cache key 2012-06-04 20:05:28 +00:00
GrContextFactory.h Make GM able to run MSAA modes and multiple GPU configs in a single run. 2012-04-19 19:15:35 +00:00
GrCustomStage.h Implement morphology as a custom effect 2012-05-31 18:40:36 +00:00
GrFontScaler.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrGlyph.h Remove GrPath typedef 2012-04-27 15:52:53 +00:00
GrInstanceCounter.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrKey.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrMatrix.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrNoncopyable.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrPaint.h Skip unnecessary copies in GrPaint operator == 2012-03-16 17:50:37 +00:00
GrPoint.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrProgramStageFactory.h fix warnings on Mac in src/gpu and include/gpu 2012-06-06 12:09:01 +00:00
GrRect.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrRefCnt.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrRenderTarget.h Add code path for Gr client to resolve an Gr-created MSAA render target. 2012-01-31 13:35:56 +00:00
GrResource.h Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) 2012-06-05 19:35:09 +00:00
GrSamplerState.h remove 4x4 downsample filter mode 2012-06-04 20:06:02 +00:00
GrScalar.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrTemplates.h Move gpu/include/* to include/gpu and gpu/src/* to src/gpu 2011-10-12 19:53:16 +00:00
GrTextContext.h Added documentation of stage/TU allocation 2012-05-10 12:40:40 +00:00
GrTexture.h GrTexture can now create its own cache key 2012-06-04 20:05:28 +00:00
GrTypes.h Fixed Linux compiler complaints 2012-06-04 13:22:14 +00:00
GrUserConfig.h Remove old and GL-specific defines from GrUserConfig.h comments 2011-11-08 15:52:21 +00:00
SkGpuCanvas.h Remove comment related to removed function. 2011-09-01 15:55:31 +00:00
SkGpuDevice.h Plumbing to propagate save & restore from SkCanvas down to GrContext & lower 2012-05-23 11:44:08 +00:00
SkGr.h fix warnings on Mac in src/gpu and include/gpu 2012-06-06 12:09:01 +00:00
SkGrTexturePixelRef.h Consolidate PixelRef flattables with the standard impl 2012-03-28 20:47:01 +00:00