index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/gpu into webkit/common/gpu
jamesr@chromium.org
2013-05-26
17
-5708
/
+0
*
Part 2/3 (GL) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-26
1
-3
/
+3
*
Make decoder correct for on-screen WGC3DIPCBI
boliu@chromium.org
2013-05-24
1
-1
/
+15
*
Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."
erg@chromium.org
2013-05-24
1
-6
/
+5
*
Part 1/3 (compositor) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-24
4
-0
/
+13
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-24
1
-5
/
+6
*
Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...
kaanb@chromium.org
2013-05-23
1
-0
/
+4
*
Make GpuMemoryBufferFactory a function pointer rather than a callback.
kaanb@chromium.org
2013-05-21
2
-4
/
+15
*
GPU client side changes for GpuMemoryBuffers:
kaanb@chromium.org
2013-05-16
2
-2
/
+129
*
Update code to use the new version of copyTextureCHROMIUM() with added parame...
jun.a.jiang@intel.com
2013-05-14
4
-29
/
+0
*
Clean up unused includes and code in webkit/gpu
jamesr@chromium.org
2013-05-10
3
-54
/
+0
*
Add the WebGraphicsContext3DProviderImpl class.
danakj@chromium.org
2013-05-09
3
-0
/
+65
*
Remove inside_chromium_build gyp variable
jamesr@chromium.org
2013-05-08
1
-18
/
+2
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
2
-19
/
+19
*
Add signalSyncPoint to the WebGraphicsContext3D command buffer impls.
danakj@chromium.org
2013-04-27
2
-4
/
+81
*
Add option to use GLContextVirtual in WGC3DIPCBI
boliu@chromium.org
2013-04-20
2
-4
/
+43
*
Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.
jun.a.jiang@intel.com
2013-04-19
4
-2
/
+34
*
Add create WGC3DInProcessCommandBuffer for on-screen context
boliu@chromium.org
2013-04-19
3
-22
/
+72
*
Initialize glCopyTexSubImage2D in Skia's GL interface
bsalomon@google.com
2013-04-16
1
-0
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
2
-14
/
+14
*
gpu: Fix in-process implementation of glGetShaderPrecisionFormat
brianderson@chromium.org
2013-03-30
1
-2
/
+37
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-27
3
-130
/
+156
*
mac: Clean up a few more uses of USE_SKIA
thakis@chromium.org
2013-03-25
4
-27
/
+0
*
Adding async upload methods to WGC3DInProcessCommandBuffer
kaanb@chromium.org
2013-03-23
2
-0
/
+35
*
Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che...
pkasting@chromium.org
2013-03-23
3
-42
/
+66
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-22
3
-66
/
+42
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-21
4
-89
/
+25
*
Revert 189019 "Remove support for WebGraphicsContext3DInProcessI..."
kbr@chromium.org
2013-03-19
4
-25
/
+83
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-19
4
-83
/
+25
*
Part 4 of cc/ directory shuffles: output
jamesr@chromium.org
2013-03-18
2
-2
/
+2
*
Make ContextProvider::InitializeOnMainThread implicit.
danakj@chromium.org
2013-03-15
3
-17
/
+40
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-1
/
+2
*
Implement EXT_draw_buffers WebGL extention support in command buffer.
zmo@chromium.org
2013-03-14
4
-0
/
+11
*
cc: Fix background filters with non-zero offsets.
danakj@chromium.org
2013-03-13
1
-1
/
+4
*
ContextProvider::BindToCurrentThread should fail consistently.
danakj@chromium.org
2013-03-12
1
-2
/
+4
*
Fix incorrect computation of antialias flag in implementations of WebGraphics...
kbr@chromium.org
2013-03-08
1
-3
/
+3
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Provide shared context to Platform API in renderer.
danakj@chromium.org
2013-03-06
1
-2
/
+1
*
Set vertex array object function pointers in GL interfaces used by Skia.
bsalomon@google.com
2013-03-05
1
-0
/
+3
*
Implement the Platform::sharedOffscreenGraphicsContext3D method.
danakj@chromium.org
2013-02-28
7
-60
/
+395
*
cc: Route offscreen context creation for compositor to the browser.
danakj@chromium.org
2013-02-22
3
-0
/
+109
*
Fixed bug in allocation of temporary scanline during frame buffer readback.
kbr@chromium.org
2013-02-13
2
-7
/
+4
*
Added temporary #ifdefs to support incompatible ANGLE API upgrade.
kbr@chromium.org
2013-02-12
1
-0
/
+8
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-1
/
+0
*
Make webkit_gpu build on Win64
jschuh@chromium.org
2013-01-26
1
-0
/
+2
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
3
-5
/
+5
*
Refactor so chromium only GL extensions require gl2extchromium.h
gman@chromium.org
2013-01-09
2
-0
/
+2
*
Make WebGraphics3DInProcessCommandBufferImpl handle lost context
gman@chromium.org
2012-12-22
1
-8
/
+17
*
Ignore GL_ANGLE_framebuffer_multisample on Android.
aelias@chromium.org
2012-12-14
1
-0
/
+4
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
2
-2
/
+8
[next]