summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge 269863 "Prefer GL_ARB_sync/ES3 fences"kerz@chromium.org2014-05-121-15/+0
* Reland r264914boliu@chromium.org2014-05-095-21/+49
* Return has value, in function returning void.dongseong.hwang@intel.com2014-05-091-1/+1
* Add GL version support in gpu blacklist and workaround list.zmo@chromium.org2014-05-0715-71/+307
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-072-4/+2
* Fix redundant flushes in CommandBufferHelper::WaitForToken().vmiura@chromium.org2014-05-062-2/+47
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-0628-2060/+1091
* Uncleared textures attached to an FBO mark the FBO incomplete.vmiura@chromium.org2014-05-062-0/+99
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-0533-4150/+5245
* Remove all the duplicate macros and types in command_buffer/common/types.h.thakis@chromium.org2014-05-043-184/+12
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-0325-1043/+1668
* Disable OES_standard_derivative with Vivante GPUs.zmo@chromium.org2014-05-031-1/+16
* Enable Intel GPUs on Linux with Mesa 10.1 or newer.zmo@chromium.org2014-05-031-3/+11
* Refactor gles2_cmd_decoder_unittest.cc into components.vmiura@chromium.org2014-05-0210-8646/+10174
* GPU: Use idle-uploads for new NVidia drivers.epenner@chromium.org2014-05-021-0/+9
* Rework RingBuffer to assume the functionality of AlignedRingBuffervbuzinov@nvidia.com2014-05-026-248/+82
* Add GL_CHROMIUM_map_sub to command buffer client extension string.bsalomon@google.com2014-05-022-2/+4
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-0223-231/+266
* Enable GPU on Optimus on Linux with newer Mesa.zmo@chromium.org2014-05-021-3/+19
* Use base::bits::Log2{Floor,Ceiling} instead of redefining them in TransferBuf...posciak@chromium.org2014-05-011-29/+2
* Revert of Optimize GLES2DecoderImpl::ApplyDirtyState. (https://codereview.chr...tapted@chromium.org2014-05-0117-1821/+1191
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-0117-1191/+1821
* Expand the GPU rasterization whitelistajuma@chromium.org2014-05-011-1/+10
* Un-blacklist D3D11 on Intel machines.jmadill@chromium.org2014-04-301-13/+1
* gpu: Add support for GL_TEXTURE_RECTANGLE_ARB target to CHROMIUM_copy_texture.reveman@chromium.org2014-04-303-5/+34
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-3017-47/+27
* Update GPU command buffer auto formatting.vmiura@chromium.org2014-04-3014-1972/+4454
* Missing machine model info should be a no match for GPU blacklistalokp@chromium.org2014-04-293-5/+88
* gpu: Optimize and cleanup shader code used for CHROMIUM_copy_texture.reveman@chromium.org2014-04-292-126/+149
* Adding support for PVRTC, ATC, and ETC1 textures to the command bufferbajones@chromium.org2014-04-295-111/+236
* 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