aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
Commit message (Expand)AuthorAge
* Fix Linux link errors for some targets by adding -lX11 to gpu.gyp'sGravatar senorblanco@chromium.org2012-11-12
* Fix NoGPU buildGravatar borenet@google.com2012-11-01
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Allow default texture cache limit to be set within gyp.Gravatar djsollen@google.com2012-10-29
* Build Skia as a static libraryGravatar borenet@google.com2012-10-10
* Add SkNativeGLContext implementation for iOS.Gravatar bsalomon@google.com2012-10-02
* Make gpu work in iOS SampleApp.Gravatar bsalomon@google.com2012-09-28
* Add effects/core.gypi to 'sources' to make them appear in VS projectsGravatar bsalomon@google.com2012-09-04
* Make gpu.gypi show up in IDE projectsGravatar bsalomon@google.com2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add gpu.gypi to ease skia->chrome rollsGravatar bsalomon@google.com2012-08-23
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* Added GrTextureStripAtlas object.Gravatar rileya@google.com2012-08-13
* Updated gpu.gyp to move GrCacheID.h from src\gpu to include\gpuGravatar robertphillips@google.com2012-08-13
* Refactored cacheID in preparation for clip mask caching changesGravatar robertphillips@google.com2012-08-08
* Registry-based unit test for custom effectsGravatar bsalomon@google.com2012-08-03
* Move GL programs unit test code to tests project.Gravatar bsalomon@google.com2012-08-02
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Move GPU gradients into src/effects/gradients.Gravatar rileya@google.com2012-07-27
* Add GL uniform managerGravatar bsalomon@google.com2012-07-25
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* The correct fix for the lighting filters on Windows: set the GL callingGravatar senorblanco@chromium.org2012-07-12
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* Partially rolled forward the SkGrPixelRef changesGravatar robertphillips@google.com2012-06-29
* Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,Gravatar tomhudson@google.com2012-06-29
* Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are un...Gravatar robertphillips@google.com2012-06-29
* Moved SkGrTexturePixelRef to SkGrPixelRefGravatar robertphillips@google.com2012-06-28
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27
* Move GrTemplates.h to srcGravatar bsalomon@google.com2012-06-22
* Add GrSurface parent class above GrTexture & GrRenderTargetGravatar robertphillips@google.com2012-06-21
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-01
* Add GrGradientEffects files. These implementations will be invoked fromGravatar tomhudson@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Some refactoring of GrCustomStage and friendsGravatar bsalomon@google.com2012-05-18
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* Extract ShaderCodeSegments from GrGLProgram into a new class,Gravatar tomhudson@google.com2012-05-11
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07