| Commit message (Expand) | Author | Age |
* | Break up GrGpuGL::flushGLCommonState | bsalomon@google.com | 2012-06-04 |
* | move texture flush and param update to separate function | bsalomon@google.com | 2012-06-04 |
* | Revert r4134 due to bot failures | bsalomon@google.com | 2012-06-04 |
* | Move GrGpuGL::programUnitTest into its own file | bsalomon@google.com | 2012-06-04 |
* | Move texture descriptor into GrTexture | robertphillips@google.com | 2012-06-04 |
* | Flip the switch to turn on GrCustomStage implementation of gradients; | tomhudson@google.com | 2012-06-01 |
* | Move GrGpuGL::programUnitTest into its own file | bsalomon@google.com | 2012-06-01 |
* | Move max vertex attributes value to GL Caps | bsalomon@google.com | 2012-06-01 |
* | Remove dirty flags from GrGpuGL state flush | bsalomon@google.com | 2012-06-01 |
* | SkBool8 -> bool to suppress warning (verbal LGTM from TomH) | bsalomon@google.com | 2012-06-01 |
* | 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 |