- 28b35ac Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 14 years ago master
- d39b4b1 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 14 years ago
- e38c291 Fix per-vertex coverage on Macs with aligned attrib bug by bsalomon@google.com · 14 years ago
- cb78407 Add semicolon back that was accidentally deleted in r2444 by bsalomon@google.com · 14 years ago
- 39ede77 Make a bunch of GrPrintfs be debug-only by bsalomon@google.com · 14 years ago
- ac37b23 When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 14 years ago
- 073c52f Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 14 years ago
- d8998e6 Add newlines to debug error strings by bsalomon@google.com · 14 years ago
- 552b345 Directly assign glBindTexture in windows gl interface rather than wglGetProcAddress since it is a GL 1.1 function and isn't exported as a ptr in the ATI driver. by bsalomon@google.com · 14 years ago
- 2b94280 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 14 years ago
- 14e85af fix calculation and assert for grmask -> bytes-per-pixel by reed@google.com · 14 years ago
- 73349d7 Fix nits by bsalomon@google.com · 14 years ago
- bcdb8d8 Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 14 years ago
- 3413843 Fix GLPrograms unit test, only set fExperimentalGS if driver support is by bsalomon@google.com · 14 years ago
- 6c7b0ae Add license by bsalomon@google.com · 14 years ago
- 468a7dd Add experimental geometry shader code to gpu backend by bsalomon@google.com · 14 years ago
- 9655963 Fix gl error debug print. by bsalomon@google.com · 14 years ago
- 2811c15 Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptr by bsalomon@google.com · 14 years ago
- b23db06 Turn off AA when coverage can't be handled correctly. by bsalomon@google.com · 14 years ago
- 3efb513 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 14 years ago
- f6fb0c0 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 14 years ago
- ab547e2 Add detection of when partial pixel coverage (for aa or otherwise) will cause incorrect blend by bsalomon@google.com · 14 years ago
- 8e6502f Fix signed/unsigned warning in GLCaps::print by bsalomon@google.com · 14 years ago
- 6aa7d51 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 14 years ago
- efaf1d7 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 14 years ago
- 0e49855 Change GrGLVersion from typedef GrFixed to uint32_t by bsalomon@google.com · 14 years ago
- 0defaba Cleanup handling of GL versions, fix function names by bsalomon@google.com · 14 years ago
- 342a100 Fix some warnings by bsalomon@google.com · 14 years ago
- 395d304 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 14 years ago
- 8ff9c73 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 14 years ago
- 43ac29c Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 14 years ago
- e7f003e [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 14 years ago
- 5160908 Include GrGLInterface.h instead of forward declaring, since we have to get NULL defined anyway. by bsalomon@google.com · 14 years ago
- 4030e33 Fix forward decl by bsalomon@google.com · 14 years ago
- 38ca6c0 Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 14 years ago
- 4667f90 Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 14 years ago
- 125f201 Simplify specification of default interface by bsalomon@google.com · 14 years ago
- 0719f7b Fix assertions in GrResourceCache::removeAll, don't reattached invalidated resources by bsalomon@google.com · 14 years ago
- f0d2437 Move edgeAA shader gen code to its own function by bsalomon@google.com · 14 years ago
- c5e44dd enable OES derivatives extension in shaders that use it by bsalomon@google.com · 14 years ago
- f25e736 Workaround crash in cmd buffer validation code when GL shaders/programs fail by bsalomon@google.com · 14 years ago
- 8ccd824 GrTArray->SkTArray & docs by bsalomon@google.com · 14 years ago
- d3905d7 Remove unnecessary forward decl that was causing a warning. by bsalomon@google.com · 14 years ago
- a2cb176 Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 14 years ago
- 3e4d808 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 14 years ago
- 043a166 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 14 years ago
- 70bc796 Add operator = to GrPaint by bsalomon@google.com · 14 years ago
- 0be2a4b Fix GrContext::drawPaint with perspective, also never apply AA by bsalomon@google.com · 14 years ago
- 78abaa4 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
- d407fed Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
- 4af6263 Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 14 years ago
- 8ad7245 Fix bitrot in GrGLDefaultInterface_android.cpp by bsalomon@google.com · 14 years ago
- ef3b76c Make GL calls go through macro (and therefore trigger callback function if present) by bsalomon@google.com · 14 years ago
- 4730ca0 Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
- cc813f1 Remove unneeded #define by bsalomon@google.com · 14 years ago
- b776742 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 14 years ago
- 3d016e3 Add optional per-gl-func client callback. by bsalomon@google.com · 14 years ago
- b3c3c5a Compile option to perform GL logging by default debug. by bsalomon@google.com · 14 years ago
- a1e2842 Abort AA rect path when index buffer allocation fails by bsalomon@google.com · 14 years ago
- b2d6b78 Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 14 years ago
- bf93692 Add GrAAHairLinePathRenderer by bsalomon@google.com · 14 years ago
- d6f8edb Fix multi-line macro by adding line continuation. by bsalomon@google.com · 14 years ago
- aa5d0b6 Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental by yangsu@google.com · 14 years ago
- 39cfcbd Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 14 years ago
- f469431 [committed on behalf of dmaclach@chromium.org.] by senorblanco@chromium.org · 14 years ago
- a26e0db Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 14 years ago
- bb3702a rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 14 years ago
- 45787f0 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 14 years ago
- 5b7d6b8 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 14 years ago
- 5faea9b Don't intersect clipstack with root device bounds by bsalomon@google.com · 14 years ago
- 71efc3f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 14 years ago
- be42eca Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 14 years ago
- bcea08a More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 14 years ago
- d9d0972 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 14 years ago
- 4df18f7 Exit early from 0 prim draws in GrDrawTarget by bsalomon@google.com · 14 years ago
- e8fcb12 Fix GrResourceCache::removeAll when one resource holds a lock on another by bsalomon@google.com · 14 years ago
- 72e775a Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 14 years ago
- b693a1c Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 14 years ago
- 2ddc161 Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid is choking on defined but not use warnings. by bsalomon@google.com · 14 years ago
- 3d5c4a6 Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK dependency on this include by bsalomon@google.com · 14 years ago
- 11f9ac2 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 14 years ago
- d9c5b66 Fix build break in r2136 by bsalomon@google.com · 14 years ago
- d3a6a0c Clening up GrBinHashKey. Removing unnecessary streaming capability by junov@google.com · 14 years ago
- 367855d Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 14 years ago
- e02a40c Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 14 years ago
- cfde28c Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 14 years ago
- 57526bf Remove GrContext::drawCustomVertices by bsalomon@google.com · 14 years ago
- 5cd0260 Make program unit test run clean and add it to tests program by bsalomon@google.com · 14 years ago
- 7b66550 Move some gpu headers out of the public include dir by bsalomon@google.com · 14 years ago
- 67fc193 Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its GrGpu ptr. by bsalomon@google.com · 14 years ago
- 1813aa7 Increase default cache size Review URL: http://codereview.appspot.com/4810087/ by bsalomon@google.com · 14 years ago
- 05e64cf Fix some ref leaks by bsalomon@google.com · 14 years ago
- 690177b Remove unnecessary header include. by bsalomon@google.com · 14 years ago
- 883bd6f Fix sb/rt size computation by bsalomon@google.com · 14 years ago
- a98e8dd fix bug in r2077 by bsalomon@google.com · 14 years ago
- 7155522 Suppress uninit warning. by bsalomon@google.com · 14 years ago
- b00c2bf Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 14 years ago
- a7c5fdd Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 14 years ago
- 178d232 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 14 years ago
- c9bf1f7 Fail path rendering gracefully when vb/ib space alloc fails by bsalomon@google.com · 14 years ago