aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.cpp
Commit message (Expand)AuthorAge
...
* revert 9043Gravatar bsalomon@google.com2013-05-07
* SkGpuDevice: Delay locking bitmap pixels until we have a known texture cache ...Gravatar bsalomon@google.com2013-05-07
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Ensure that GrCacheID::Key instances are fully initialized.Gravatar bsalomon@google.com2013-01-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-21
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Remove static initiazled gClampNearest in gpu backendGravatar bsalomon@google.com2011-12-12
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...Gravatar bsalomon@google.com2011-11-16
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* More removal of texture fUploadByteCount and rename fFormat to fConfig for co...Gravatar bsalomon@google.com2011-11-05
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Make GrTextureCache into a generic GrResource cache. Also some GrContext text...Gravatar bsalomon@google.com2011-07-26
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Share code with SkRectGravatar reed@google.com2011-05-09
* Add bounding rect for pathsGravatar bsalomon@google.com2011-04-27
* Add lockKeylessTexture() for caching texture without a content key.Gravatar bsalomon@google.com2011-04-25
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Fix a crash.Gravatar scroggo2011-03-23
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* add gpu to the default makefileGravatar reed@google.com2010-12-23