Sign in
webkit
/
WebKit
/
a4d6a35a1e635dda26b05257c8c0be8a5d375f33
/
Source
/
WebCore
/
platform
/
graphics
/
efl
115bd2e
Unreviewed, rolling out r151957 and r152531.
by ossy@webkit.org
· 12 years ago
ce71c12
REGRESSION(r151957): WebGL textures do not show
by ossy@webkit.org
· 12 years ago
1cc115d
Simplify the #ifdefs in GraphicsContext3D.h
by mrobinson@webkit.org
· 12 years ago
2e39cc2
[Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
by ch.dumez@sisa.samsung.com
· 12 years ago
fb89741
[CoordGfx] Support to share GraphicsSurface flags with client.
by commit-queue@webkit.org
· 12 years ago
f100158
[EFL][WebGL] Optimize AlphaOp for HTMLVideoElement input.
by commit-queue@webkit.org
· 12 years ago
7d922dc
[EFL][WebGL] Implement a common GraphicsSurface Implementation.
by commit-queue@webkit.org
· 12 years ago
285e7e6
Upgrade ANGLE to r1987 https://bugs.webkit.org/show_bug.cgi?id=111381
by kbr@google.com
· 12 years ago
0b2c12d
Create GraphicsContext3DState to aggregate state objects
by bruno.abinader@basyskom.com
· 12 years ago
eeec0f3
[Texmap] TextureMapper is too eager to use intermediate surfaces
by commit-queue@webkit.org
· 12 years ago
03d6bcb
[EFL][WebGL] Refactor GLPlatformSurface.
by commit-queue@webkit.org
· 12 years ago
0a1b283
[EFL] Use EINA_LOG instead of fprintf
by gyuyoung.kim@samsung.com
· 12 years ago
ea80a9a
[WebGL][EFL] Support for creating surface with alpha disabled.
by commit-queue@webkit.org
· 12 years ago
fab9fa1
[WebGL][EFL] Refactor GraphicsContext3DPrivate to add support for SharedContext.
by commit-queue@webkit.org
· 12 years ago
e1f938f
Optimize the texture packing for texImage2D() and texSubImage2D() in WebGL
by commit-queue@webkit.org
· 12 years ago
f7c91ef
[EFL][WebGL] Fix Memory leaks in EGL and GLX surface.
by commit-queue@webkit.org
· 12 years ago
5c03648
[EFL][WebGL] Add GLES2 support in GraphicsContext3DEfl.
by commit-queue@webkit.org
· 12 years ago
58069fd
[WebGL][EFL][Qt][GTK] Jelly fishes leave trails on webgl canvas.
by commit-queue@webkit.org
· 12 years ago
7c07d18
[EFL [WebGL] [Wk2] Resizing the canvas breaks WebGL.
by commit-queue@webkit.org
· 12 years ago
ed5b299
[EFL] Missing implementation of GraphicsContext3DPrivate::platformLayerSize()
by commit-queue@webkit.org
· 12 years ago
7b22652
[EFL][WebGL] Regression(r137211) WebGL is broken with NVIDIA Drivers.
by commit-queue@webkit.org
· 12 years ago
ad2059b
[EFL][WebGL] Minor Refactoring in GraphicsContext3DEfl.
by commit-queue@webkit.org
· 12 years ago
29e72ff
[EFL] [WebGL] Path is not resized correctly.
by commit-queue@webkit.org
· 12 years ago
7a4d5a2
[EFL] [AC] Implement ImageExtractor::extractImage in GraphicsContext3DEfl.
by commit-queue@webkit.org
· 12 years ago
4e27e6a
[EFL] Active texture state gets corrupted after updating graphics surface contents.
by commit-queue@webkit.org
· 12 years ago
147826c
[EFL] Fix build warning in GraphicsContext3DEfl.cpp
by commit-queue@webkit.org
· 12 years ago
9a7a8d2
WebGL: Add a class to abstract the status of the Image in texImage2D() and texSubImage2D()
by commit-queue@webkit.org
· 12 years ago
3d139d44
[EFL] Refactor GraphicsContext3DEFL.
by commit-queue@webkit.org
· 12 years ago
0ca9124
Unreviewed, rolling out r135074.
by rakuco@webkit.org
· 12 years ago
4ef40c8
[EFL] Refactor GraphicsContext3DEFL.
by commit-queue@webkit.org
· 12 years ago
b0edaee
Fix memory leak in createSurfaceForBackingStore()
by commit-queue@webkit.org
· 12 years ago
0e12dbc
[EFL][WK2][AC] Black screen when applications use software backend.
by commit-queue@webkit.org
· 12 years ago
b34c718
[EFL][WK2] Add support for custom cursors
by commit-queue@webkit.org
· 12 years ago
4af0bb4a
[EFL][AC]Free GL resources allocated by GraphicsContext3DEfl.
by commit-queue@webkit.org
· 12 years ago
6836957
[EFL][WK2] Enable WebGL https://bugs.webkit.org/show_bug.cgi?id=97652
by hausmann@webkit.org
· 12 years ago
601b4b8
Unreviewed, rolling out r132601.
by ossy@webkit.org
· 12 years ago
818cb17
[EFL][WK2] Enable WebGL https://bugs.webkit.org/show_bug.cgi?id=97652
by commit-queue@webkit.org
· 12 years ago
76e41be
[EFL][WK2] Compilation warning in GraphicsContext3DPrivate.cpp when AC is enabled
by commit-queue@webkit.org
· 12 years ago
67118c7
[EFL] GraphicsContext3D::m_renderStyle is not initialized
by commit-queue@webkit.org
· 12 years ago
83d68c0
Fix build warnings : -Wunused-parameter, -Wunused-variable
by commit-queue@webkit.org
· 12 years ago
0932519
[EFL][WK2][Texmap] Set gl context in GraphicsContext3DPrivate
by commit-queue@webkit.org
· 12 years ago
58b89dc
[EFL][WK2] Implement Favicons API https://bugs.webkit.org/show_bug.cgi?id=99087
by commit-queue@webkit.org
· 12 years ago
40e5872
[EFL] Use the shareable GraphicsContext3DOpenGL* implementation.
by commit-queue@webkit.org
· 12 years ago
1c2b02e
[GTK] Add support for creating EGL contexts
by mrobinson@webkit.org
· 12 years ago
b7ac1db
[Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port
by kenneth@webkit.org
· 13 years ago
d22205d
Fix unused parameter compile warnings in WebCore.
by commit-queue@webkit.org
· 13 years ago
3f5ab02
Part 2 of removing PlatformString.h, remove PlatformString.h
by weinig@apple.com
· 13 years ago
98debd8
[Texmap] Move TextureMapperGL to use GraphicsContext3D
by commit-queue@webkit.org
· 13 years ago
eec3f45
Layout Test css3/filters/custom/custom-filter-animation.html is failing
by achicu@adobe.com
· 13 years ago
868e06e
[Cairo] Add complex font drawing using HarfbuzzNG
by commit-queue@webkit.org
· 13 years ago
746c1d7
[WK2][EFL] Divide ENABLE(WEBGL) into ENABLE(WEBGL) and USE(3D_GRAPHICS) in CMakeLists.txt
by commit-queue@webkit.org
· 13 years ago
4a782c8
90506
by noam.rosenthal@nokia.com
· 13 years ago
8591213
GraphicsContext3D interface should not be aware of CanvasRenderingContext
by jamesr@google.com
· 13 years ago
a4329c6
Image::initPlatformData is always an empty function so we can remove it
by darin@apple.com
· 13 years ago
f160b406f
Avoid virtual method calls in the GraphicsLayer destructor
by simon.fraser@apple.com
· 13 years ago
e5055a7
[EFL] Add PageClientEfl to WebCoreSupport.
by commit-queue@webkit.org
· 13 years ago
a575b7a
Unreviewed attempt to fix the EFL build.
by eric@webkit.org
· 13 years ago
1a420e1
[EFL] Fix build break because of PlatformString.h
by gyuyoung.kim@samsung.com
· 13 years ago
d4baae4
Fix WTF header include discipline in Chromium WebKit
by eric@webkit.org
· 13 years ago
625ffca
Change the argument orders to match OpenGL's in GraphicsContext3D functions
by commit-queue@webkit.org
· 13 years ago
3b094a8
[EFL] Evas_GL initialization and destruction in GraphicsContext3DPrivate
by commit-queue@webkit.org
· 13 years ago
2e7dfa6
[EFL] Implementation of missing functions in GraphicsContext3DPrivate
by commit-queue@webkit.org
· 13 years ago
ca3db86
[EFL] Initial implementation of GraphicsContext3DPrivate
by commit-queue@webkit.org
· 13 years ago
bd513e3
[EFL] Implementation of GraphicsContext3D for EFL port
by commit-queue@webkit.org
· 13 years ago
409e3c0
[GTK] [EFL] Collapse duplicate WebGL support code
by commit-queue@webkit.org
· 13 years ago
31f616c
[EFL] Enable WebGL with glx backend
by commit-queue@webkit.org
· 13 years ago
3451b1f
Add Plumming to get graphics error messages to JS Console
by commit-queue@webkit.org
· 13 years ago
0b96d27
[EFL] Rename parameter and variable name 'r' to 'rect' in IntRectEfl.cpp.
by commit-queue@webkit.org
· 13 years ago
bcd099a
Unreviewed, revert r101347. https://bugs.webkit.org/show_bug.cgi?id=73580
by commit-queue@webkit.org
· 13 years ago
dabf571
Implement draft WEBGL_compressed_textures WebGL extension
by kbr@google.com
· 13 years ago
89eb141
[Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port
by commit-queue@webkit.org
· 13 years ago
89f5c62
Unreviewed, rolling out r100176.
by commit-queue@webkit.org
· 13 years ago
ae9e7b9
Implement WEBGL_EXPERIMENTAL_compressed_textures WebGL extension
by commit-queue@webkit.org
· 13 years ago
7ec77868
Since GraphicsContext3D::makeContextCurrent can fail, return bool.
by nduca@chromium.org
· 13 years ago
8c97922
[chromium] Patch that implementing the changes required to allow WebGL
by commit-queue@webkit.org
· 13 years ago
503bf17
Patch by Hyowon Kim <hw1008.kim@samsung.com> on 2011-09-12
by commit-queue@webkit.org
· 14 years ago
f5d0fe0
2011-06-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
by gyuyoung.kim@samsung.com
· 14 years ago
6348f02
2011-06-09 Hyowon Kim <hw1008.kim@samsung.com>
by commit-queue@webkit.org
· 14 years ago
86470c8
<rdar://problem/8446709> Allow inter-ideograph justification for CJK
by mitz@apple.com
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago