index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
Commit message (
Expand
)
Author
Age
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Make GPU versions of benchs use the same canvas size as raster.
bsalomon@google.com
2013-02-22
*
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
bsalomon@google.com
2013-02-21
*
Use CGL rather than AGL on the Mac.
bsalomon@google.com
2013-02-14
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
Correct default value for GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-08
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.
bsalomon@google.com
2013-02-07
*
Remove GR_DUMP_TEXTURE_UPLOADS
bsalomon@google.com
2013-02-07
*
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
bsalomon@google.com
2013-02-07
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Make GPU unit tests use GrContexts of different GL types.
bsalomon@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Fix debug build. Unreviewed.
senorblanco@chromium.org
2013-01-28
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Add deferred count to GrResource.
bsalomon@google.com
2013-01-23
*
Fix bug introduced in r7348, deleting wrapped resources.
bsalomon@google.com
2013-01-23
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Reland r7342 with fixes.
bsalomon@google.com
2013-01-23
*
Revert 7342 to investigate failures.
bsalomon@google.com
2013-01-23
*
Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.
bsalomon@google.com
2013-01-23
*
Remove declaration of unimplemented function.
bsalomon@google.com
2013-01-22
*
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
bsalomon@google.com
2013-01-22
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...
bsalomon@google.com
2013-01-16
*
Fix no-static-init (android) build.
bsalomon@google.com
2013-01-16
*
Fix missing "class" in friend decls in GrEffect.h
bsalomon@google.com
2013-01-16
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...
bsalomon@google.com
2013-01-11
*
This CL introduces a new path renderer.
sugoi@google.com
2013-01-07
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
Fix Android compiler warnings.
djsollen@google.com
2013-01-04
*
Remove GrInstanceCounter.
bsalomon@google.com
2013-01-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-21
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
[next]