| Commit message (Expand) | Author | Age |
... | |
* | Remove assertion when texture matrix is unused | bsalomon@google.com | 2012-07-20 |
* | Factory method for creating GrGLProgram | bsalomon@google.com | 2012-07-18 |
* | Move texture domains onto a GrCustomStage, off of GrSamplerState. | tomhudson@google.com | 2012-07-17 |
* | Fix test break in r4627. | bsalomon@google.com | 2012-07-16 |
* | Remove GrGLProgram::CachedData, make GrGLProgram represent the program | bsalomon@google.com | 2012-07-16 |
* | Remove uniform var pointers from custom effects | bsalomon@google.com | 2012-07-16 |
* | Fix dumb copy/paste bug that breaks GLProgramTest on debug builds with GS sup... | bsalomon@google.com | 2012-07-11 |
* | Make GrGLShaderBuilder produce the shader strings | bsalomon@google.com | 2012-07-11 |
* | VariableVisibility -> ShaderType | bsalomon@google.com | 2012-07-11 |
* | Remove GrStringBuilder | bsalomon@google.com | 2012-07-10 |
* | Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like | senorblanco@chromium.org | 2012-07-09 |
* | Reworked gradient shader to no longer explicitly set gl_FragColor or return p... | rileya@google.com | 2012-07-03 |
* | Temporary checkin to debug Linux bot issue. | rileya@google.com | 2012-07-03 |
* | Simplify vertex layout bitfields by making Position-as-texcoords the | tomhudson@google.com | 2012-06-25 |
* | Remove unused function left in GrGLProgram.cpp | bsalomon@google.com | 2012-06-15 |
* | Search and replace change. Some Gr enum value names didn't have a "Gr" in the... | bsalomon@google.com | 2012-06-06 |
* | fix warnings on Mac in src/gpu and include/gpu | caryclark@google.com | 2012-06-06 |
* | Remove cached texture width/height that was used by 4x4 filter | bsalomon@google.com | 2012-06-04 |
* | remove 4x4 downsample filter mode | bsalomon@google.com | 2012-06-04 |
* | move texture flush and param update to separate function | bsalomon@google.com | 2012-06-04 |
* | Flip the switch to turn on GrCustomStage implementation of gradients; | tomhudson@google.com | 2012-06-01 |
* | Remove dirty flags from GrGpuGL state flush | bsalomon@google.com | 2012-06-01 |
* | Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder. | tomhudson@google.com | 2012-06-01 |
* | Implement morphology as a custom effect | 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 |
* | 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 |
* | 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 |
* | Move coordDims, varyingDims onto GrGLShaderBuilder. | tomhudson@google.com | 2012-05-14 |
* | 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 |
* | Move convolution from code in GrGLProgram to new GrConvolutionEffect | tomhudson@google.com | 2012-05-10 |
* | 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 |
* | draw circle paths directly via GPU | bsalomon@google.com | 2012-04-27 |
* | Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage | tomhudson@google.com | 2012-04-20 |
* | Infrastructure for new Ganesh shader pipeline: base classes for GPU | tomhudson@google.com | 2012-04-18 |
* | Initial version of R8 support | robertphillips@google.com | 2012-04-06 |
* | Reset Ganesh TextureDomain after use. | tomhudson@google.com | 2012-03-22 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | GPU device preserves pixel values across read/write/read of unpremul pixel va... | bsalomon@google.com | 2012-02-23 |
* | Change append to appendf for call sites with no format arguments. | vandebo@chromium.org | 2012-02-21 |
* | Use GrGLContextInfo in shader generator | bsalomon@google.com | 2012-02-13 |
* | Move GL-specific source code to make room for D3D back end. | tomhudson@google.com | 2012-02-10 |