summaryrefslogtreecommitdiff
path: root/gpu.gyp
AgeCommit message (Expand)Author
2012-09-04Add effects/core.gypi to 'sources' to make them appear in VS projectsbsalomon@google.com
2012-08-23Make gpu.gypi show up in IDE projectsbsalomon@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-23Add gpu.gypi to ease skia->chrome rollsbsalomon@google.com
2012-08-22Move the code for the GPU implementation of morphology effects from GrContextsenorblanco@chromium.org
2012-08-13Added GrTextureStripAtlas object.rileya@google.com
2012-08-13Updated gpu.gyp to move GrCacheID.h from src\gpu to include\gpurobertphillips@google.com
2012-08-08Refactored cacheID in preparation for clip mask caching changesrobertphillips@google.com
2012-08-03Registry-based unit test for custom effectsbsalomon@google.com
2012-08-02Move GL programs unit test code to tests project.bsalomon@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-08-01Removed GrClip & related classesrobertphillips@google.com
2012-07-27Move GPU gradients into src/effects/gradients.rileya@google.com
2012-07-25Add GL uniform managerbsalomon@google.com
2012-07-18This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...twiz@google.com
2012-07-17Move texture domains onto a GrCustomStage, off of GrSamplerState.tomhudson@google.com
2012-07-12Introduces new SingleTextureEffect base class for GrCustomStage objects.tomhudson@google.com
2012-07-12The correct fix for the lighting filters on Windows: set the GL callingsenorblanco@chromium.org
2012-07-11This patch implements the diffuse and specular lighting filters in Ganesh. senorblanco@chromium.org
2012-07-10Remove GrStringBuilder bsalomon@google.com
2012-06-29Partially rolled forward the SkGrPixelRef changesrobertphillips@google.com
2012-06-29Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,tomhudson@google.com
2012-06-29Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are un...robertphillips@google.com
2012-06-28Moved SkGrTexturePixelRef to SkGrPixelRefrobertphillips@google.com
2012-06-28Initial support for GL_NV_path_renering. Experimental, there are still some i...bsalomon@google.com
2012-06-27Split GrSWMaskHelper into its own filesrobertphillips@google.com
2012-06-22Move GrTemplates.h to srcbsalomon@google.com
2012-06-21Add GrSurface parent class above GrTexture & GrRenderTargetrobertphillips@google.com
2012-06-21Make GrClipMaskManager configure the stencil and scissor on GrGpubsalomon@google.com
2012-06-19Add GrMemoryPool as a helper to override operators new/deletebsalomon@google.com
2012-06-12Split GrContext's AA Rect drawing methods into helper classrobertphillips@google.com
2012-06-11Towards NV path renderingbsalomon@google.com
2012-06-01Move GrGpuGL::programUnitTest into its own filebsalomon@google.com
2012-05-31Add GrGradientEffects files. These implementations will be invoked fromtomhudson@google.com
2012-05-31Implement morphology as a custom effectbsalomon@google.com
2012-05-31Merge GrGpuGLShaders into its parent class, GrGpuGLbsalomon@google.com
2012-05-18Some refactoring of GrCustomStage and friendsbsalomon@google.com
2012-05-14Debug Windows compiler complaint fixesrobertphillips@google.com
2012-05-11Extract ShaderCodeSegments from GrGLProgram into a new class,tomhudson@google.com
2012-05-11Remove tesselated path renderer and supporting code, glu, and libtess targetbsalomon@google.com
2012-05-10Move convolution from code in GrGLProgram to new GrConvolutionEffecttomhudson@google.com
2012-05-07Move GL function prototype typdefs to a separate headerbsalomon@google.com
2012-05-07Make GrGLDefines.h be a private headerbsalomon@google.com
2012-05-07Move function decls and macros out of public headers that are meant for inter...bsalomon@google.com
2012-05-01Second half of refactoring to move SW path rendering to GrPathRendererrobertphillips@google.com
2012-04-27Remove GrPath typedefbsalomon@google.com
2012-04-20Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStagetomhudson@google.com
2012-04-19Make GM able to run MSAA modes and multiple GPU configs in a single run.bsalomon@google.com
2012-04-18Infrastructure for new Ganesh shader pipeline: base classes for GPUtomhudson@google.com
2012-04-16Minor refactoring to pull GrClipMaskManager into its own filesrobertphillips@google.com