index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Fixed the hash key comparison function.
sugoi@google.com
2013-02-25
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Use size_t for rowBytes.
scroggo@google.com
2013-02-25
*
Enable cpu-array dynamic vertex data on SGX.
bsalomon@google.com
2013-02-22
*
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
bsalomon@google.com
2013-02-21
*
Add support for vertex data rendered from CPU arrays.
bsalomon@google.com
2013-02-21
*
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...
bsalomon@google.com
2013-02-20
*
Fix unused var warning.
bsalomon@google.com
2013-02-19
*
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
bsalomon@google.com
2013-02-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-15
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Use CGL rather than AGL on the Mac.
bsalomon@google.com
2013-02-14
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
r7719 was an exact reland of r7713. This CL is fix.
bsalomon@google.com
2013-02-13
*
Attempt to reland r7713 with fix.
bsalomon@google.com
2013-02-13
*
Revert r7713 until GM changes are understood.
bsalomon@google.com
2013-02-13
*
Move view matrix flush to GrGLPrograms.
bsalomon@google.com
2013-02-13
*
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...
bsalomon@google.com
2013-02-12
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Temporarily disable new GL error checking in ~SkGLContext
robertphillips@google.com
2013-02-07
*
Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.
bsalomon@google.com
2013-02-07
*
Remove GR_DUMP_TEXTURE_UPLOADS
bsalomon@google.com
2013-02-07
*
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
bsalomon@google.com
2013-02-07
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Fix a perf regression introduced by r7594: when computing a texture cache ke...
senorblanco@chromium.org
2013-02-07
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB
jvanverth@google.com
2013-02-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-06
*
Fix calls to setVertexSourceToBuffer
robertphillips@google.com
2013-02-05
*
Fix bench crash (calling method on NULL object).
bsalomon@google.com
2013-02-05
*
Reinstate r7546: fix unused variable warning
jvanverth@google.com
2013-02-05
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Revert r7595 due to housekeeper warning-as-error.
bsalomon@google.com
2013-02-05
*
Re-enable static asserts with windows warning fix.
bsalomon@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
hide the static-assert block altogether, until we can find a construct that
reed@google.com
2013-02-05
*
fix (new annoying) warning (mac only I think)
reed@google.com
2013-02-05
*
Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to res...
bsalomon@google.com
2013-02-05
*
Restore variable to release builds.
jvanverth@google.com
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Commit file missing from r7550
bsalomon@google.com
2013-02-04
*
fix unused variable warning
reed@google.com
2013-02-04
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Fix init order warning
bsalomon@google.com
2013-02-01
*
don't use NULL when comparing against ints/size_t (fixes warning)
reed@google.com
2013-02-01
*
Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...
bsalomon@google.com
2013-02-01
[next]