| 2011-10-12 |
bsalomon@google.com | Set SDK for Mac build to 10.6, ignore gyp/build, fixup... master git-svn |
commit | commitdiff | tree |
| 2011-10-12 |
bsalomon@google.com | Gpu blend optimizations, handle more xfer modes with... |
commit | commitdiff | tree |
| 2011-10-11 |
bsalomon@google.com | Fix per-vertex coverage on Macs with aligned attrib bug |
commit | commitdiff | tree |
| 2011-10-10 |
bsalomon@google.com | Add semicolon back that was accidentally deleted in... |
commit | commitdiff | tree |
| 2011-10-10 |
bsalomon@google.com | Make a bunch of GrPrintfs be debug-only |
commit | commitdiff | tree |
| 2011-10-10 |
bsalomon@google.com | When we're not using the NULL buffer data hint update... |
commit | commitdiff | tree |
| 2011-10-10 |
bsalomon@google.com | Add per-vertex coverage field, use in AA rects when... |
commit | commitdiff | tree |
| 2011-10-07 |
bsalomon@google.com | Add newlines to debug error strings |
commit | commitdiff | tree |
| 2011-10-07 |
bsalomon@google.com | Directly assign glBindTexture in windows gl interface... |
commit | commitdiff | tree |
| 2011-10-05 |
bsalomon@google.com | Fixup rendering of empty paths (including inverted... |
commit | commitdiff | tree |
| 2011-10-04 |
reed@google.com | fix calculation and assert for grmask -> bytes-per... |
commit | commitdiff | tree |
| 2011-10-03 |
bsalomon@google.com | Fix nits |
commit | commitdiff | tree |
| 2011-09-29 |
bsalomon@google.com | Fix some VS2010 warnings |
commit | commitdiff | tree |
| 2011-09-29 |
bsalomon@google.com | Fix GLPrograms unit test, only set fExperimentalGS... |
commit | commitdiff | tree |
| 2011-09-29 |
bsalomon@google.com | Add license |
commit | commitdiff | tree |
| 2011-09-29 |
bsalomon@google.com | Add experimental geometry shader code to gpu backend |
commit | commitdiff | tree |
| 2011-09-28 |
bsalomon@google.com | Fix gl error debug print. |
commit | commitdiff | tree |
| 2011-09-28 |
bsalomon@google.com | Add GrSTAllocator subclass, hide cons in GrTAllocator... |
commit | commitdiff | tree |
| 2011-09-28 |
bsalomon@google.com | Turn off AA when coverage can't be handled correctly. |
commit | commitdiff | tree |
| 2011-09-27 |
bsalomon@google.com | Add SkSTArray, hide stack storage cons in SkTArray... |
commit | commitdiff | tree |
| 2011-09-26 |
bsalomon@google.com | Fix override issue, rebase win hairmodes_gpu, complexcl... |
commit | commitdiff | tree |
| 2011-09-23 |
bsalomon@google.com | Add detection of when partial pixel coverage (for aa... |
commit | commitdiff | tree |
| 2011-09-23 |
bsalomon@google.com | Fix signed/unsigned warning in GLCaps::print |
commit | commitdiff | tree |
| 2011-09-23 |
bsalomon@google.com | Use GrAAHairlineRenderer for line segments only if... |
commit | commitdiff | tree |
| 2011-09-22 |
bsalomon@google.com | Put caps in a struct, move up to GrDrawTarget |
commit | commitdiff | tree |
| 2011-09-22 |
bsalomon@google.com | Change GrGLVersion from typedef GrFixed to uint32_t |
commit | commitdiff | tree |
| 2011-09-22 |
bsalomon@google.com | Cleanup handling of GL versions, fix function names |
commit | commitdiff | tree |
| 2011-09-21 |
bsalomon@google.com | Fix some warnings |
commit | commitdiff | tree |
| 2011-09-21 |
bsalomon@google.com | Use BindFragDataLocation (rather than indexed variant... |
commit | commitdiff | tree |
| 2011-09-20 |
bsalomon@google.com | Resubmit 2289 with fix for glsl version |
commit | commitdiff | tree |
| 2011-09-20 |
bsalomon@google.com | Revert 2289. GLSL version detection not robust enough... |
commit | commitdiff | tree |
| 2011-09-20 |
bsalomon@google.com | [GPU] Use new Var type for inputs/outputs of FS and VS |
commit | commitdiff | tree |
| 2011-09-16 |
bsalomon@google.com | Include GrGLInterface.h instead of forward declaring... |
commit | commitdiff | tree |
| 2011-09-16 |
bsalomon@google.com | Fix forward decl |
commit | commitdiff | tree |
| 2011-09-16 |
bsalomon@google.com | Make GrGpuGL release its resources before GrGLInterface... |
commit | commitdiff | tree |
| 2011-09-16 |
seanpaul@google.com | Fix some mac compilation errors generated when building... |
commit | commitdiff | tree |
| 2011-09-16 |
bsalomon@google.com | Simplify specification of default interface |
commit | commitdiff | tree |
| 2011-09-15 |
bsalomon@google.com | Fix assertions in GrResourceCache::removeAll, don't... |
commit | commitdiff | tree |
| 2011-09-15 |
bsalomon@google.com | Move edgeAA shader gen code to its own function |
commit | commitdiff | tree |
| 2011-09-14 |
bsalomon@google.com | enable OES derivatives extension in shaders that use it |
commit | commitdiff | tree |
| 2011-09-14 |
bsalomon@google.com | Workaround crash in cmd buffer validation code when... |
commit | commitdiff | tree |
| 2011-09-14 |
bsalomon@google.com | GrTArray->SkTArray & docs |
commit | commitdiff | tree |
| 2011-09-14 |
bsalomon@google.com | Remove unnecessary forward decl that was causing a... |
commit | commitdiff | tree |
| 2011-09-13 |
bsalomon@google.com | Use push_back_n() in place of multiple push_back()s |
commit | commitdiff | tree |
| 2011-09-13 |
bsalomon@google.com | Fix some issues in gpu device with perspective. Add... |
commit | commitdiff | tree |
| 2011-09-12 |
bsalomon@google.com | Add perspective support to the gpu aa hairline renderer. |
commit | commitdiff | tree |
| 2011-09-12 |
bsalomon@google.com | Add operator = to GrPaint |
commit | commitdiff | tree |
| 2011-09-12 |
bsalomon@google.com | Fix GrContext::drawPaint with perspective, also never... |
commit | commitdiff | tree |
| 2011-09-09 |
bsalomon@google.com | [gpu] Remove getMaxStretch for perspective, use mapRadi... |
commit | commitdiff | tree |
| 2011-09-07 |
bsalomon@google.com | Improve gpu path subdiv with perspective, remove tolera... |
commit | commitdiff | tree |
| 2011-09-06 |
bsalomon@google.com | Make gpu hairline check for degenerate quad more robust |
commit | commitdiff | tree |
| 2011-09-06 |
bsalomon@google.com | Fix bitrot in GrGLDefaultInterface_android.cpp |
commit | commitdiff | tree |
| 2011-09-06 |
bsalomon@google.com | Make GL calls go through macro (and therefore trigger... |
commit | commitdiff | tree |
| 2011-09-02 |
bsalomon@google.com | Rename existing nonpreserving reallocs to reset, add... |
commit | commitdiff | tree |
| 2011-09-02 |
bsalomon@google.com | Remove unneeded #define |
commit | commitdiff | tree |
| 2011-09-01 |
bsalomon@google.com | Fix some warnings when including some Skia headers... |
commit | commitdiff | tree |
| 2011-09-01 |
bsalomon@google.com | Add optional per-gl-func client callback. |
commit | commitdiff | tree |
| 2011-08-31 |
bsalomon@google.com | Compile option to perform GL logging by default debug. |
commit | commitdiff | tree |
| 2011-08-31 |
bsalomon@google.com | Abort AA rect path when index buffer allocation fails |
commit | commitdiff | tree |
| 2011-08-30 |
bsalomon@google.com | Fix GrAAHairLinePathRenderer fixed pt build |
commit | commitdiff | tree |
| 2011-08-30 |
bsalomon@google.com | Add GrAAHairLinePathRenderer |
commit | commitdiff | tree |
| 2011-08-30 |
bsalomon@google.com | Fix multi-line macro by adding line continuation. |
commit | commitdiff | tree |
| 2011-08-30 |
yangsu@google.com | Updated iOS SampleApp and the simple hello world Skia... |
commit | commitdiff | tree |
| 2011-08-30 |
tomhudson@google.com | Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix... |
commit | commitdiff | tree |
| 2011-08-29 |
senorblanco... | [committed on behalf of dmaclach@chromium.org.] |
commit | commitdiff | tree |
| 2011-08-29 |
bsalomon@google.com | Fix GPU assumption that clipstack begins with intersect... |
commit | commitdiff | tree |
| 2011-08-26 |
epoger@google.com | rolling back the experimental rollbacks in r2178-2179 |
commit | commitdiff | tree |
| 2011-08-26 |
epoger@google.com | rolling tree back to its state as of r2169 to see if... |
commit | commitdiff | tree |
| 2011-08-26 |
tomhudson@google.com | Experimental revert of 2170 to see if the buildbot... |
commit | commitdiff | tree |
| 2011-08-25 |
bsalomon@google.com | Don't intersect clipstack with root device bounds |
commit | commitdiff | tree |
| 2011-08-25 |
tomhudson@google.com | Remove compiler warnings (Linux clang, mostly). |
commit | commitdiff | tree |
| 2011-08-25 |
tomhudson@google.com | Remove compiler warnings (gcc on Linux). |
commit | commitdiff | tree |
| 2011-08-23 |
bsalomon@google.com | More prep work in Gr for landing AA hairline renderer. |
commit | commitdiff | tree |
| 2011-08-23 |
bsalomon@google.com | Correctly determine whether HW AA lines can be used |
commit | commitdiff | tree |
| 2011-08-23 |
bsalomon@google.com | Exit early from 0 prim draws in GrDrawTarget |
commit | commitdiff | tree |
| 2011-08-22 |
bsalomon@google.com | Fix GrResourceCache::removeAll when one resource holds... |
commit | commitdiff | tree |
| 2011-08-19 |
bsalomon@google.com | Get rid of createRenderTargetFrom3DAPIState and associa... |
commit | commitdiff | tree |
| 2011-08-19 |
bsalomon@google.com | Use a prioritized list of path renderers in Gr. |
commit | commitdiff | tree |
| 2011-08-19 |
bsalomon@google.com | Change GrSafeUnref / GrSafeRef from static inlines... |
commit | commitdiff | tree |
| 2011-08-19 |
bsalomon@google.com | Include GrRenderTarget.h in GrContext.h to unblock... |
commit | commitdiff | tree |
| 2011-08-19 |
bsalomon@google.com | Make GrGLInterface a per-GrContext refcounted object... |
commit | commitdiff | tree |
| 2011-08-18 |
bsalomon@google.com | Fix build break in r2136 |
commit | commitdiff | tree |
| 2011-08-18 |
junov@google.com | Clening up GrBinHashKey. Removing unnecessary streaming... |
commit | commitdiff | tree |
| 2011-08-17 |
bsalomon@google.com | Fixed r2125. Identical change but also moves GrTesselat... |
commit | commitdiff | tree |
| 2011-08-16 |
vandebo@chromium.org | Revert "Make GrDrawTarget.h and GrPathRenderer.h be... |
commit | commitdiff | tree |
| 2011-08-16 |
bsalomon@google.com | Make GrDrawTarget.h and GrPathRenderer.h be private... |
commit | commitdiff | tree |
| 2011-08-16 |
bsalomon@google.com | Remove GrContext::drawCustomVertices |
commit | commitdiff | tree |
| 2011-08-16 |
bsalomon@google.com | Make program unit test run clean and add it to tests... |
commit | commitdiff | tree |
| 2011-08-16 |
bsalomon@google.com | Move some gpu headers out of the public include dir |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Fix crash in GrStencilBuffer when it tries to unlock... |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Increase default cache size |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Fix some ref leaks |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Remove unnecessary header include. |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Fix sb/rt size computation |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | fix bug in r2077 |
commit | commitdiff | tree |
| 2011-08-09 |
bsalomon@google.com | Suppress uninit warning. |
commit | commitdiff | tree |
| 2011-08-08 |
bsalomon@google.com | Use a single stencil buffer for a given width,height... |
commit | commitdiff | tree |
| 2011-08-08 |
bsalomon@google.com | Make RT & TEX base classes aware of NPOT/min-RT bloated... |
commit | commitdiff | tree |
| 2011-08-05 |
bsalomon@google.com | Fail draws when can't get geom into vb/ib. |
commit | commitdiff | tree |
| 2011-08-05 |
bsalomon@google.com | Fail path rendering gracefully when vb/ib space alloc... |
commit | commitdiff | tree |
| next |