- 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 · 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
- b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 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 · 11 years ago
- 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
- 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@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
- 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
- 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
- c3413d6 Increase bits for effect attribute key. by jvanverth@google.com · 12 years ago
- 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
- 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
- ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
- b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
- 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
- af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
- 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
- 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
- e452a0a Use updated Khronos signature for glShaderSource by commit-bot@chromium.org · 12 years ago
- b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
- 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
- 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
- cb26535 Make GPU versions of benchs use the same canvas size as raster. 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
- 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
- 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
- 994b52e Correct default value for GR_STATIC_RECT_VB by bsalomon@google.com · 12 years ago
- 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
- 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
- 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
- 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
- 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago