aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.cpp
Commit message (Expand)AuthorAge
...
* Fix for r12069 (actually turn on don't-reuse-scratch-textures feature)Gravatar robertphillips@google.com2013-11-01
* Turn on don't-reuse-scratch-textures for all Android devicesGravatar robertphillips@google.com2013-11-01
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* No longer use scratch textures on ARM devicesGravatar robertphillips@google.com2013-10-31
* Fix broken MSAA for RGBAGravatar commit-bot@chromium.org2013-10-28
* Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888Gravatar commit-bot@chromium.org2013-10-17
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Rip out CSAA supportGravatar commit-bot@chromium.org2013-09-06
* Update to allow packed depth-stencil on ES3Gravatar commit-bot@chromium.org2013-09-06
* Add support for ES3 MSAA.Gravatar commit-bot@chromium.org2013-09-05
* Add bit to GrGLCaps for fixed function supportGravatar commit-bot@chromium.org2013-08-30
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Recognize that ES3 supports texture storage. Add workaround for apparent Adre...Gravatar commit-bot@chromium.org2013-08-21
* Use ES3 texture swizzling.Gravatar commit-bot@chromium.org2013-08-20
* Update renderable configs for ES3Gravatar commit-bot@chromium.org2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Always support NPOT tiling/MIPs on ES3Gravatar commit-bot@chromium.org2013-08-16
* Always support pack/unpack row length on ES3. Add support for NV_pack_subimag...Gravatar commit-bot@chromium.org2013-08-16
* Support VAO when on ES3.Gravatar commit-bot@chromium.org2013-08-16
* Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.Gravatar bsalomon@google.com2013-08-15
* Alter resource cache and GrContext to (optionally) never reuse a scratch textureGravatar robertphillips@google.com2013-07-19
* Plumb in flag for reusing scratch texturesGravatar commit-bot@chromium.org2013-07-18
* Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...Gravatar commit-bot@chromium.org2013-06-14
* Use all available texture units.Gravatar commit-bot@chromium.org2013-06-05
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Add support for GL_*_shader__framebuffer_fetchGravatar bsalomon@google.com2013-05-03
* Add support for GL_EXT_multisampled_render_to_texture.Gravatar bsalomon@google.com2013-05-01
* Add FontMgr to DirectWrite.Gravatar bungeman@google.com2013-05-01
* Plumbed in discard_framebuffer extensionGravatar robertphillips@google.com2013-04-29
* Attempt to silence signed/unsigned warnings in android build.Gravatar bsalomon@google.com2013-03-28
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Fix non-Windows build break in r8364.Gravatar bsalomon@google.com2013-03-25
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Add support for IMG's MSAA extension.Gravatar bsalomon@google.com2013-03-19
* Add MSAA configs to bench.Gravatar bsalomon@google.com2013-03-19
* Validate that VAO functions are present in ES2 interfaces and add bit to caps...Gravatar bsalomon@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Checkpoint towards core profile support.Gravatar bsalomon@google.com2013-02-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Enable cpu-array dynamic vertex data on SGX.Gravatar bsalomon@google.com2013-02-22
* Use CPU arrays for dynamic indices/vertices on ARM GPUs.Gravatar bsalomon@google.com2013-02-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Automatically handle converting gl_FragCoord to Skia's y-down device coords.Gravatar bsalomon@google.com2012-10-22
* 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