aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
...
* Fixed GrContext.cpp Windows compiler complaintsGravatar robertphillips@google.com2012-05-10
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Fix to prevent infinite recursion during AA clip mask generationGravatar robertphillips@google.com2012-05-03
* Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cppGravatar robertphillips@google.com2012-05-01
* Addition of necessary flush to copyToTexturePixelRef(...).Gravatar twiz@google.com2012-04-27
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* convert float to SkScalar changesGravatar robertphillips@google.com2012-04-27
* Fix trivial int->scalar warning introduced in r3772Gravatar bsalomon@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* First portion of refactoring to bundle SW path rendering into GrPathRendererGravatar robertphillips@google.com2012-04-27
* Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...Gravatar robertphillips@google.com2012-04-10
* Minor Windows compiler complaint fixesGravatar robertphillips@google.com2012-04-10
* add macro DEFER_PATHS to proper checksGravatar bsalomon@google.com2012-04-04
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Unify text flushing with other deferred drawingGravatar bsalomon@google.com2012-03-30
* Make fewer copies when using GrDrawTarget::AutoStateRestoreGravatar bsalomon@google.com2012-03-30
* Reland 3507Gravatar bsalomon@google.com2012-03-30
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* Don't look at current vertex layout when vertex source hasn't been setGravatar bsalomon@google.com2012-03-29
* Revert 3507Gravatar bsalomon@google.com2012-03-28
* Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t)Gravatar bsalomon@google.com2012-03-28
* Make printf in GrContext about partial pixel coverage be debug-onlyGravatar bsalomon@google.com2012-03-28
* Use a single GrDrawState in GrContext for direct and buffered drawingGravatar bsalomon@google.com2012-03-27
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* Make the text context not have to save / restore GrDrawState at each draw.Gravatar bsalomon@google.com2012-03-19
* Change vertex buffer size for draw buffer. Hopefully helps with some of the p...Gravatar bsalomon@google.com2012-03-15
* Batch path draws.Gravatar bsalomon@google.com2012-03-14
* Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...Gravatar bsalomon@google.com2012-03-13
* Fix debug build: move assertions to GrContext callers, not static callees.Gravatar senorblanco@chromium.org2012-03-05
* Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.Gravatar senorblanco@chromium.org2012-03-05
* minor improvement, remove some conditionals in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* simplify GrPathRenderer interfaceGravatar bsalomon@google.com2012-03-02
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Remove offscreen supersampler.Gravatar bsalomon@google.com2012-03-02
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Add code path for Gr client to resolve an Gr-created MSAA render target.Gravatar bsalomon@google.com2012-01-31
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* Expose functionality to purge the GPU texture cache while running SampleApp.Gravatar twiz@google.com2012-01-27
* Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...Gravatar bsalomon@google.com2012-01-27
* Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...Gravatar bsalomon@google.com2012-01-18
* Turn clipping back on in OSAA pass 1. Skip default cons on GrDrawState when s...Gravatar bsalomon@google.com2012-01-18
* Add GrDrawState resetGravatar bsalomon@google.com2012-01-17
* Fix vs2010 int to scalar warningsGravatar bsalomon@google.com2012-01-12
* Add code path to SW rasterize paths and upload as a mask textureGravatar bsalomon@google.com2012-01-12
* Remove supports per-vertex coverage caps bitGravatar bsalomon@google.com2012-01-12
* Fix variable renaming in asserts related to r3015Gravatar bsalomon@google.com2012-01-11
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabledGravatar bsalomon@google.com2012-01-11
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03