summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-222-0/+14
* Fixed requesting of GL_EXT_texture_format_BGRA8888 andkbr@chromium.org2010-12-222-3/+6
* Map the render process's glBindFramebuffer(0) to the context's backing FBO.klobag@chromium.org2010-12-211-0/+2
* Fix glCopyTexImage2D and glCopyTexSubImage2D to handlegman@chromium.org2010-12-213-3/+97
* Even more virtual method deinlining.erg@google.com2010-12-134-8/+28
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-139-96/+400
* Fix off by one error in glGetShaderiv for the sizegman@chromium.org2010-12-131-1/+1
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-0610-111/+207
* Fix zero length string bug and NPOT buggman@chromium.org2010-12-034-15/+24
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-022-2/+9
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-27/+26
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-26/+27
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-263-3/+59
* Resize synchronization for Linux.backer@chromium.org2010-11-255-2/+27
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-243-14/+9
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-243-9/+14
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-184-62/+69
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-186-44/+245
* Do an early return from GLES2DecoderImpl::Initialize if context group initial...senorblanco@chromium.org2010-11-171-0/+1
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-165-2/+19
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-133-0/+7
* Fix bool issues.gman@chromium.org2010-11-121-4/+4
* Add GL_CHROMIUM_resource_safe extension stringgman@chromium.org2010-11-123-24/+12
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-1212-50/+339
* Handle GL errors when querying the multisample count.enne@chromium.org2010-11-111-1/+3
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-099-12/+53
* Re-add setting of wrap and filtering mode parameters of backingkbr@chromium.org2010-11-091-0/+24
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-5/+0
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+5
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-5/+0
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-045-208/+66
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-031-0/+4
* Saved offscreen textures are allocated GL_RGB when no alpha channel is reques...apatrick@chromium.org2010-11-031-31/+67
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-282-0/+8
* Fix destruction order of ContextGroupgman@chromium.org2010-10-274-7/+11
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-272-9/+7
* Disable scissor test during multisample resolve.enne@chromium.org2010-10-271-0/+4
* Fix antialiasing in WebGL.enne@chromium.org2010-10-251-1/+1
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-207-8/+52
* Convert LOG(INFO) to VLOG(1) - gpu/.pkasting@chromium.org2010-10-202-23/+17
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-1917-175/+228
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-182-6/+6
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-1415-16/+24
* Use packed depth/stencil format if available.enne@chromium.org2010-10-141-2/+4
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-1314-37/+79
* gpu: Make sure the fbo is always bound while the swap callback runs if an off...thakis@chromium.org2010-10-111-10/+20
* Mac: Fix resizing of composited background tabs.thakis@chromium.org2010-10-081-0/+6
* gpu: Removed unused class declaration.thakis@chromium.org2010-10-081-13/+0
* Rolled ANGLE rev 441:443. Other changes to accomodate the new ANGLE API.alokp@chromium.org2010-10-064-16/+16
* Fixed null dereference when GPU ContextGroup failed to initialize.apatrick@chromium.org2010-10-051-0/+1