aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Fixes to make the gm run when GrContext can't be created for ANGLE context.Gravatar bsalomon@google.com2013-06-11
* Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...Gravatar senorblanco@chromium.org2013-06-10
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Make GrGLProgram no longer depend on kNumStagesGravatar bsalomon@google.com2013-06-06
* Use all available texture units.Gravatar commit-bot@chromium.org2013-06-05
* Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...Gravatar commit-bot@chromium.org2013-06-03
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Get correct GLVersion for Mesa to avoid GrContext creation failureGravatar bsalomon@google.com2013-05-29
* fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...Gravatar commit-bot@chromium.org2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-23
* Make GrGLProgramDesc's key variable length by compacting the effect key arrayGravatar bsalomon@google.com2013-05-22
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Disable blending when there is an effect that reads the dst and draw state bl...Gravatar bsalomon@google.com2013-05-15
* Remove assert that is no longer valid.Gravatar bsalomon@google.com2013-05-14
* Key shader on whether frag pos read is relative to top-left or bottom-leftGravatar bsalomon@google.com2013-05-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-10
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.Gravatar bsalomon@google.com2013-05-09
* Comment out invalid assert.Gravatar bsalomon@google.com2013-05-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-04
* This may potentially fix a chromium issue and shouldn't hurt, so if anyone ag...Gravatar sugoi@google.com2013-05-03
* Add support for GL_*_shader__framebuffer_fetchGravatar bsalomon@google.com2013-05-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-03
* Fix GL extension printing on core profiles.Gravatar bsalomon@google.com2013-05-02
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-30
* Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::val...Gravatar commit-bot@chromium.org2013-04-29
* Plumbed in discard_framebuffer extensionGravatar robertphillips@google.com2013-04-29
* Add non-separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-22
* Fix gyp files to allow ninja to build 64 bit on Mac.Gravatar commit-bot@chromium.org2013-04-22
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* Perform coverage blend with the dst in the shader when using a dst-reading xf...Gravatar bsalomon@google.com2013-04-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-19
* Expand modulate, add, subtract, extract component glsl helpers.Gravatar bsalomon@google.com2013-04-18
* 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
* Update debug GL backend to match r8633Gravatar robertphillips@google.com2013-04-11
* Add glCopyTexSubImage2D to GrGLInterfaceGravatar commit-bot@chromium.org2013-04-11
* Use blitframebuffer to implement copySurface.Gravatar commit-bot@chromium.org2013-04-11
* Reland of 8525 with fix for case when GrRT outlives GrTexture.Gravatar bsalomon@google.com2013-04-09
* Revert 8525,8526 pending investigation of bench_pictures crashes.Gravatar bsalomon@google.com2013-04-03
* Commit file accidentally left out of glc change for r8525Gravatar bsalomon@google.com2013-04-03
* Reland 8459 with fix for #extension after default precision in FS.Gravatar bsalomon@google.com2013-04-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-02
* Reverting r8459 due to shader error on Nexus 10Gravatar robertphillips@google.com2013-04-01
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01