- bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
- 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
- 9487877 Add GL program cache tracking. by jvanverth@google.com · 12 years ago
- 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
- 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
- 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
- 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
- e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
- 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 12 years ago
- 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 13 years ago
- 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 13 years ago
- d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 13 years ago
- 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 13 years ago
- 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 13 years ago
- 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 13 years ago
- 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 13 years ago
- cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 13 years ago
- a45afcf Commit file missing from r7550 by bsalomon@google.com · 13 years ago
- ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 13 years ago
- 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
- 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
- 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 13 years ago
- dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
- 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
- 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
- 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
- f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
- 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 13 years ago
- a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 13 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
- cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 13 years ago
- b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 13 years ago
- dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 13 years ago
- ecb60aa Factory method for creating GrGLProgram by bsalomon@google.com · 13 years ago
- 9ba4fa6 Remove GrGLProgram::CachedData, make GrGLProgram represent the program by bsalomon@google.com · 13 years ago
- d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
- ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 13 years ago
- a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 13 years ago
- 64aef2b Towards NV path rendering by bsalomon@google.com · 13 years ago
- 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
- 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 13 years ago
- 4920939 Move stuff from protected to private in GrGpuGL by bsalomon@google.com · 13 years ago
- d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 13 years ago
- c96cb3a Break up GrGpuGL::flushGLCommonState by bsalomon@google.com · 13 years ago
- 4c88378 move texture flush and param update to separate function by bsalomon@google.com · 13 years ago
- 0ae2ca2 Revert r4134 due to bot failures by bsalomon@google.com · 13 years ago
- 009103d Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
- 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 13 years ago
- 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 13 years ago
- 890e3b5 Remove dirty flags from GrGpuGL state flush by bsalomon@google.com · 13 years ago
- c1d2a58 Move GrGpuGL::ProgramCache declaration to header by bsalomon@google.com · 13 years ago
- 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 13 years ago
- 13f1b6f Add a bunch of SK_OVERRIDES and remove and unused function by bsalomon@google.com · 13 years ago
- bcc8486 Commit comment change that was supposed to go into r4024 but wasn't because I forgot to save. by bsalomon@google.com · 13 years ago
- f3fcbbe Kill GrGpuGL::fHWDrawState by bsalomon@google.com · 13 years ago
- 457b8a3 Stop using GrDrawState to track stencil state by bsalomon@google.com · 13 years ago
- 4d5f3fe Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug by bsalomon@google.com · 13 years ago
- c811ea3 Stop using GrDrawState to track bound textures and render target by bsalomon@google.com · 13 years ago
- 978c8c6 Stop using GrDrawState to track draw face, dither, and color mask by bsalomon@google.com · 13 years ago
- a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 13 years ago
- 5adf9b2 Remove a dead function and dead var that were incorrectly left in by previous partial-reverts by bsalomon@google.com · 13 years ago
- 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
- d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
- 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 13 years ago
- 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 13 years ago
- a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
- f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 14 years ago
- 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 14 years ago
- dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 14 years ago[Renamed (97%) from src/gpu/GrGpuGL.h]
- 89ec61e Add GrGLContextInfo by bsalomon@google.com · 14 years ago
- 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 14 years ago
- 0439e56 revert 3144 by bsalomon@google.com · 14 years ago
- aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 14 years ago
- 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 14 years ago
- 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 14 years ago
- b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 14 years ago
- 280e99f Add support for GL texture storage by bsalomon@google.com · 14 years ago
- 88939ae Revert r2872 by bsalomon@google.com · 14 years ago
- 9a4c389 two loops for setting stage descs by bsalomon@google.com · 14 years ago
- 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 14 years ago
- 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 14 years ago
- 1e0e607 Add missing return statement. by bsalomon@google.com · 14 years ago
- 136f55b Detect teximage2d failure by bsalomon@google.com · 14 years ago
- 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 14 years ago
- a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 14 years ago
- 484be2b Revert 2717 by bsalomon@google.com · 14 years ago
- 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 14 years ago
- e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 14 years ago
- 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 14 years ago
- 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 14 years ago
- 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
- 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
- 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 14 years ago