summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a gpu driver bug workaround to count in all varyings in packing check.zmo@chromium.org2014-02-077-18/+88
* Hookup clear_uniforms_before_first_program_use workaround with implementation.zmo@chromium.org2014-02-0610-48/+98
* Use sstream over sprintfboliu@chromium.org2014-02-062-9/+11
* Test that glDiscardFramebufferEXT binds to the correct functionoetuaho@nvidia.com2014-02-051-0/+25
* Add Mavericks to test config.zmo@chromium.org2014-02-044-5/+14
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-035-5/+82
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-036-30/+20
* Add GPU bots to the default set of try jobs in ui/gl/ and gpu/.danakj@chromium.org2014-02-031-0/+17
* Mark GL2FixedTests_blend_input_run as failingvangelis@chromium.org2014-01-311-0/+2
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-316-20/+30
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-306-30/+20
* Revert 247966 "Remove unnecessary dependency from gpu/ to libui.dll"xhwang@chromium.org2014-01-301-0/+1
* Remove unnecessary dependency from gpu/ to libui.dlljamesr@chromium.org2014-01-301-1/+0
* Cleanup: Remove std::string("") usage and fix lint errors.thestig@chromium.org2014-01-301-1/+1
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-306-20/+30
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-306-30/+20
* 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
* add a human-readable explanation to allow the trace to show why the command b...humper@google.com2014-01-282-0/+3
* Fix regression with r247334sievers@google.com2014-01-281-18/+22