summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Revert 265469 "Fix slow TextureManager::StopTracking()"sky@chromium.org2014-04-234-53/+13
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-234-13/+53
* Remove dependency on --gc-sections for most Android debug targets.primiano@chromium.org2014-04-221-0/+1
* Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT.puttaraju.r@samsung.com2014-04-225-26/+44
* gpu: Add UMA statistic for fence support.reveman@chromium.org2014-04-221-0/+2
* cc: Use CHROMIUM_sync_query for CopyResource.reveman@chromium.org2014-04-223-0/+3
* Fix machine_model behaviors in gpu blacklist.zmo@chromium.org2014-04-2115-274/+170
* Use VAO for default_vertex_attrib_manager if available.vmiura@chromium.org2014-04-195-20/+48
* gpu: Use ARB_sync extension for GLFence implementation when GL version is Ope...reveman@chromium.org2014-04-194-10/+16
* Enable GPU rasterization by default on Androidajuma@chromium.org2014-04-181-1/+99
* Restore bound VAO in ContextState::RestoreState().vmiura@chromium.org2014-04-188-59/+279
* Re-land: gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-1710-3/+217
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-172-2/+0
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-172-13/+0
* Blacklist D3D11 on older nVidia drivers.jmadill@chromium.org2014-04-172-1/+68
* Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING.danakj@chromium.org2014-04-173-6/+6
* Add GPU_RASTERIZATION as one of the gpu blacklist features.zmo@chromium.org2014-04-173-0/+7
* gpu: Remove left-over empty class declarationjadahl@opera.com2014-04-171-2/+0
* Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...hayato@chromium.org2014-04-1711-233/+3
* Wire GL_CHROMIUM_map_sub functions up to Skia.bsalomon@google.com2014-04-171-0/+4
* Remove ForceCompositingMode from the GPU blacklist.danakj@chromium.org2014-04-163-7/+0
* Move vertex and fragment shader uniform vector workarounds to gpu driver bug ...puttaraju.r@samsung.com2014-04-165-13/+52
* Revert 264104 "Restore bound VAO in ContextState::RestoreState()."phoglund@chromium.org2014-04-162-43/+9
* gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-1611-3/+233
* Avoid GetState IPC call during AllocateRingbuffer.puttaraju.r@samsung.com2014-04-161-13/+4
* Restore bound VAO in ContextState::RestoreState().vmiura@chromium.org2014-04-162-9/+43
* Add support for EXT_shader_texture_lod to the command buffer.nicolascapens@chromium.org2014-04-165-2/+44
* Reduce the number of flushes while using glQueries.puttaraju.r@samsung.com2014-04-164-10/+27
* PCI scan to find GPU: not limited to just VGA.zmo@chromium.org2014-04-151-2/+12
* Revert 263998 "PCI scan to find GPU: not limited to just VGA."zmo@chromium.org2014-04-154-19/+3
* glDeleteVertexArraysOES on bound VAO restores default VAO 0.vmiura@chromium.org2014-04-154-1/+31
* PCI scan to find GPU: not limited to just VGA.zmo@chromium.org2014-04-154-3/+19
* Blacklist AMD driver version 13.101 on linuxpiman@chromium.org2014-04-151-1/+21
* x11: Remove X11 message-pump.sadrul@chromium.org2014-04-151-1/+2
* Revert 263726 "x11: Remove X11 message-pump."fischman@chromium.org2014-04-141-2/+1
* x11: Remove X11 message-pump.sadrul@chromium.org2014-04-141-1/+2
* Support ANGLE_instanced_arrays on GLES3oetuaho@nvidia.com2014-04-141-1/+2
* gpu: Add trace event to GLES2DecoderImpl::DoCopyTextureCHROMIUM.reveman@chromium.org2014-04-141-0/+2
* Implement CollectDriverInfoGL for Ozone.kalyan.kondapally@intel.com2014-04-121-4/+47
* Remove stale GPU code on Windows/Macpiman@chromium.org2014-04-121-1/+0
* gpu: InProcessCommandBuffer::DestroyTransferBuffer thread safeboliu@chromium.org2014-04-112-3/+10
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-112-15/+0
* Attempt to prevent NULL-pointer error accessing command-buffer entries.jbauman@chromium.org2014-04-112-5/+6
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-102-69/+0
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-0920-2/+493
* Filter redundant state changes in gles2::ContextState::RestoreGlobalState().vmiura@chromium.org2014-04-095-91/+269
* Remove default textures in (!bind_generates_resource) context groups.vmiura@chromium.org2014-04-0811-159/+658
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-074-13/+0
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-039-27/+92
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-0312-48/+81