- 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
- 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
- bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
- 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
- a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
- 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
- 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
- 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
- 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
- 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
- 5651512 Remove uses of GR_RELEASE. by commit-bot@chromium.org · 11 years ago
- f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
- 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
- 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
- d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
- 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
- a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- 46b450a temporary kES2_GrGLBinding alias to unblock DEPS roll by bsalomon@google.com · 11 years ago
- eb17070 missing header from previous commit by bsalomon@google.com · 11 years ago
- 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
- 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
- c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
- 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
- 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
- aeefb2a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
- 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.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
- 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 11 years ago
- 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
- 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
- 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
- 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
- ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
- cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
- 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
- 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 12 years ago
- ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 12 years ago
- cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 12 years ago
- b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
- eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
- 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 12 years ago
- 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 12 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 · 12 years ago
- bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 12 years ago
- 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
- afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 12 years ago
- 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 12 years ago
- 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
- 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 12 years ago
- 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
- 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
- 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
- 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 12 years ago
- b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 12 years ago
- 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
- a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
- 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6ef912a Reduce calls to SkMatrix::reset from GrDrawState by robertphillips@google.com · 12 years ago
- f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
- d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
- 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
- 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
- c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
- 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
- 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 12 years ago
- a6c63a9 Fix another clang warning/error by robertphillips@google.com · 12 years ago
- 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 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
- 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 12 years ago
- 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
- b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
- 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
- 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
- ad9327f Increase space for effect-class-ID and fix assert by robertphillips@google.com · 12 years ago
- c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
- 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
- c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
- 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
- 4d98532 Fix build breakage. by bsalomon@google.com · 12 years ago
- ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
- 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f4b6763 Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error by robertphillips@google.com · 12 years ago
- f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
- 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
- e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 12 years ago