summaryrefslogtreecommitdiffstats
path: root/content/gpu
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-282-53/+56
* Fix sending log messages from GPU child threadsposciak@chromium.org2012-04-251-2/+13
* Show gpu process stats in about:tcmallocjamesr@chromium.org2012-04-251-0/+4
* Final(?) eradications of GDK / GTK from the GPU process.cevans@chromium.org2012-04-201-7/+0
* Use the simpler DEFAULT message loop type to avoid calling into GTK.cevans@chromium.org2012-04-191-0/+2
* Permit testing of the Nouveau driver.cevans@chromium.org2012-04-161-1/+2
* Add an initial Linux GPU sandbox using the seccomp filter framework.cevans@chromium.org2012-04-132-4/+17
* Use gdk_init() instead of gtk_init() to open the display. It's much lighter andcevans@chromium.org2012-04-111-1/+1
* Use Scoped COM helpers for collecting GPU informationrsleevi@chromium.org2012-04-092-68/+52
* Disable image transport surface on AMD's dynamic switchable graphics.jbauman@chromium.org2012-04-071-0/+16
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Move ATI driver version collection back to UI thread.zmo@chromium.org2012-03-291-8/+10
* Avoid blacklisting GPU features if perf stats are unavailable.zmo@chromium.org2012-03-281-1/+13
* Disable GPU features if /dev/nvidiactl is inaccessiblezmo@chromium.org2012-03-281-0/+12
* Warm up advapi32.dll in the GPU sandbox.jschuh@chromium.org2012-03-211-0/+4
* Add LOG(ERROR) to win performance stats collection.zmo@chromium.org2012-03-161-41/+44
* Implement WebKitPlatformSupport::canAccelerate2dCanvasjamesr@chromium.org2012-03-141-1/+3
* Add an OWNERS file for src\content by moving the owners that were there for t...jam@chromium.org2012-03-141-1/+0
* Refactoring to make GpuPerformanceStats part of gpu info collection.zmo@chromium.org2012-03-071-0/+66
* Collect GPU info before enabling sandbox.apatrick@chromium.org2012-02-183-18/+25
* Preload setupapi.dll in GPU process.apatrick@chromium.org2012-02-141-1/+4
* Win: content/gpu has hard dependency on setupapi.dll.apatrick@chromium.org2012-02-101-55/+4
* Adds gpu_info_collector and ImageTransportSurface methods for android.satish@chromium.org2012-02-081-0/+30
* Reduce GPU sandbox level on NVIDIA optimus computers.jbauman@chromium.org2012-02-071-1/+5
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-302-16/+15
* Add GPU info collection to GPUTestConfig.zmo@chromium.org2012-01-281-2/+3
* Fix DirectX diagnostic collection for about:gpu page.apatrick@chromium.org2012-01-282-15/+17
* Revert 117324 - Convert use of int ms to TimeDelta in files owned by apatrick.lambroslambrou@google.com2012-01-122-14/+15
* Convert use of int ms to TimeDelta in files owned by apatrick.tedvessenes@gmail.com2012-01-112-15/+14
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-5/+3
* Relanding this change with fixes for the windows shared builder.ananta@chromium.org2011-12-221-0/+3
* Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder...ananta@chromium.org2011-12-221-3/+0
* Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ...ananta@chromium.org2011-12-221-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-0/+7
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-7/+1
* Improve GPU tests to fail when GPU drawing fails.jbates@chromium.org2011-12-021-7/+6
* Move GPU preliminary info collection back to UI thread.zmo@google.com2011-11-231-9/+7
* base::Bind() conversion for content/common/gpu and content/gpudcheng@chromium.org2011-11-172-19/+17
* Add OVERRIDE to content/.avi@chromium.org2011-11-172-5/+5
* Fix components build on Linux when toolkit_views=1.tony@chromium.org2011-11-141-3/+3
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-4/+3
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-4/+0
* Don't initialize GL bindings in browser process even if libpci doesn't exist ...zmo@google.com2011-11-041-37/+0
* Blacklisting should use disceret GPU on dual-GPU mac in Lionzmo@google.com2011-11-041-1/+1
* Add command-line option to enable swiftshaderjbauman@chromium.org2011-11-042-4/+15
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-2/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-2010-53/+52