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
/
content
/
common
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid sending empty OnRepaint msgs and propagate window damage correctly
jamesr@chromium.org
2013-04-17
1
-0
/
+3
*
Buffer returned textures from render to VDA
hshi@chromium.org
2013-04-16
1
-1
/
+2
*
Plumb cc::LatencyInfo through command buffer and output surface
jbauman@chromium.org
2013-04-12
11
-1
/
+117
*
Fix swizzling behaviour.
hubbe@chromium.org
2013-04-11
1
-53
/
+114
*
Moved logging functionality of out of the GLES2 Command Decoder into a separa...
kloveless@chromium.org
2013-04-10
1
-1
/
+2
*
Enable GL context virtualization for compositor contexts on Mac.
ccameron@chromium.org
2013-04-10
3
-3
/
+19
*
Remove the usage of omax-vda from the video_decode_accelerator_unittest.
owenlin@chromium.org
2013-04-09
1
-22
/
+6
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.
dcheng@chromium.org
2013-04-07
1
-6
/
+6
*
Add comment explianing memory policy on Mac.
ccameron@chromium.org
2013-04-06
1
-0
/
+3
*
VAVDA: Restore check for frame_mbs_only_flag.
posciak@chromium.org
2013-04-05
1
-0
/
+6
*
Delete the GpuCommandBufferMsg_DestroyVideoDecoder IPC message since it is ne...
fischman@chromium.org
2013-04-05
3
-17
/
+7
*
Fix GL virtualization warnings on OS X
ccameron@chromium.org
2013-04-03
1
-11
/
+0
*
Implement client side PBOs for glReadPixel
hubbe@chromium.org
2013-04-02
2
-245
/
+107
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-2
/
+2
*
VAVDA: Fix locking
marcheu@chromium.org
2013-03-30
1
-6
/
+6
*
Fix null dereference in ImageTransportSurface::CreateSurface.
apatrick@chromium.org
2013-03-29
1
-1
/
+1
*
CrOS: GetVsyncValues before SwapBuffers
backer@chromium.org
2013-03-29
1
-2
/
+4
*
Minor cleanup of image transport surface creation.
brettw@chromium.org
2013-03-27
7
-158
/
+128
*
Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.
simonjam@chromium.org
2013-03-26
1
-0
/
+1
*
mac: Clean up a few more uses of USE_SKIA
thakis@chromium.org
2013-03-25
2
-10
/
+0
*
TextureImageTransportSurface: Reuse TextureDefinition
sievers@chromium.org
2013-03-24
2
-89
/
+84
*
GPU: Merge the GpuChannel message filters.
backer@chromium.org
2013-03-24
2
-112
/
+85
*
mac: Fix compositing readback in content shell drt mode
thakis@chromium.org
2013-03-19
1
-0
/
+5
*
Removed support for Core Animation plugins when accelerated compositing is di...
kbr@chromium.org
2013-03-19
2
-12
/
+0
*
Remove routes for video decoders on GpuCommandBufferStub destruction
sheu@chromium.org
2013-03-19
5
-21
/
+12
*
Part 4 of cc/ directory shuffles: output
jamesr@chromium.org
2013-03-18
1
-1
/
+1
*
Part 2 of cc/ directory shuffles: debug
jamesr@chromium.org
2013-03-18
1
-1
/
+1
*
gpu: Implement idle async pixel transfers.
reveman@chromium.org
2013-03-16
5
-9
/
+91
*
Make ContextProvider::InitializeOnMainThread implicit.
danakj@chromium.org
2013-03-15
2
-16
/
+30
*
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
2
-0
/
+11
*
Change the viewport size to the windows size.
owenlin@chromium.org
2013-03-13
1
-2
/
+8
*
Add per-profile disk caching of complied GPU shaders.
dsinclair@chromium.org
2013-03-13
7
-1
/
+42
*
Delete memory manager dead code.
ccameron@chromium.org
2013-03-12
5
-451
/
+34
*
Fix VAAPI decoder memory corruption.
jln@chromium.org
2013-03-12
1
-0
/
+6
*
AVDA: fix a trivial bug introduced in issue:12520002
dwkang@chromium.org
2013-03-12
1
-1
/
+1
*
Windows: Detect whether Lenovo dCute is installed.
apatrick@chromium.org
2013-03-12
1
-0
/
+1
*
Revert 170568 - Do DXVA pre-sandbox initialization off the main thread.
apatrick@chromium.org
2013-03-12
3
-50
/
+26
*
ContextProvider::BindToCurrentThread should fail consistently.
danakj@chromium.org
2013-03-12
1
-2
/
+4
*
Make chromeos gpu_video_decode_accelerator depend on X11
spang@chromium.org
2013-03-09
1
-4
/
+4
*
Leak non-main-thread shared contexts when RenderThreadImpl is being destroyed.
danakj@chromium.org
2013-03-08
2
-6
/
+20
*
Conditionalize sending GPU memory UMA histograms
ccameron@chromium.org
2013-03-08
2
-0
/
+12
*
Don't byte swap R and B channels on platforms (like Android) which use a diff...
kbr@chromium.org
2013-03-08
1
-2
/
+5
*
Fix GPU overflow
jln@chromium.org
2013-03-08
1
-4
/
+4
*
Move InsertSyncPoint to GLES2Interface
piman@chromium.org
2013-03-08
2
-8
/
+2
*
Fix incorrect computation of antialias flag in implementations of WebGraphics...
kbr@chromium.org
2013-03-08
1
-3
/
+3
*
Revert 186627
miu@chromium.org
2013-03-07
3
-22
/
+25
*
GPU: Fast track EchoACK.
backer@chromium.org
2013-03-07
1
-4
/
+18
*
Verify texture target and size for content::GpuVideoDecodeAccelerator
sheu@chromium.org
2013-03-07
3
-5
/
+26
*
Use gpu::Mailbox in IPCs instead of std::string
piman@chromium.org
2013-03-07
3
-25
/
+22
[next]