aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Addition of new-lines at end of files to correct Chromium builds.Gravatar twiz@google.com2012-07-19
* Make GPU linear gradients do bilinear filtering.Gravatar rileya@google.com2012-07-19
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Fix grdrawstate == test when left side has disabled stage and right side does...Gravatar bsalomon@google.com2012-07-18
* Factory method for creating GrGLProgramGravatar bsalomon@google.com2012-07-18
* Fix build breakage in r4641.Gravatar tomhudson@google.com2012-07-17
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Fix test break in r4627.Gravatar bsalomon@google.com2012-07-16
* Remove GrGLProgram::CachedData, make GrGLProgram represent the programGravatar bsalomon@google.com2012-07-16
* Fix fs param name in conical gradient due to r4616.Gravatar bsalomon@google.com2012-07-16
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@google.com2012-07-16
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* There were three different problems with lighting filters:Gravatar senorblanco@chromium.org2012-07-13
* Fixed over-length lines in GrGLCreateDebugInterface.cppGravatar robertphillips@google.com2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Refactor how precision is handled with GrGLShaderVarGravatar bsalomon@google.com2012-07-12
* Fix the lighting filters unit test and re-enable it.Gravatar senorblanco@chromium.org2012-07-12
* Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stackGravatar robertphillips@google.com2012-07-11
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* Fix linux warningsGravatar bsalomon@google.com2012-07-11
* Fix dumb copy/paste bug that breaks GLProgramTest on debug builds with GS sup...Gravatar bsalomon@google.com2012-07-11
* Minor refactoring to make GrAutoMatrix a nested sub-class of GrContextGravatar robertphillips@google.com2012-07-11
* Fixed merge error in r4545Gravatar robertphillips@google.com2012-07-11
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Make GrGLShaderBuilder produce the shader stringsGravatar bsalomon@google.com2012-07-11
* Disable lighting filter unit test temporarily; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* VariableVisibility -> ShaderTypeGravatar bsalomon@google.com2012-07-11
* Fix assumption that enabled stage implies texture is presentGravatar bsalomon@google.com2012-07-11
* Change TextContext handling of stages and draw targets; this allows us toGravatar tomhudson@google.com2012-07-11
* Added pdf implementation of conical gradient.Gravatar rileya@google.com2012-07-10
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Don't call glTexSubImage2D w/ indexed texture format on desktop GLGravatar bsalomon@google.com2012-07-10
* Remove redundant vlayout masks and wasted vlayout bitsGravatar bsalomon@google.com2012-07-10
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* Fix definition of isEqual() for two gradient effect custom stages.Gravatar tomhudson@google.com2012-07-09
* Left over cleanup from r4416 (fix for lingering AA clip mask bug)Gravatar robertphillips@google.com2012-07-09
* Fix bug in calling NV DeletePathsGravatar bsalomon@google.com2012-07-09
* Rolling back r4034 (Proposed plumbing to propagate save & restore)Gravatar robertphillips@google.com2012-07-03
* Reworked gradient shader to no longer explicitly set gl_FragColor or return p...Gravatar rileya@google.com2012-07-03