aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
Commit message (Expand)AuthorAge
* Add support for GL_EXT_multisampled_render_to_texture.Gravatar bsalomon@google.com2013-05-01
* Plumbed in discard_framebuffer extensionGravatar robertphillips@google.com2013-04-29
* Fix gyp files to allow ninja to build 64 bit on Mac.Gravatar commit-bot@chromium.org2013-04-22
* Skip copytexsubimage2D code path when src is multisampled.Gravatar bsalomon@google.com2013-04-17
* Comment only change. (forgot to save comment edit before landing r8675).Gravatar bsalomon@google.com2013-04-15
* Add support for using glCopyTexSubImage2D when possible to copy surfaces.Gravatar bsalomon@google.com2013-04-15
* Use blitframebuffer to implement copySurface.Gravatar commit-bot@chromium.org2013-04-11
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Address clang static analyzer issuesGravatar robertphillips@google.com2013-03-26
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Stop printing GL errors for disabling color tables on core profiles on nvidia...Gravatar commit-bot@chromium.org2013-03-21
* Add support for IMG's MSAA extension.Gravatar bsalomon@google.com2013-03-19
* Work around MSAA/lines issue on Linux bot.Gravatar bsalomon@google.com2013-03-19
* Add MSAA configs to bench.Gravatar bsalomon@google.com2013-03-19
* Use vertex array objects on core profiles.Gravatar bsalomon@google.com2013-03-07
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Checkpoint towards core profile support.Gravatar bsalomon@google.com2013-02-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Use CPU arrays for dynamic indices/vertices on ARM GPUs.Gravatar bsalomon@google.com2013-02-21
* Add support for vertex data rendered from CPU arrays.Gravatar bsalomon@google.com2013-02-21
* Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...Gravatar bsalomon@google.com2013-02-20
* Fix unused var warning.Gravatar bsalomon@google.com2013-02-19
* Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.Gravatar bsalomon@google.com2013-02-19
* Attempt to reland r7713 with fix.Gravatar bsalomon@google.com2013-02-13
* Revert r7713 until GM changes are understood.Gravatar bsalomon@google.com2013-02-13
* Move view matrix flush to GrGLPrograms.Gravatar bsalomon@google.com2013-02-13
* Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...Gravatar bsalomon@google.com2013-02-12
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...Gravatar bsalomon@google.com2013-01-30
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Fix bug introduced in r7348, deleting wrapped resources.Gravatar bsalomon@google.com2013-01-23
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Fix incorrect sample cnt assertGravatar bsalomon@google.com2013-01-09
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Upstreaming changes from gpu_dev to trunk.Gravatar bsalomon@google.com2012-10-30
|\
* | Add GL texture validity check to GrGpuGLGravatar robertphillips@google.com2012-10-30
| * Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
|/
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24