index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Added functor to GrTHashCache to allow discovery of un-reffed resources
robertphillips@google.com
2012-09-18
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Add GrColor to RGBA float helper func
bsalomon@google.com
2012-09-17
*
Fix texture ref/unref bug in GrContext::createResizedTexture
robertphillips@google.com
2012-09-11
*
Revert r5491, r5495, r5497, and r5498.
borenet@google.com
2012-09-11
*
Fix GrGLCreateNativeInterface_android
borenet@google.com
2012-09-11
*
Add more logging to GrGLInterface. Temporary.
borenet@google.com
2012-09-11
*
Add lots of logging to GrGLInterface.cpp. Temporary.
borenet@google.com
2012-09-11
*
printf->SkDebugf for r5491
borenet@google.com
2012-09-11
*
Temporarily add logging to GrContextFactory and SkNativeGLContext_android
borenet@google.com
2012-09-11
*
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...
bsalomon@google.com
2012-09-11
*
Move GrTextureAccess decl/defn to separate files
bsalomon@google.com
2012-09-11
*
Extended instance counting to all GrResource-derived classes
robertphillips@google.com
2012-09-11
*
Removed access of freed memory in GrContext dtor
robertphillips@google.com
2012-09-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-11
*
Fix for DEPS compiler issue in SkGrFontScaler.cpp
robertphillips@google.com
2012-09-10
*
Fix issue where bw bitmask uploaded to gr 565, 8888 glyph cache
bsalomon@google.com
2012-09-10
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Added explicit cache clearing
robertphillips@google.com
2012-09-07
*
Remove extraneous const qualifier.
bsalomon@google.com
2012-09-07
*
Try r5428 again with fix
bsalomon@google.com
2012-09-07
*
Revert 5428 and 5429.
bsalomon@google.com
2012-09-07
*
Fix shader errors in r5428.
bsalomon@google.com
2012-09-07
*
Consolidate texture access functions, provide default GrTextureAccess
bsalomon@google.com
2012-09-07
*
Introduce GrGLShaderBuilder::TextureSampler
bsalomon@google.com
2012-09-06
*
Fixed assert in unlockStencilBuffer
robertphillips@google.com
2012-09-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-06
*
Resource cache now explicitly takes ref of managed resources
robertphillips@google.com
2012-09-05
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Don't purge resources from cache if they have > 1 ref
robertphillips@google.com
2012-09-04
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Allow cache tracking to be enabled in release
robertphillips@google.com
2012-08-31
*
Begin moving locking out of GrResourceCache
robertphillips@google.com
2012-08-30
*
Recommit r5350 with fix for image failures (which affected GLs that don't sup...
bsalomon@google.com
2012-08-30
*
Revert 5350 while image changes are diagnosed.
bsalomon@google.com
2012-08-30
*
Remove fModulate from GrGLShaderBuilder
bsalomon@google.com
2012-08-30
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
Added find, lock to GrContext & GrResourceCache interfaces
robertphillips@google.com
2012-08-30
*
Minor refactoring of GrClipMaskManager::clipMaskPreamble
robertphillips@google.com
2012-08-30
*
Linux warning fixes
bsalomon@google.com
2012-08-29
*
Add helpers to add/modulate glsl vec4s.
bsalomon@google.com
2012-08-29
*
Moved GrClipMaskCache to its own files
robertphillips@google.com
2012-08-29
*
Add "class" missing from "friend class". How did this compile on windows?
bsalomon@google.com
2012-08-28
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Some GrGLShaderBuilder cleanup
bsalomon@google.com
2012-08-28
*
Make the SkGrPixelRef be responsible for unlocking device's scratch texture i...
bsalomon@google.com
2012-08-28
*
Fix dumb bug: redundant runs of upm<->pm roundtrip test
bsalomon@google.com
2012-08-28
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
[next]