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
/
browser
/
gpu_process_host_ui_shim.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved code that runs in both the browser and GPU process from content/gpu to ...
apatrick@chromium.org
2011-04-08
1
-9
/
+9
*
Histogram added: GPU.GPUProcessLaunchCause
scheib@chromium.org
2011-04-06
1
-4
/
+7
*
Use kNullProcessHandle instead of NULL.
jeffbailey@chromium.org
2011-04-02
1
-5
/
+7
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
1
-1
/
+1
*
Check the GPU watchdog after processing every 3D command.
jbauman@chromium.org
2011-03-23
1
-0
/
+1
*
This is a thread that runs in the browser process that can issue GL calls wit...
apatrick@chromium.org
2011-03-21
1
-34
/
+162
*
Do not put off destroying of the IOSurface in the GPU process.
amarinichev@chromium.org
2011-03-19
1
-2
/
+3
*
Introduce gpu_trace_event for gpu performance analysis.
nduca@chromium.org
2011-03-15
1
-1
/
+2
*
Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...
zmo@google.com
2011-03-14
1
-9
/
+9
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
1
-4
/
+7
*
Revert 77899 - Connect up --disable-gl-multisampling to command buffer
kinuko@chromium.org
2011-03-12
1
-7
/
+4
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-12
1
-4
/
+7
*
Context recovery changes:
amarinichev@chromium.org
2011-03-10
1
-10
/
+15
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
1
-1
/
+1
*
Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed thro...
zmo@google.com
2011-03-09
1
-5
/
+0
*
Move preliminary gpu info collection and software rendering flags computation...
zmo@google.com
2011-03-04
1
-12
/
+0
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-3
/
+3
*
Dont use the word blacklisting
nduca@chromium.org
2011-03-03
1
-2
/
+3
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-6
/
+6
*
With this CL, GPU blacklist auto update from the web is implemented. This al...
zmo@google.com
2011-02-26
1
-156
/
+16
*
Remove more three stub files that were moved to content/browser directory.
tfarina@chromium.org
2011-02-26
1
-2
/
+2
*
[Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...
nick@chromium.org
2011-02-26
1
-16
/
+156
*
With this CL, GPU blacklist auto update from the web (before it ships togethe...
zmo@google.com
2011-02-25
1
-156
/
+16
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
1
-9
/
+44
*
Fixed about:gpu refresh bug.
nduca@chromium.org
2011-02-24
1
-4
/
+58
*
Disable the resize IPC for accelerated compositing on TOUCH_UI.
backer@chromium.org
2011-02-24
1
-2
/
+2
*
Move the rest of the core files in chrome\browser to content\browser.
jam@chromium.org
2011-02-23
1
-0
/
+3
*
Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ...
apatrick@chromium.org
2011-02-22
1
-39
/
+73
*
Collect as much GPU information as possible without creating a GL/D3D context...
zmo@google.com
2011-02-19
1
-1
/
+48
*
Refactor how surfaces are acquired for GPU compositing.
backer@chromium.org
2011-02-18
1
-58
/
+61
*
Blacklist GPU features on Windows XP.
zmo@google.com
2011-02-16
1
-1
/
+5
*
Do not bother with histograms if --ignore-gpu-blacklist was specified.
amarinichev@chromium.org
2011-02-11
1
-20
/
+26
*
Revert 74398 - Revert 74315 to see if it fixes media_unittests - GPU blacklis...
rvargas@google.com
2011-02-10
1
-0
/
+7
*
Revert 74315 to see if it fixes media_unittests - GPU blacklist reporting to ...
rvargas@google.com
2011-02-10
1
-7
/
+0
*
GPU blacklist reporting to about:gpu page.
nduca@chromium.org
2011-02-09
1
-0
/
+7
*
Move most of GpuProcessHost processing to GpuProcessHostUIShim.
backer@chromium.org
2011-02-08
1
-52
/
+283
*
Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim.
backer@chromium.org
2011-02-08
1
-283
/
+52
*
Move most of GpuProcessHost processing to GpuProcessHostUIShim.
backer@chromium.org
2011-02-08
1
-52
/
+283
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Don't dereference NULL pointers.
backer@chromium.org
2011-02-02
1
-5
/
+8
*
Small "fix" to make window deallocation similar to window allocation.
backer@chromium.org
2011-02-01
1
-7
/
+9
*
Route LOG messages generated on the GPU process to the about:gpu page.
nduca@chromium.org
2011-01-27
1
-0
/
+12
*
Route IPC through browser when creating a viewable command buffer.
backer@chromium.org
2011-01-27
1
-65
/
+51
*
Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...
apatrick@chromium.org
2011-01-27
1
-2
/
+3
*
Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...
apatrick@chromium.org
2011-01-26
1
-3
/
+2
*
Defered collect DirectX diagnostics until they are needed for about:gpu.
apatrick@chromium.org
2011-01-26
1
-2
/
+3
*
Refactor GPUProcessHost to eliminate redundancy.
backer@chromium.org
2011-01-21
1
-1
/
+126
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-7
/
+9
*
Wait for the GPU info to be collected.
kkania@chromium.org
2010-12-14
1
-0
/
+4
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
[next]