summaryrefslogtreecommitdiff
path: root/gpu.gyp
AgeCommit message (Expand)Author
2013-07-22Update obvious deps.bungeman@google.com
2013-07-20Revert deps changes in r10220 and r10217.bungeman@google.com
2013-07-19Update obvious deps.bungeman@google.com
2013-06-18Fuse skgr & gr targets in gyp filesrobertphillips@google.com
2013-06-11GYP Changes and Scripts for Compiling Skia for ChromeOSborenet@google.com
2013-05-03Exclude angle dependency on non-angle buildsdjsollen@google.com
2013-02-04Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a ...bsalomon@google.com
2013-01-14Runtime configuration system for skia. This will allow developers to control...humper@google.com
2013-01-09This takes the convex path tesselator from the Android code and hooks it into ajvanverth@google.com
2013-01-07This CL introduces a new path renderer.sugoi@google.com
2012-11-12Fix Linux link errors for some targets by adding -lX11 to gpu.gyp'ssenorblanco@chromium.org
2012-11-01Fix NoGPU buildborenet@google.com
2012-11-01Improve NaCl supportborenet@google.com
2012-10-29Allow default texture cache limit to be set within gyp.djsollen@google.com
2012-10-10Build Skia as a static libraryborenet@google.com
2012-10-02Add SkNativeGLContext implementation for iOS.bsalomon@google.com
2012-09-28Make gpu work in iOS SampleApp.bsalomon@google.com
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