aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
Commit message (Expand)AuthorAge
* 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
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Second half of refactoring to move SW path rendering to GrPathRendererGravatar robertphillips@google.com2012-05-01
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStageGravatar tomhudson@google.com2012-04-20
* Make GM able to run MSAA modes and multiple GPU configs in a single run.Gravatar bsalomon@google.com2012-04-19
* Infrastructure for new Ganesh shader pipeline: base classes for GPUGravatar tomhudson@google.com2012-04-18
* Minor refactoring to pull GrClipMaskManager into its own filesGravatar robertphillips@google.com2012-04-16
* Minor code cleanup of Debug GL InterfaceGravatar robertphillips@google.com2012-04-16
* Initial split up of Debug Interface into separate filesGravatar robertphillips@google.com2012-04-05
* Delivering .gyp files to enable building & linking w/ ANGLE on WindowsGravatar robertphillips@google.com2012-04-02
* Revert 3538.Gravatar bungeman@google.com2012-03-29
* Correct dependencies in gyp files.Gravatar bungeman@google.com2012-03-29
* Moved mac, unix, win and mesa directories under src/gpu/glGravatar robertphillips@google.com2012-03-28
* Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.Gravatar robertphillips@google.com2012-03-28
* Remove mutual dependency of gr and skgr.Gravatar bungeman@google.com2012-03-22
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16
* Make all gyp targets automatically include common.gypiGravatar epoger@google.com2012-03-16
* Remove offscreen supersampler.Gravatar bsalomon@google.com2012-03-02
* Revert 3191Gravatar bsalomon@google.com2012-02-15
* Add test to detect bias in conversion of frag shader floats to bytesGravatar bsalomon@google.com2012-02-14
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Make GLCaps be standalone and be a member of GrGLContextInfoGravatar bsalomon@google.com2012-02-14
* Add two files missed in r3165; most critically the gyp!Gravatar tomhudson@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10