| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | Debug Windows compiler complaint fixes | robertphillips@google.com | 2012-05-14 |
* | Remove a dead function and dead var that were incorrectly left in by previous... | bsalomon@google.com | 2012-05-11 |
* | Remove support for vertex attribute matrices | bsalomon@google.com | 2012-05-11 |
* | Extract ShaderCodeSegments from GrGLProgram into a new class, | tomhudson@google.com | 2012-05-11 |
* | Remove tesselated path renderer and supporting code, glu, and libtess target | bsalomon@google.com | 2012-05-11 |
* | Windows build fixes from r3887. | tomhudson@google.com | 2012-05-10 |
* | Move convolution from code in GrGLProgram to new GrConvolutionEffect | tomhudson@google.com | 2012-05-10 |
* | move more stuff that should be private out from GrGLConfig.h | bsalomon@google.com | 2012-05-07 |
* | Hopefully fixes linux + mac build breaks from r3851 by adding missing include... | bsalomon@google.com | 2012-05-07 |
* | Make GrGLDefines.h be a private header | bsalomon@google.com | 2012-05-07 |
* | remove incorrect include | bsalomon@google.com | 2012-05-07 |
* | Move function decls and macros out of public headers that are meant for inter... | bsalomon@google.com | 2012-05-07 |
* | Just use std qsort | reed@google.com | 2012-05-07 |
* | Fix for performance regression due to r3832 | robertphillips@google.com | 2012-05-04 |
* | Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState | robertphillips@google.com | 2012-05-03 |
* | Re-adding red texture support (by rolling back r3800) | robertphillips@google.com | 2012-04-30 |
* | Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt... | epoger@google.com | 2012-04-30 |
* | Bumped num stages to 4 in preparation for AA clipping | robertphillips@google.com | 2012-04-27 |
* | Clamp requested MSAA sample count to GL_MAX_SAMPLES | bsalomon@google.com | 2012-04-27 |
* | Remove expired comment | bsalomon@google.com | 2012-04-27 |
* | draw circle paths directly via GPU | bsalomon@google.com | 2012-04-27 |
* | Give GrGLProgramStage a virtual destructor | bsalomon@google.com | 2012-04-25 |
* | Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage | tomhudson@google.com | 2012-04-20 |
* | Fix class/struct warning | bsalomon@google.com | 2012-04-19 |
* | Infrastructure for new Ganesh shader pipeline: base classes for GPU | tomhudson@google.com | 2012-04-18 |
* | Added glBlendEquation to GL interface | robertphillips@google.com | 2012-04-18 |
* | Fix reset of scissor state in onResetContext | bsalomon@google.com | 2012-04-17 |
* | First pass at stencil clip mask refactoring | robertphillips@google.com | 2012-04-16 |
* | Minor code cleanup of Debug GL Interface | robertphillips@google.com | 2012-04-16 |
* | Fixed uninitialized memory issue on Linux when running "gm --debuggl" | robertphillips@google.com | 2012-04-12 |
* | Add support for GL_NV_framebuffer_multisample_coverage | bsalomon@google.com | 2012-04-11 |
* | Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a... | robertphillips@google.com | 2012-04-10 |
* | Initial version of R8 support | robertphillips@google.com | 2012-04-06 |
* | Initial split up of Debug Interface into separate files | robertphillips@google.com | 2012-04-05 |