aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* move GrGeometryProcessor to srcGravatar joshualitt2014-11-19
* Create GrOptDrawState before recording draw in GrInOrderDrawBufferGravatar bsalomon2014-11-19
* Add processor name to comment when printing out shaders.Gravatar egdaniel2014-11-19
* drawinfo carries bufferinfoGravatar joshualitt2014-11-18
* wip for drawablesGravatar reed2014-11-18
* fix for use of uninit variableGravatar joshualitt2014-11-18
* minor cleanup in GrGpu.hGravatar bsalomon2014-11-18
* Remove unused NVPR related GL tokensGravatar kkinnunen2014-11-18
* Drawstate on stackGravatar joshualitt2014-11-17
* Reduce the amount of validation in GrResourceCache2Gravatar bsalomon2014-11-17
* Allow GPU resources to not be counted against the cache budget.Gravatar bsalomon2014-11-17
* Use DrawStates ProcOptInfo when creating the Optimized Draw State.Gravatar egdaniel2014-11-17
* Correct accounting for wrapped resourcesGravatar bsalomon2014-11-17
* Push creation of default GP to the callerGravatar joshualitt2014-11-14
* Guard high water cache stats vars by GR_CACHE_STATSGravatar bsalomon2014-11-14
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Fix ref-cnting bug in GrContext::readRenderTargetPixelsGravatar bsalomon2014-11-14
* Move WGL header from include to srcGravatar djsollen2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.Gravatar bungeman2014-11-13
* Cleanup public includes directory.Gravatar djsollen2014-11-13
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Combine similar DrawPaths calls in GrInOrderDrawBufferGravatar cdalton2014-11-13
* Cleanup GrContextFactory and make it's subclasses privateGravatar djsollen2014-11-13
* Add GrProcOptInfo class to track various output information for color and cov...Gravatar egdaniel2014-11-13
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Relax constraints on src coeff in GrDrawState::willBlendWithDst.Gravatar egdaniel2014-11-13
* Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...Gravatar reed2014-11-13
* start to replace onCreateDevice with onCreateCompatibleDeviceGravatar reed2014-11-12
* Fix use of NULL ptr in GrContext::drawRectGravatar bsalomon2014-11-12
* Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual implGravatar bsalomon2014-11-12
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Add isUnblended query to GrDrawState.Gravatar egdaniel2014-11-11
* Add GrGpuResource::CacheAccessGravatar bsalomon2014-11-11
* Remove coverage from grpaintGravatar joshualitt2014-11-11
* remove separate color from coverageGravatar joshualitt2014-11-11
* Remove bogus assertGravatar bsalomon2014-11-11
* Remove cached OptDrawState from GrDrawState.Gravatar egdaniel2014-11-11
* Remove all knowledge of resource keys from the legacy cache.Gravatar bsalomon2014-11-11
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Snap optdrawstate in inorder draw buffer and pass into gpuGravatar joshualitt2014-11-10
* Move GrResourceKey static functions from .h to .cpp to fix shared lib buildsGravatar bsalomon2014-11-10
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10