| Commit message (Expand) | Author | Age |
... | |
* | Suppress dumb warning. | bsalomon@google.com | 2012-06-01 |
* | Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder. | tomhudson@google.com | 2012-06-01 |
* | Move GrGpuGL::ProgramCache declaration to header | bsalomon@google.com | 2012-06-01 |
* | Stop using deprecated functions in Mac GrGLInterface setup | bsalomon@google.com | 2012-05-31 |
* | Fix SK_OVERRIDE error caught by Clang in r4105; wrong params for setData(). | tomhudson@google.com | 2012-05-31 |
* | Add GrGradientEffects files. These implementations will be invoked from | tomhudson@google.com | 2012-05-31 |
* | Implement morphology as a custom effect | bsalomon@google.com | 2012-05-31 |
* | Add glTexParameteriv to MESA GrGLInterface (missing from r4099) | bsalomon@google.com | 2012-05-31 |
* | Add glTexParameteriv to GL interface | bsalomon@google.com | 2012-05-31 |
* | Merge GrGpuGLShaders into its parent class, GrGpuGL | bsalomon@google.com | 2012-05-31 |
* | Add a bunch of SK_OVERRIDES and remove and unused function | bsalomon@google.com | 2012-05-31 |
* | Condense setupFSUnis, setupVSUnis, setupVaryings into | tomhudson@google.com | 2012-05-30 |
* | Remove a couple things missed when deleting the tessellated path renderer | bsalomon@google.com | 2012-05-30 |
* | Encapsulate code required to create a uniform var into a single function on | tomhudson@google.com | 2012-05-30 |
* | Added knowledge of GL_RED textures to debugGLReadPixels | robertphillips@google.com | 2012-05-30 |
* | Fixed small bug in shader generation | robertphillips@google.com | 2012-05-30 |
* | Rolling back 4053 | robertphillips@google.com | 2012-05-28 |
* | Speculative fix for Android Debug only crash in r4049 | robertphillips@google.com | 2012-05-28 |
* | Rolling back r4049 | robertphillips@google.com | 2012-05-25 |
* | Altered GrDrawState to always ref textures and render target | robertphillips@google.com | 2012-05-25 |
* | Move swizzle & modulation computation, non-virtual functions onto | tomhudson@google.com | 2012-05-24 |
* | First stage of reworking custom shader infrastructure to allow | tomhudson@google.com | 2012-05-24 |
* | Fix some EOLs, mark files with the LF property. | bsalomon@google.com | 2012-05-24 |
* | Updated useSWOnlyPath method to use path chain instead of raw path renderer m... | robertphillips@google.com | 2012-05-24 |
* | Removed SoftwarePathRenderer from GrContext's path renderer chain | robertphillips@google.com | 2012-05-23 |
* | "fix" for r4034 issues | robertphillips@google.com | 2012-05-23 |
* | Plumbing to propagate save & restore from SkCanvas down to GrContext & lower | robertphillips@google.com | 2012-05-23 |
* | Remove GrClipMaskManager's path renderer chain (in favor of GrContext's) | robertphillips@google.com | 2012-05-22 |
* | Minor tweaks to SW-only clip mask generation logic | robertphillips@google.com | 2012-05-22 |
* | Commit comment change that was supposed to go into r4024 but wasn't because I... | bsalomon@google.com | 2012-05-22 |
* | Kill GrGpuGL::fHWDrawState | bsalomon@google.com | 2012-05-21 |
* | Changes accidentally omitted from 4022. | bsalomon@google.com | 2012-05-21 |
* | Stop Tracking const vertex attrib color and coverage using GrDrawState | bsalomon@google.com | 2012-05-21 |
* | Stop using GrDrawState to track stencil state | bsalomon@google.com | 2012-05-21 |
* | Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s... | bsalomon@google.com | 2012-05-21 |
* | Tunnel name requests through factory, forcing custom effect and custom prog s... | bsalomon@google.com | 2012-05-21 |
* | When GL context is reset set some desktop-only GL state to values that we ass... | bsalomon@google.com | 2012-05-21 |
* | Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug | bsalomon@google.com | 2012-05-21 |
* | Stop using GrDrawState to track bound textures and render target | bsalomon@google.com | 2012-05-21 |
* | Stop using GrDrawState to track draw face, dither, and color mask | bsalomon@google.com | 2012-05-21 |
* | Stop using GrDrawState to track GPU's blend state | bsalomon@google.com | 2012-05-21 |
* | Some refactoring of GrCustomStage and friends | bsalomon@google.com | 2012-05-18 |
* | Move state onto GrGLShaderBuilder, to let us implement mappings | tomhudson@google.com | 2012-05-18 |
* | First functioning version of SW-only clip mask creator | robertphillips@google.com | 2012-05-17 |
* | Free cached AA clip mask when create hard/stencil clip mask | robertphillips@google.com | 2012-05-17 |
* | make "Partial pixel coverage will be incorrectly blended" debug message condi... | reed@google.com | 2012-05-15 |
* | Convert AAClipCache's GrRects to GrIRects | robertphillips@google.com | 2012-05-15 |
* | Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use | robertphillips@google.com | 2012-05-15 |
* | Fix warnings in GrGLInterface mac setup, ignoring proc addr returns. There sh... | bsalomon@google.com | 2012-05-14 |
* | Move coordDims, varyingDims onto GrGLShaderBuilder. | tomhudson@google.com | 2012-05-14 |