summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Add proper includes for usage of the CityHash functions.mvrable@chromium.org2014-04-281-3/+1
* Remove --disable-accelerated-video and GPU_FEATURE_TYPE_ACCELERATED_VIDEOpiman@chromium.org2014-04-264-8/+0
* gpu: Refactor and cleanup CHROMIUM_copy_texture implementation.reveman@chromium.org2014-04-262-223/+148
* Remove GPU_FEATURE_TYPE_3D_CSS and --disable-accelerated-layerspiman@chromium.org2014-04-253-7/+0
* Fix miscompilation of NULL check.jbauman@chromium.org2014-04-241-6/+21
* Disallow sizes and offsets that can't fit into a 32-bit integer in GL.zmo@chromium.org2014-04-244-10/+172
* Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.geofflang@chromium.org2014-04-241-1/+4
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-234-13/+52
* Cleanup GPU dependencies for gl_in_process_contextprimiano@chromium.org2014-04-233-9/+53
* 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