aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Use GrGLContextInfo in shader generatorGravatar bsalomon@google.com2012-02-13
* Fix dumb error of starting loop with 0 instead of 1 that uses shift to increm...Gravatar bsalomon@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Add SK_API to SkPixelRef and TextureCacheEntry.Gravatar senorblanco@chromium.org2012-02-09
* Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...Gravatar bsalomon@google.com2012-02-09
* Export the texture pixelref classes via SK_API. This is necessary to referenceGravatar senorblanco@chromium.org2012-02-08
* Reland 3144 with assertion fix.Gravatar bsalomon@google.com2012-02-07
* revert 3144 Gravatar bsalomon@google.com2012-02-07
* Allow chrome to limit the number of FBO status checksGravatar bsalomon@google.com2012-02-07
* 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
* code cleanup for single_pass_path() and remove enum GrConvexHintGravatar bsalomon@google.com2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* 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
* Add flag to disable gl error checking when allocating gpu objectsGravatar bsalomon@google.com2012-01-19
* Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...Gravatar bsalomon@google.com2012-01-18
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* Add support for GL texture storageGravatar bsalomon@google.com2012-01-05
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Access sampler matrices directly, cleanup GrSamplerState::reset()sGravatar bsalomon@google.com2011-12-12
* Remove GrDrawState::setSampler, use direct access to samplerGravatar bsalomon@google.com2011-12-12
* Remove static initiazled gClampNearest in gpu backendGravatar bsalomon@google.com2011-12-12
* Add support for GL_ANGLE_texture_usageGravatar bsalomon@google.com2011-12-09
* add SK_OVERRIDEs, move impl of virtuals into .cppGravatar reed@google.com2011-12-07
* Prep for GrDrawState as a class Part 2Gravatar bsalomon@google.com2011-12-06
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* Add support for GL_ANGLE_pack_reverse_row_orderGravatar bsalomon@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* Fix buildGravatar bsalomon@google.com2011-11-23
* Add hints for static analysis about when we intend to crashGravatar bsalomon@google.com2011-11-23
* Add support for GL_CHROMIUM_flipyGravatar bsalomon@google.com2011-11-21
* assert that resources used with ctx are owned by the ctxGravatar bsalomon@google.com2011-11-19
* Resubmit 2717 w/ fix workaround OS X GL bug.Gravatar bsalomon@google.com2011-11-19
* Revert 2717Gravatar bsalomon@google.com2011-11-18
* Recommit r2714 with clip fixGravatar bsalomon@google.com2011-11-18
* Revert 2714 for debugging of test failureGravatar bsalomon@google.com2011-11-18
* Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...Gravatar bsalomon@google.com2011-11-18
* Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...Gravatar bsalomon@google.com2011-11-16
* Add getContext to GrResouceGravatar bsalomon@google.com2011-11-15
* Remove allocated size vs content size in texturesGravatar bsalomon@google.com2011-11-15
* Remove GL functions only used in fixed pipeGravatar bsalomon@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* Filter out draws to non-PMA configs that won't blend correctlyGravatar bsalomon@google.com2011-11-10