summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-2751-1157/+311
* Remove Windows accelerated surface support.jbauman@chromium.org2014-01-274-18/+0
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-2517-41/+44
* gpu: Fix crash in GLES2DecoderImpl::Destroy.reveman@chromium.org2014-01-241-2/+1
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-2229-28/+50
* Revert 245563 and 245800 which made re2 GN generated.brettw@chromium.org2014-01-222-2/+2
* Unit test for GPU command buffer wrapping condition.vmiura@chromium.org2014-01-221-4/+83
* Only allow the SVGA3D VMware driver, not the llvmpipe one.zmo@chromium.org2014-01-221-1/+5
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-215-82/+5
* Support -Goutput_dir=blahblah in GN-GYP hybrid modejamesr@chromium.org2014-01-182-2/+2
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-185-5/+82
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-176-18/+110
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-172-2/+2
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-1/+0
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-1713-24/+24
* Fixes to make GPU tests run in isolated mode.kbr@chromium.org2014-01-161-0/+6
* Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev...brettw@chromium.org2014-01-162-2/+2
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-162-2/+2
* During virtual context switches only restore texture unitskaanb@chromium.org2014-01-168-42/+326