aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
Commit message (Expand)AuthorAge
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove GrDrawState::setTexture/getTextureGravatar bsalomon@google.com2012-07-30
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Add GL uniform managerGravatar bsalomon@google.com2012-07-25
* Factory method for creating GrGLProgramGravatar bsalomon@google.com2012-07-18
* Remove GrGLProgram::CachedData, make GrGLProgram represent the programGravatar bsalomon@google.com2012-07-16
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...Gravatar bsalomon@google.com2012-06-05
* Move stuff from protected to private in GrGpuGLGravatar bsalomon@google.com2012-06-05
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* Break up GrGpuGL::flushGLCommonStateGravatar bsalomon@google.com2012-06-04
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* Revert r4134 due to bot failuresGravatar bsalomon@google.com2012-06-04
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-04
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Move max vertex attributes value to GL CapsGravatar bsalomon@google.com2012-06-01
* Remove dirty flags from GrGpuGL state flushGravatar bsalomon@google.com2012-06-01
* Move GrGpuGL::ProgramCache declaration to headerGravatar bsalomon@google.com2012-06-01
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Add a bunch of SK_OVERRIDES and remove and unused functionGravatar bsalomon@google.com2012-05-31
* Commit comment change that was supposed to go into r4024 but wasn't because I...Gravatar bsalomon@google.com2012-05-22
* Kill GrGpuGL::fHWDrawStateGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track stencil stateGravatar bsalomon@google.com2012-05-21
* Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bugGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track bound textures and render targetGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track draw face, dither, and color maskGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track GPU's blend stateGravatar bsalomon@google.com2012-05-21
* Remove a dead function and dead var that were incorrectly left in by previous...Gravatar bsalomon@google.com2012-05-11
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* First pass at stencil clip mask refactoringGravatar robertphillips@google.com2012-04-16
* Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...Gravatar robertphillips@google.com2012-04-10
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Make GLCaps be standalone and be a member of GrGLContextInfoGravatar bsalomon@google.com2012-02-14