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
/
chrome
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the usage of MFT related objects so they don't get linked.
hclam@chromium.org
2010-10-08
1
-2
/
+4
*
Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.
hclam@chromium.org
2010-10-08
3
-4
/
+118
*
Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...
hclam@chromium.org
2010-10-08
3
-118
/
+4
*
Fix build failure.
hclam@chromium.org
2010-10-08
1
-2
/
+7
*
Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder
hclam@chromium.org
2010-10-08
3
-4
/
+113
*
Revert "Added DirectX Diagnostics information to about:gpu on Windows."
ajwong@chromium.org
2010-10-08
2
-138
/
+0
*
Added DirectX Diagnostics information to about:gpu on Windows.
apatrick@chromium.org
2010-10-08
2
-0
/
+138
*
GpuVideoDecoderHost runs on IO thread instead of Render thread
hclam@chromium.org
2010-10-07
2
-19
/
+0
*
Make FakeGlVideoDecodeEngine works in the hardware video decoding architecture
hclam@chromium.org
2010-10-07
4
-15
/
+54
*
Cleanup in VideoFrame
hclam@chromium.org
2010-10-07
2
-4
/
+0
*
Implement GpuVideoDecoderHost and unit tests
hclam@chromium.org
2010-10-07
7
-52
/
+52
*
Revert 61718 - GPU process terminates on hang.
mnissler@chromium.org
2010-10-07
3
-154
/
+0
*
GPU process terminates on hang.
apatrick@chromium.org
2010-10-06
3
-0
/
+154
*
Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...
satish@chromium.org
2010-10-06
6
-9
/
+26
*
On Windows, create a new TransportDIB::Handle struct which includes the file
kkania@chromium.org
2010-10-06
6
-26
/
+9
*
Coverity: Initialize data members in constructor.
jhawkins@chromium.org
2010-10-05
1
-1
/
+2
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
4
-5
/
+19
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
*
Implement video frame exchange in GpuVideoDecoder and tests
hclam@chromium.org
2010-09-29
4
-61
/
+349
*
Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ...
thakis@chromium.org
2010-09-24
2
-0
/
+8
*
Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo...
thakis@chromium.org
2010-09-24
2
-8
/
+0
*
Add about:gpuhang
thakis@chromium.org
2010-09-23
2
-0
/
+8
*
Revert r60126 that broke the build.
hclam@chromium.org
2010-09-22
1
-5
/
+1
*
SendAllocateVideoFrames to the renderer
hclam@chromium.org
2010-09-21
1
-1
/
+5
*
Fixed the race described in bug 54400 by changing a LOG(FATAL) to a LOG(ERROR...
apatrick@chromium.org
2010-09-20
1
-0
/
+25
*
Fixed crash when ANGLE returns a NULL device.
apatrick@chromium.org
2010-09-20
1
-0
/
+6
*
Build fix. Chromium mac compiles again...
hclam@chromium.org
2010-09-17
1
-5
/
+1
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
7
-159
/
+330
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
2
-131
/
+135
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
7
-205
/
+30
*
Revert 59786 - Fix build.
mlloyd@chromium.org
2010-09-17
1
-2
/
+1
*
Fix build.
hclam@chromium.org
2010-09-17
1
-1
/
+2
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
7
-30
/
+205
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
2
-135
/
+131
*
Add IPC messages for allocation video frames for hardware video decoder
hclam@chromium.org
2010-09-17
1
-13
/
+3
*
GpuProcessHost and GpuChannel do not assert if they receive an IPC message th...
apatrick@chromium.org
2010-09-16
1
-3
/
+3
*
Defines GpuVideoDevice for video frame allocation
hclam@chromium.org
2010-09-16
3
-4
/
+149
*
Add about:gpucrash
thakis@chromium.org
2010-09-15
2
-0
/
+9
*
This is a second attempt of http://codereview.chromium.org/3175038
davemoore@chromium.org
2010-09-13
1
-1
/
+2
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
5
-65
/
+205
*
Revert 59147 - Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-2
/
+1
*
Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-1
/
+2
*
Updating the about:gpu to start a webgl context if one does not exist so that...
rlp@chromium.org
2010-09-10
2
-0
/
+14
*
Clean up texture types in VideoFrame
hclam@chromium.org
2010-09-09
1
-2
/
+0
*
FBTF: Remove unneeded headers from base/ (part 8)
thestig@chromium.org
2010-09-08
2
-3
/
+1
*
Added GPU stat for whether a GPU can report context lost.
apatrick@chromium.org
2010-09-07
7
-62
/
+99
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
2
-8
/
+8
*
Complete initializing a GPU video decoder in a GLES2 context
hclam@chromium.org
2010-09-03
6
-19
/
+43
*
Merge remote branch 'origin/trunk' into resubmit
hclam@chromium.org
2010-09-03
2
-4
/
+2
*
Revert 58429, 58428, 58427, 58423.
akalin@chromium.org
2010-09-03
2
-2
/
+4
[next]