Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
c78188896e28a4ae49e406a7422b345ae177dafe
/
src
/
gpu
c781888
Attempt to reland 8264-5 with warning-as-error fixes.
by bsalomon@google.com
· 12 years ago
67e7cde
revert 8265-8264 (broke build)
by reed@google.com
· 12 years ago
ae81d5c
Adds local coords to GrEffect system.
by bsalomon@google.com
· 12 years ago
01c34ee
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
f3a60c0
Add support for IMG's MSAA extension.
by bsalomon@google.com
· 12 years ago
202d139
Work around MSAA/lines issue on Linux bot.
by bsalomon@google.com
· 12 years ago
65eb4d5
Add stroked ovals and CircleEdgeEffect.
by jvanverth@google.com
· 12 years ago
8a70eef
Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013
by bsalomon@google.com
· 12 years ago
152336f
Fix uninitialized memory access
by robertphillips@google.com
· 12 years ago
c3413d6
Increase bits for effect attribute key.
by jvanverth@google.com
· 12 years ago
306b2ce
Use stream usage for dynamic vertex data.
by bsalomon@google.com
· 12 years ago
91274b9
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
9487877
Add GL program cache tracking.
by jvanverth@google.com
· 12 years ago
93c7ee3
Removed unused parameters
by sugoi@google.com
· 12 years ago
ff6ea26
Add GrEllipseEdgeEffect.
by commit-bot@chromium.org
· 12 years ago
e0e385c
Removed unused parameters
by sugoi@google.com
· 12 years ago
eed625d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
a1d27cd
Don't sort extensions when there are none. Make an ANGLE context to validate the ANGLE GrGLInterface with.
by bsalomon@google.com
· 12 years ago
a224072
Make extension string parsing robust.
by bsalomon@google.com
· 12 years ago
b58772f
PDF: add support for named destinations.
by epoger@google.com
· 12 years ago
754a3eb
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
97876d9
Always get proc address for gl functions on the mac.
by bsalomon@google.com
· 12 years ago
9c55f80
Fixing some warnings on Linux
by sugoi@google.com
· 12 years ago
6918d48
Use vertex array objects on core profiles.
by bsalomon@google.com
· 12 years ago
f910d3b
Make GrGLEffects use an interface to append their code.
by bsalomon@google.com
· 12 years ago
8c16ef5
Remove unused vars
by bsalomon@google.com
· 12 years ago
40db6dc
Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes.
by bsalomon@google.com
· 12 years ago
812b6f5
Revert r8000 due to failures on some buildbots
by epoger@google.com
· 12 years ago
1cad898
PDF: add support for named destinations
by epoger@google.com
· 12 years ago
66a58ac
Fixed a few warnings
by sugoi@google.com
· 12 years ago
acf3ecc
Restore window creation code in SkNativeGLContext_win.cpp accidentally deleted in r7990.
by bsalomon@google.com
· 12 years ago
b7f20f2
Unify wgl context creation.
by bsalomon@google.com
· 12 years ago
07631cf
Validate that VAO functions are present in ES2 interfaces and add bit to caps indicating VAO support.
by bsalomon@google.com
· 12 years ago
37ebe3f
Address some valgrind issues
by robertphillips@google.com
· 12 years ago
0cb80e1
fix mac build
by humper@google.com
· 12 years ago
c490f80
Change random number generator for 'tests' to SkMWCRandom. Also removes some
by jvanverth@google.com
· 12 years ago
0c23faf
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
13f181f
Relanding 7914
by robertphillips@google.com
· 12 years ago
f140f18
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
3b0d631
Remove constructors from GrVertexAttrib.
by jvanverth@google.com
· 12 years ago
9b98c1b
Make global static variable kVertexAttribs in GrAARectRenderer local to functions.
by jvanverth@google.com
· 12 years ago
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
df8114d
Fix mesa issues.
by bsalomon@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
1fc506a
Revert r7914 due to Linux rendering issues
by robertphillips@google.com
· 12 years ago
a962174
Fix mesa build error from r7519.
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
348e35e
Replace A8 with RGBA8 when renderable A8 isn't supported
by robertphillips@google.com
· 12 years ago
631cdcb
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
2b1b8c0
Checkpoint towards core profile support.
by bsalomon@google.com
· 12 years ago
6177e69
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
by robertphillips@google.com
· 12 years ago
26fb61a
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
by bsalomon@google.com
· 12 years ago
aa537d4
Make SkTDArray accessors const-friendly.
by commit-bot@chromium.org
· 12 years ago
00b1c3a
Fix assert in bench due to r7899. Unreviewed.
by jvanverth@google.com
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
b83a193
Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues
by robertphillips@google.com
· 12 years ago
ff43661
Sort GL extension strings and search to find.
by bsalomon@google.com
· 12 years ago
89e6f5b
Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms about uninit reads.
by bsalomon@google.com
· 12 years ago
94ba6c6
Replace A8 with RGBA8 when renderable A8 isn't supported
by robertphillips@google.com
· 12 years ago
12eea2b
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
9c58f46
Add files omitted from gcl change in r7860.
by bsalomon@google.com
· 12 years ago
8f94361
Consolidate functions common the the null and debug GL interfaces.
by bsalomon@google.com
· 12 years ago
ff57afc
Fixed the hash key comparison function.
by sugoi@google.com
· 12 years ago
6e4e650
Give GrDrawTarget a back ptr to its owning GrContext.
by bsalomon@google.com
· 12 years ago
0ba4bf4
Use size_t for rowBytes.
by scroggo@google.com
· 12 years ago
3012ded
Enable cpu-array dynamic vertex data on SGX.
by bsalomon@google.com
· 12 years ago
96966a5
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
by bsalomon@google.com
· 12 years ago
ee3bc3b
Add support for vertex data rendered from CPU arrays.
by bsalomon@google.com
· 12 years ago
e49ad45
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer.
by bsalomon@google.com
· 12 years ago
19e393c
Fix unused var warning.
by bsalomon@google.com
· 12 years ago
880b8fc
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
by bsalomon@google.com
· 12 years ago
044679e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
3976825
Remove unused texture coordinate flags.
by jvanverth@google.com
· 12 years ago
682e1f9
Use CGL rather than AGL on the Mac.
by bsalomon@google.com
· 12 years ago
73a9694
Use SkMWRandom in GLPrograms test.
by bsalomon@google.com
· 12 years ago
45a412e
r7719 was an exact reland of r7713. This CL is fix.
by bsalomon@google.com
· 12 years ago
6a51dcb
Attempt to reland r7713 with fix.
by bsalomon@google.com
· 12 years ago
1eeef16
Revert r7713 until GM changes are understood.
by bsalomon@google.com
· 12 years ago
d2afa6e
Move view matrix flush to GrGLPrograms.
by bsalomon@google.com
· 12 years ago
9120748
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram.
by bsalomon@google.com
· 12 years ago
2b44673
Move blend optimization functions to GrDrawState.
by bsalomon@google.com
· 12 years ago
6438695
Revert 7625 until after M26 due to a mix of perf changes.
by bsalomon@google.com
· 12 years ago
8598328
Remove compile time option to use different types for text vertices.
by bsalomon@google.com
· 12 years ago
edbd21a
Temporarily disable new GL error checking in ~SkGLContext
by robertphillips@google.com
· 12 years ago
82b0ec6
Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.
by bsalomon@google.com
· 12 years ago
5b25a8d
Remove GR_DUMP_TEXTURE_UPLOADS
by bsalomon@google.com
· 12 years ago
51ac7e6
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
by bsalomon@google.com
· 12 years ago
fe1b536
Enhance GL error checking for non-Ganesh GL calls
by robertphillips@google.com
· 12 years ago
fec0bc3
Remove legacy names no longer referenced in Chrome and WebKit.
by bsalomon@google.com
· 12 years ago
709906b
Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit.
by senorblanco@chromium.org
· 12 years ago
1c7c01a
Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055
by bsalomon@google.com
· 12 years ago
9c68058
Fix WritePixels test on ANGLE.
by bsalomon@google.com
· 12 years ago
cbe4f6a
Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB
by jvanverth@google.com
· 12 years ago
ae68392
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
55cac11
Fix calls to setVertexSourceToBuffer
by robertphillips@google.com
· 12 years ago
f3a7bc7
Fix bench crash (calling method on NULL object).
by bsalomon@google.com
· 12 years ago
a4d18dd
Reinstate r7546: fix unused variable warning
by jvanverth@google.com
· 12 years ago
Next »