summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-111-7/+0
* Attempt to prevent NULL-pointer error accessing command-buffer entries.jbauman@chromium.org2014-04-112-5/+6
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-0917-2/+360
* 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-038-27/+88
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-0311-46/+79
* Revert r258965 aka reland r258122sievers@chromium.org2014-04-033-13/+10
* Initialize overlay validator in GpuBrowserCompositorOutputSurface.alexst@chromium.org2014-04-033-7/+9
* Move force sync readpixel to gpu driver bug listzmo@chromium.org2014-04-032-5/+0
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-0213-70/+110
* gpu: Bind dummy GL API when no context is currentsievers@google.com2014-04-021-0/+10
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-0217-931/+681
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-0217-681/+931
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-0217-931/+681
* Update fields for translator resources.jmadill@chromium.org2014-04-011-0/+17
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-018-53/+35
* GPU: Fix NULL gpu::Buffer dereference.epenner@chromium.org2014-04-013-2/+7
* ui: Cleanup gfx::GpuMemoryBuffer interface.reveman@chromium.org2014-03-312-6/+4
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-3143-86/+925
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-3027-29/+29
* Plumb overlay processing into DirectRenderer.alexst@chromium.org2014-03-283-0/+22
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-2843-922/+86
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-2843-86/+922
* GLHelper: Use preferred BGRA read pixels for YUV read backrobert.bradford@intel.com2014-03-272-0/+157
* GPU: Remove memory duplication in async uploads.epenner@chromium.org2014-03-2714-463/+86
* GPU:'Pass' SharedMemory when possible.epenner@chromium.org2014-03-277-81/+64
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-2636-202/+253
* gpu: Generate GLES2Implementation::UseProgram().dongseong.hwang@intel.com2014-03-257-23/+71
* Revert 258122 "gpu: Allow fences to check whether a flush has oc..."sievers@google.com2014-03-243-10/+13
* Blacklist partial swaps on linuxpiman@chromium.org2014-03-222-6/+13
* GPU: Only restore one texture unit in ScopedTextureBinder.epenner@chromium.org2014-03-217-0/+53
* Revert 258402 "GLHelper: Use preferred BGRA read pixels for YUV ..."brettw@chromium.org2014-03-202-137/+0
* GLHelper: Use preferred BGRA read pixels for YUV read backrobert.bradford@intel.com2014-03-202-0/+137
* gpu: Allow fences to check whether a flush has occurredsievers@chromium.org2014-03-193-13/+10
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-1811-97/+85
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-4/+8
* gpu: Add extension check when initializing MailboxSyncboliu@chromium.org2014-03-152-5/+28
* Make GLImage interface pure virtualsievers@chromium.org2014-03-152-0/+15
* Remove unused option from GLES2 command buffer generation scriptrobert.bradford@intel.com2014-03-141-3/+0
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-142-12/+5
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-1415-19/+1396
* Use filename parameter for GL header parsingrobert.bradford@intel.com2014-03-131-2/+2
* Use CheckedNumerics in AsyncPixelTransfersCompletedQuery, add testspiman@chromium.org2014-03-134-62/+112
* Move force glFlush in compositing_iosurface_mac.mm to gpu driver bug listzmo@chromium.org2014-03-132-7/+0