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
*
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
*
Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...
akalin@chromium.org
2010-09-02
2
-4
/
+2
*
Revert 58423 - Refactor video decode engines to move them to a new folder
akalin@chromium.org
2010-09-02
2
-2
/
+4
*
Refactor video decode engines to move them to a new folder
hclam@chromium.org
2010-09-02
2
-4
/
+2
*
Landing http://codereview.chromium.org/3291008 -- Rename Gl.h to gl.h to fix
glider@chromium.org
2010-09-02
1
-1
/
+1
*
Re-enable data collection, using a temporary
maf@google.com
2010-08-28
1
-50
/
+68
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
4
-1
/
+6
*
Temporarily work around GPU process crash on Mac OS X.
kbr@google.com
2010-08-24
1
-1
/
+8
*
Add Mac GPU logging code.
maf@google.com
2010-08-21
2
-3
/
+123
*
FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...
viettrungluu@chromium.org
2010-08-20
1
-1
/
+0
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-1
/
+2
*
media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.
jiesun@google.com
2010-08-17
4
-39
/
+261
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
1
-3
/
+0
*
Initialize the members and avoid inlining the constructors.
finnur@chromium.org
2010-08-12
1
-1
/
+4
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
2
-0
/
+3
*
FBTF: Minor gfx/ header cleanup.
erg@google.com
2010-08-10
2
-0
/
+3
*
1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...
jiesun@google.com
2010-08-10
6
-0
/
+372
*
Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.
ananta@chromium.org
2010-08-09
8
-1065
/
+0
*
Special thanks for in-ming cheng's MFT hardware decodering code.
jiesun@google.com
2010-08-09
8
-0
/
+1065
[next]