index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
Commit message (
Expand
)
Author
Age
*
Fixes to make the gm run when GrContext can't be created for ANGLE context.
bsalomon@google.com
2013-06-11
*
Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...
senorblanco@chromium.org
2013-06-10
*
separate arrays for color and coverage effects.
bsalomon@google.com
2013-06-06
*
Make GrGLProgram no longer depend on kNumStages
bsalomon@google.com
2013-06-06
*
Use all available texture units.
commit-bot@chromium.org
2013-06-05
*
Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...
commit-bot@chromium.org
2013-06-03
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Get correct GLVersion for Mesa to avoid GrContext creation failure
bsalomon@google.com
2013-05-29
*
fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...
commit-bot@chromium.org
2013-05-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-23
*
Make GrGLProgramDesc's key variable length by compacting the effect key array
bsalomon@google.com
2013-05-22
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Disable blending when there is an effect that reads the dst and draw state bl...
bsalomon@google.com
2013-05-15
*
Remove assert that is no longer valid.
bsalomon@google.com
2013-05-14
*
Key shader on whether frag pos read is relative to top-left or bottom-left
bsalomon@google.com
2013-05-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-10
*
Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...
commit-bot@chromium.org
2013-05-09
*
Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.
bsalomon@google.com
2013-05-09
*
Comment out invalid assert.
bsalomon@google.com
2013-05-08
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-04
*
This may potentially fix a chromium issue and shouldn't hurt, so if anyone ag...
sugoi@google.com
2013-05-03
*
Add support for GL_*_shader__framebuffer_fetch
bsalomon@google.com
2013-05-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-03
*
Fix GL extension printing on core profiles.
bsalomon@google.com
2013-05-02
*
Add support for GL_EXT_multisampled_render_to_texture.
bsalomon@google.com
2013-05-01
*
Add FontMgr to DirectWrite.
bungeman@google.com
2013-05-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-30
*
Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::val...
commit-bot@chromium.org
2013-04-29
*
Plumbed in discard_framebuffer extension
robertphillips@google.com
2013-04-29
*
Add non-separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-22
*
Fix gyp files to allow ninja to build 64 bit on Mac.
commit-bot@chromium.org
2013-04-22
*
Add all remaining separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-19
*
Perform coverage blend with the dst in the shader when using a dst-reading xf...
bsalomon@google.com
2013-04-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-19
*
Expand modulate, add, subtract, extract component glsl helpers.
bsalomon@google.com
2013-04-18
*
Skip copytexsubimage2D code path when src is multisampled.
bsalomon@google.com
2013-04-17
*
Comment only change. (forgot to save comment edit before landing r8675).
bsalomon@google.com
2013-04-15
*
Add support for using glCopyTexSubImage2D when possible to copy surfaces.
bsalomon@google.com
2013-04-15
*
Update debug GL backend to match r8633
robertphillips@google.com
2013-04-11
*
Add glCopyTexSubImage2D to GrGLInterface
commit-bot@chromium.org
2013-04-11
*
Use blitframebuffer to implement copySurface.
commit-bot@chromium.org
2013-04-11
*
Reland of 8525 with fix for case when GrRT outlives GrTexture.
bsalomon@google.com
2013-04-09
*
Revert 8525,8526 pending investigation of bench_pictures crashes.
bsalomon@google.com
2013-04-03
*
Commit file accidentally left out of glc change for r8525
bsalomon@google.com
2013-04-03
*
Reland 8459 with fix for #extension after default precision in FS.
bsalomon@google.com
2013-04-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Reverting r8459 due to shader error on Nexus 10
robertphillips@google.com
2013-04-01
*
Take two for r8466:
jvanverth@google.com
2013-04-01
[next]