summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-0117-102/+69
* GTTF: enable new test launcher for gpu_unittestsphajdan.jr@chromium.org2013-09-301-1/+21
* PPAPI: Make GLES2 calls resilient to bad/dead resources.dmichael@chromium.org2013-09-301-19/+60
* Make *CommandBufferProxy* implement GpuControlpiman@chromium.org2013-09-278-1/+25
* [Android] set the mapped_memory_limit for the browser compositor. This ensure...kaanb@chromium.org2013-09-261-1/+1
* Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OESsheu@chromium.org2013-09-264-50/+75
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-3/+4
* gpu: [Android] Use 1MB as the MappedMemoryManager chunk size instead of 2MB f...kaanb@chromium.org2013-09-251-1/+7
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-208-49/+92
* Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info.zmo@chromium.org2013-09-201-6/+5
* Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."thakis@chromium.org2013-09-198-88/+49
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-198-49/+88
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-1/+5
* Removing the IsMailboxNameValid check in MailboxManager::ConsumeTexture for p...jiayl@chromium.org2013-09-191-3/+1
* gpu: Remove DCHECKs in AsyncPixelTransferManagerEGL about egl_image_ not bein...kaanb@chromium.org2013-09-191-3/+8
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-182-13/+4
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-182-4/+13
* gpu: Disable EXT_discard_framebuffer on ARM GPUs and expose it for pre-ES3skyostil@chromium.org2013-09-161-1/+2
* Moved multisample buffer verification to the command bufferbajones@chromium.org2013-09-131-1/+132
* gpu: Record GL state to traceskyostil@chromium.org2013-09-123-0/+191
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-111-1/+26
* Remove the problematic call to GLSurface::GetBackingFrameBufferObject.msimonides@opera.com2013-09-111-2/+1
* Roll in ANGLE and turn on gl_Position init workaround.zmo@chromium.org2013-09-091-3/+2
* Uniforms and attributes name conflicts should cause link failurezmo@chromium.org2013-09-093-41/+120
* Add driver bug workaround for SH_INIT_GL_POSITION.zmo@chromium.org2013-09-077-38/+30
* gpu: Map glDiscardFramebufferEXT to glInvalidateFramebufferskyostil@chromium.org2013-09-051-0/+5
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-0518-128/+84
* Apply varying packing rule.zmo@chromium.org2013-09-054-57/+180
* Set MaxDrawBuffers to 1 if WEBGL_draw_buffers is not enabled in WebGL.zmo@chromium.org2013-09-051-0/+2
* Android: Add gl_tests to FYI botsievers@chromium.org2013-08-293-0/+9
* Android: Don't update StreamTexture from CopyTextureCHROMIUMsievers@chromium.org2013-08-291-1/+0
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-297-22/+22
* Android bot issue were fixed by infrastructure team, so reland this.zmo@chromium.org2013-08-279-25/+243
* GPU: Avoid generating a crash report when the GPU process quits.rvargas@chromium.org2013-08-271-0/+7
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-277-20/+21
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-275-15/+40
* Re-order fields of gpu::gles2::Buffer.cevans@chromium.org2013-08-272-18/+18
* Added gpu driver workaround for disabling ANGLE_instanced_arraysbajones@chromium.org2013-08-271-3/+4
* Create an OWNERS file in gpu/command_buffer and add a few owners.zmo@chromium.org2013-08-261-0/+5
* Revert 219501 "Validate varying varibales matching for vertex/fr..."nhiroki@chromium.org2013-08-269-243/+25
* Validate varying varibales matching for vertex/fragment shaders.zmo@chromium.org2013-08-269-25/+243
* Fix shader uniform precision bug.zmo@chromium.org2013-08-222-9/+3
* Remove redundant newlib builds of untrusted librariesdschuff@chromium.org2013-08-221-1/+1
* Support stream textures with the synchronous compositorsievers@chromium.org2013-08-228-7/+240
* Enforce a memory limit on MappedMemoryManagerkaanb@chromium.org2013-08-2112-41/+186
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-1913-47/+290
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-1623-230/+378
* gpu: Add Serialize function to ContextCreationAttribParser.reveman@chromium.org2013-08-164-54/+92
* Moved DoTexImage2D and its validation into the TextureManager.kloveless@chromium.org2013-08-146-344/+440
* Make LUMINANCE/ALPHA textures not renderableapatrick@chromium.org2013-08-131-0/+7