summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests
Commit message (Expand)AuthorAgeFilesLines
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-1/+0
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-29/+0
* Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...zmo@chromium.org2014-02-071-1/+30
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-1/+0
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-1712-12/+12
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-081-0/+52
* Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...geofflang@chromium.org2013-12-111-0/+233
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-081-0/+3
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-1/+2
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-0/+1
* Split incompatible MSAA extensions.sievers@chromium.org2013-11-131-11/+11
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-0/+3
* Add a basic test for GL_CHROMIUM_framebuffer_multisamplesievers@chromium.org2013-10-291-0/+110
* Move in process SignalQuery implementation to service sidejamesr@chromium.org2013-10-091-5/+6
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-1/+2
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-2/+0
* Android: Add gl_tests to FYI botsievers@chromium.org2013-08-293-0/+9
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-291-3/+3
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+2
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-271-2/+1
* Enforce a memory limit on MappedMemoryManagerkaanb@chromium.org2013-08-211-1/+3
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-163-47/+34
* gpu: Add Serialize function to ContextCreationAttribParser.reveman@chromium.org2013-08-161-19/+8
* Fix DepthTextureTest.RenderTo gl_test.apatrick@chromium.org2013-08-131-20/+6
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-031-38/+117
* Converted compressed texture demo into test.alokp@chromium.org2013-08-031-0/+255
* Disable DepthTextureTest.RenderTo on all Windows platforms.gab@chromium.org2013-08-011-2/+2
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-311-6/+15
* WGC3DCommandBufferImpl: Acquire lock when accessing share group.sievers@chromium.org2013-07-291-2/+0
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-231-35/+25
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-121-25/+35
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-041-35/+25
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-0/+1
* Disable GLLoseContextTest.ShareGroup on platforms that exit on context lost.apatrick@chromium.org2013-06-273-0/+14
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Delete usage and support for EGL_ANGLE_software_display extension.apatrick@chromium.org2013-06-172-3/+3
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* gpu: make sure we can ProduceFrontBuffer in 2 contexts of the same share grouppiman@chromium.org2013-06-081-0/+49
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-053-1/+58
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+3
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-0/+99
* Hookup driver_bug_workarounds with gl_tests properly.zmo@chromium.org2013-05-281-0/+2
* Make GpuMemoryBufferFactory a function pointer rather than a callback.kaanb@chromium.org2013-05-211-1/+0
* gpu: Fix range[2] initializion listsbrianderson@chromium.org2013-05-211-1/+1
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-163-3/+159
* gpu: Use base::MessageLoop.xhwang@chromium.org2013-04-271-2/+2
* Android: Move SurfaceTexture from content to ui/gl and add test.sievers@chromium.org2013-04-244-1/+78
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-191-10/+17
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-092-3/+3