summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Fix video in android webviewboliu@chromium.org2014-02-131-1/+1
* Support multiple service instances with GLInProcessContextsievers@chromium.org2014-02-132-203/+72
* Explicitly disable all attribs and reset all attrib divisors before drawing i...bajones@chromium.org2014-02-124-1/+24
* gpu: Use a single container for GLInProcessContext share groupsievers@chromium.org2014-02-122-66/+26
* Enable mac driver bug workaround init_varyings_without_static_use.zmo@chromium.org2014-02-121-0/+2
* Reduce cost of glBind* on contexts without bind_generates_resource.vmiura@chromium.org2014-02-122-16/+22
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-088-132/+60
* Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...zmo@chromium.org2014-02-071-0/+8
* Add a gpu driver bug workaround to count in all varyings in packing check.zmo@chromium.org2014-02-075-17/+55
* Hookup clear_uniforms_before_first_program_use workaround with implementation.zmo@chromium.org2014-02-068-45/+87
* Test that glDiscardFramebufferEXT binds to the correct functionoetuaho@nvidia.com2014-02-051-0/+25
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-3/+3
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-3/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+3
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-3/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+3
* Android: Always update SurfaceTexture when usedsievers@chromium.org2014-01-291-29/+44
* Don't allow glBindTexImage2D() with GL_TEXTURE_CUBE_MAPsievers@chromium.org2014-01-292-0/+17
* Fix regression with r247334sievers@google.com2014-01-281-18/+22
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-2728-889/+269
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-2514-38/+39
* gpu: Fix crash in GLES2DecoderImpl::Destroy.reveman@chromium.org2014-01-241-2/+1
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-229-9/+9
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-173-14/+105
* During virtual context switches only restore texture unitskaanb@chromium.org2014-01-168-42/+326
* GPU: Add trace for real SwapBuffers.epenner@chromium.org2014-01-161-3/+0
* Remove some dead code found by scythe.thakis@chromium.org2014-01-163-69/+0
* Support nested tracing in gpu_tracer.vmiura@chromium.org2014-01-157-85/+272
* Report relevant variable names in info logs on failed shader linkoetuaho@nvidia.com2014-01-133-36/+71
* Remove chromium extensions obsoleted by gpu::Capabilitiesboliu@chromium.org2014-01-112-10/+1
* Add synthetic delay points for latency testingskyostil@chromium.org2014-01-104-0/+18
* Make correct GL context current during gpu_tracer processingvmiura@chromium.org2014-01-103-17/+29
* The GLARBTimerTrace implementation previously used the 'this' pointer for it'svmiura@chromium.org2014-01-083-99/+340
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-082-18/+16
* Fix GLES 2 interface generator to output correct pepper interfaces.jbauman@chromium.org2013-12-201-0/+2
* Expose GL_EXT_multisampled_render_to_texture whenever it's available.marcheu@chromium.org2013-12-182-16/+15
* Implicitly ensure backbuffer creation on drawjamesr@chromium.org2013-12-132-16/+52
* Update dependencies to use new angle repository.geofflang@chromium.org2013-12-132-2/+2
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-131-0/+12
* Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...geofflang@chromium.org2013-12-113-21/+109
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-106-8/+11
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-084-0/+8
* Fix exit process on lost context workaround.jmadill@chromium.org2013-12-071-2/+2
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-061-2/+0
* Unify WebGraphicsContext3D::insertSyncPoint implsjamesr@chromium.org2013-12-051-1/+0
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-049-40/+117
* Give names to a couple base::AutoLocks missing them.mtklein@google.com2013-12-021-3/+3
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* Implemented failIfMajorPerformanceCaveat WebGL context creation attribute.bajones@chromium.org2013-11-283-9/+23
* gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_t...reveman@chromium.org2013-11-222-19/+5