- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
- 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
- 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
- c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
- 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
- 5c36364 Don't access RT when disabling scissor. by commit-bot@chromium.org · 11 years ago
- 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
- ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
- 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
- a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
- 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
- 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
- 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
- 8b6b1c9 Moving out of order call to TexParameteri in GrGpuGL::onCreateTexture by junov@chromium.org · 11 years ago
- 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
- 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 11 years ago
- c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 11 years ago
- 8700295 Change comments about size internal formats by commit-bot@chromium.org · 11 years ago
- 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 11 years ago
- c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 11 years ago
- f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
- 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
- 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
- aeefb2a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 149f4f5 differentiate mag and min filters by commit-bot@chromium.org · 11 years ago
- cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
- 5dbdfee reversed senses of none and bilerp by humper@google.com · 11 years ago
- b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
- 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
- ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
- cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
- 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
- d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
- a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
- 5d1d79a fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels by commit-bot@chromium.org · 12 years ago
- 944c504 Remove assert that is no longer valid. by bsalomon@google.com · 12 years ago
- 6ba0b0f This may potentially fix a chromium issue and shouldn't hurt, so if anyone agrees that this fix should be harmless, we can try merging it in to see if it's enough to fix "Invalid pointer write in GrRenderTarget::onRelease". by sugoi@google.com · 12 years ago
- 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
- 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 12 years ago
- a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
- 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 12 years ago
- a271985 Skip copytexsubimage2D code path when src is multisampled. by bsalomon@google.com · 12 years ago
- 31c4e89 Comment only change. (forgot to save comment edit before landing r8675). by bsalomon@google.com · 12 years ago
- eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
- 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
- 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
- c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
- fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
- 4f65a27 Address clang static analyzer issues by robertphillips@google.com · 12 years ago
- bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
- dd4400b Stop printing GL errors for disabling color tables on core profiles on nvidia/windows machines. by commit-bot@chromium.org · 12 years ago
- f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
- 202d139 Work around MSAA/lines issue on Linux bot. by bsalomon@google.com · 12 years ago
- 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
- 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
- 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
- af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
- 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 12 years ago
- 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
- b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
- 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
- 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
- ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 12 years ago
- e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
- 19e393c Fix unused var warning. 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 · 12 years ago
- 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
- d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
- 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
- 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 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 · 12 years ago
- cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
- ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
- 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
- ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 12 years ago
- 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 12 years ago
- 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
- 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 12 years ago
- 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 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 · 12 years ago
- 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 12 years ago
- b72e5d3 Add GL texture validity check to GrGpuGL by robertphillips@google.com · 12 years ago
- 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
- f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
- 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
- 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
- 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
- 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 12 years ago
- 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
- 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
- 6c76d24 by bsalomon@google.com · 12 years ago
- f2e93fc Resource cache now explicitly takes ref of managed resources by robertphillips@google.com · 12 years ago
- 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago