summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test code paths with/without a few workarounds.zmo@chromium.org2014-03-134-26/+84
* Add bounds validation to AsyncPixelTransfersCompletedQuery::Endpiman@chromium.org2014-03-131-0/+3
* This is initial API support required for enabling SurfaceTexture backed zero-...sohan.jyoti@samsung.com2014-03-122-2/+2
* Optimize glUniform* API type validation.vmiura@chromium.org2014-03-124-177/+420
* Move init_vertex_attributes workarounds to gpu driver bug list.zmo@chromium.org2014-03-125-8/+9
* Get rid of SH_MAP_LONG_VARIABLE_NAMES.zmo@chromium.org2014-03-111-5/+3
* Remove --enable-prune-gpu-command-bufferspiman@chromium.org2014-03-115-18/+0
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-0912-69/+161
* gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.reveman@chromium.org2014-03-088-69/+69
* Get rid of the formatting code in build_gles2_cmd_buffer.pyzmo@chromium.org2014-03-078-323/+221
* Adjusts the call sequences in cc::ResourceProvider::MapImage to map image fir...jun.a.jiang@intel.com2014-03-061-0/+6
* Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.jbauman@chromium.org2014-03-061-0/+2
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-0527-11687/+12244
* Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...zmo@chromium.org2014-03-055-8/+69
* Roll ANGLE to include the loop unrolling fix.zmo@chromium.org2014-03-011-0/+2
* Fail gracefully on PBO pack buffer failure.jmadill@chromium.org2014-03-012-0/+49
* Fix state re-init in the shader translator.jmadill@chromium.org2014-02-271-4/+6
* Fix and enable the RenderWidgetHostViewAuraTest.SwapNotifiesWindow testdanakj@chromium.org2014-02-271-1/+1
* Revert 253205 "Fix stale reinit in the shader translator."bajones@chromium.org2014-02-251-6/+4
* Fix stale reinit in the shader translator.bajones@chromium.org2014-02-251-4/+6
* GLInProcessContext: Implement global sync pointssievers@chromium.org2014-02-252-2/+91
* Changed pack alignment of GPU command buffer commands.vmiura@chromium.org2014-02-223-5/+11
* Rename base_untrusted to base_naclsergeyu@chromium.org2014-02-221-1/+1
* Fixed uninitialized variable in r252635.vmiura@chromium.org2014-02-221-1/+2
* Unsafe threading in CachedProgramInfoManager::DeleteInfo(GLuint program).vmiura@chromium.org2014-02-211-1/+3