summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Revert 254629 "gpu: Allow overriding GPU driver workarounds via ..."thakis@chromium.org2014-03-043-29/+7
* gpu: Allow overriding GPU driver workarounds via command linerobert.bradford@intel.com2014-03-043-7/+29
* Roll ANGLE to include the loop unrolling fix.zmo@chromium.org2014-03-013-1/+16
* Fail gracefully on PBO pack buffer failure.jmadill@chromium.org2014-03-012-0/+49
* Cleanup GrGLInterface factories in Chromium in order to remove old names and ...bsalomon@google.com2014-02-281-106/+113
* Fix state re-init in the shader translator.jmadill@chromium.org2014-02-271-4/+6
* Disable accelerated video decode for switchable AMD gpusvangelis@chromium.org2014-02-271-1/+14
* Fix and enable the RenderWidgetHostViewAuraTest.SwapNotifiesWindow testdanakj@chromium.org2014-02-271-1/+1
* Enable -O2 optimization in command_buffer_service on Android.vmiura@chromium.org2014-02-261-0/+7
* 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-222-6/+6
* 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
* Reduce internal Flush() in GL resource glGen/Delete APIs.vmiura@chromium.org2014-02-2110-106/+538
* Make it possible to use OSMesa on Androidpeter@chromium.org2014-02-211-0/+2
* Fix CopyTextureCHROMIUM for external textures without GLImagesievers@chromium.org2014-02-211-9/+3
* android: Blacklist failed driver for async readbackpowei@chromium.org2014-02-211-7/+3
* Use _nacl suffix for NaCl targets in src/gpusergeyu@chromium.org2014-02-212-18/+18
* List gpu driver bug workaround reasons in about:gpuzmo@chromium.org2014-02-213-33/+72
* Remove a LOG(INFO) call from AsyncPixelTransferManagerAndroid.peter@chromium.org2014-02-201-1/+0
* Do not rely on a texture's internalformat matching formatoetuaho@nvidia.com2014-02-208-36/+107
* Hide X11 dependencies when use_x11=0.kalyan.kondapally@intel.com2014-02-191-1/+1
* Fix initializing the compiler parameters before modifying them.nicolascapens@chromium.org2014-02-181-1/+2
* Fix typos in function names in GL errors in command decoderoetuaho@nvidia.com2014-02-171-12/+12
* Move multisampling control from gpu blacklist to driver bug workaround list.zmo@chromium.org2014-02-158-94/+84
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-1519-117/+119
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-153-8/+8
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-152-6/+11
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-1417-143/+617
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-143-8/+8
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-143-8/+8
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-142-11/+6
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-142-6/+11
* Fix video in android webviewboliu@chromium.org2014-02-131-1/+1
* Support multiple service instances with GLInProcessContextsievers@chromium.org2014-02-134-221/+110
* 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-123-74/+31
* Enable mac driver bug workaround init_varyings_without_static_use.zmo@chromium.org2014-02-123-1/+16
* Reduce cost of glBind* on contexts without bind_generates_resource.vmiura@chromium.org2014-02-123-102/+44
* Optimize CommandBufferHelper::GetSpace().vmiura@chromium.org2014-02-123-62/+351
* Don't initialize GL again in AcceleratedSurface::Initialize()danakj@chromium.org2014-02-111-0/+1
* Clean up dependencies on X11 librariesjamesr@chromium.org2014-02-111-0/+1
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-089-161/+60
* Remove some unneeded include_rules allowing #includes from native_client/mseaborn@chromium.org2014-02-071-1/+0
* Use validating form of IPC enum macros for gpu_messages.htsepez@chromium.org2014-02-072-1/+3
* Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...zmo@chromium.org2014-02-072-1/+38