aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
* Revert r4287. Large numbers of textures created by random gradients can cause...Gravatar bsalomon@google.com2012-06-22
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Move GrTemplates.h to srcGravatar bsalomon@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* Add GrSurface parent class above GrTexture & GrRenderTargetGravatar robertphillips@google.com2012-06-21
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Remove count budget from resource cacheGravatar bsalomon@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Fix memory leaks.Gravatar tomhudson@google.com2012-06-19
* TLS GrContext countGravatar bsalomon@google.com2012-06-15
* Use GrAARectRenderer in GPU AA clip mask generationGravatar robertphillips@google.com2012-06-15
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* NV PR spec update to function param, use GrGL typedefs rather than fundamenta...Gravatar bsalomon@google.com2012-06-13
* Added Texture desc to render targetGravatar robertphillips@google.com2012-06-13
* Adding API to GrTexture to reset cached texture parameter valuesGravatar junov@chromium.org2012-06-12
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Fix GrSamplerState::operator=() to take a reference rather than a copy.Gravatar tomhudson@google.com2012-06-01
* Zero out GrSamplerState in constructor to recover performance loss on Linux f...Gravatar tomhudson@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Fix typo in r4092.Gravatar tomhudson@google.com2012-05-31
* Use element-by-element assignment in GrSamplerState::operator= instead of memcpyGravatar tomhudson@google.com2012-05-31
* Fix line ending, mark svn:eol-style LFGravatar bsalomon@google.com2012-05-29
* Rolling back 4053Gravatar robertphillips@google.com2012-05-28
* Speculative fix for Android Debug only crash in r4049Gravatar robertphillips@google.com2012-05-28
* Rolling back r4049Gravatar robertphillips@google.com2012-05-25
* Altered GrDrawState to always ref textures and render targetGravatar robertphillips@google.com2012-05-25
* Removed SoftwarePathRenderer from GrContext's path renderer chainGravatar robertphillips@google.com2012-05-23
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)Gravatar robertphillips@google.com2012-05-22
* Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...Gravatar bsalomon@google.com2012-05-21
* Tunnel name requests through factory, forcing custom effect and custom prog s...Gravatar bsalomon@google.com2012-05-21
* Make static const var that is only used in an assert be defined in the debug ...Gravatar bsalomon@google.com2012-05-21