summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* merging 73878cdn@google.com2011-02-114-110/+81
* Merge 74323 - Fixes issue that if we don't simulate a disabledcdn@google.com2011-02-101-4/+7
* Get correct backbuffer format when context is on screen.gman@chromium.org2011-01-212-2/+12
* Refactor and improve gpu_info_collector: collect information on linux;zmo@google.com2011-01-211-2/+17
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-203-8/+19
* Fix to allow the gles2 conformance tests to rungman@chromium.org2011-01-192-4/+25
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-149-23/+59
* Make glVertexAttribPointer return INVALID_OPERATION for offsetsgman@chromium.org2011-01-072-6/+147
* Fix Clang bot due to use of EXPECT_EQ(false ...)enne@chromium.org2011-01-051-16/+16
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-059-36/+218
* Move lots of GMock stuff out of line.erg@google.com2011-01-055-24/+67
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-10/+20
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-4/+10
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-232-20/+24
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-2316-172/+611
* 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
* Removed the depedency of gpu::demos on base.alokp@chromium.org2010-12-217-53/+25
* Fix glCopyTexImage2D and glCopyTexSubImage2D to handlegman@chromium.org2010-12-213-3/+97
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-213-47/+95
* Added --enable-accelerated-layers to run_as block of ppapi demos.alokp@chromium.org2010-12-161-0/+2
* Added a stub gles2 implementation.alokp@chromium.org2010-12-151-0/+21
* 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-1310-97/+429
* Fix off by one error in glGetShaderiv for the sizegman@chromium.org2010-12-132-1/+50
* Hard code number of auto generated command buffer unitgman@chromium.org2010-12-101-3/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-074-2/+93
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-072-0/+12
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-0620-111/+413
* Fixes divide by zero bug in readpixelsgman@chromium.org2010-12-032-2/+31
* Fix zero length string bug and NPOT buggman@chromium.org2010-12-034-15/+24
* scons: excise more scons references from the code baseevan@chromium.org2010-12-031-1/+1
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-023-9/+19
* 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-247-103/+11
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-247-11/+103
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-1817-347/+405
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-188-44/+249
* Update cmd buffer script to reflect ppapi reorg.neb@chromium.org2010-11-171-10/+10
* 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-1614-3/+108
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-134-0/+11
* 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