summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Reland 179911 and 179910backer@chromium.org2013-02-062-25/+35
* Merge 180177piman@chromium.org2013-02-042-11/+9
* Revert 179910zelidrag@chromium.org2013-02-022-21/+20
* Revert 179911zelidrag@chromium.org2013-02-022-18/+9
* Merge 179080backer@chromium.org2013-01-312-9/+18
* Merge 179016backer@chromium.org2013-01-312-20/+21
* Merge 177367cevans@chromium.org2013-01-182-16/+16
* Merge 175630aelias@chromium.org2013-01-093-0/+21
* Merge 175106apatrick@google.com2013-01-041-1/+1
* Merge 173969jbauman@chromium.org2013-01-021-10/+32
* Fix tracing for gpu/ directory in NaCljbauman@chromium.org2012-12-182-3/+3
* Add a command to lose the contextgman@chromium.org2012-12-1735-33/+394
* gpu: Add async pixel transfers.epenner@chromium.org2012-12-1712-70/+595
* Fix FBO client side state cachinggman@chromium.org2012-12-166-24/+155
* Enable virtual context on IMG devices in a different waysievers@chromium.org2012-12-152-17/+5
* gpu: Don't require occlusion queries extension for async queries.epenner@chromium.org2012-12-141-0/+1
* Add to the GL_CHROMIUM_gpu_memory_manager extension accameron@chromium.org2012-12-1410-20/+108
* Ignore GL_ANGLE_framebuffer_multisample on Android.aelias@chromium.org2012-12-142-4/+8
* Handle correctly gl.generateMipmap(gl.TEXTURE_CUBE_MAP) in WebGL.skaslev@chromium.org2012-12-141-3/+13
* Revert 172805apatrick@google.com2012-12-1416-192/+226
* Move gl2chromium.h out of third_party, it really is our file.phajdan.jr@chromium.org2012-12-143-6/+241
* Remove support for TRACE_EVENT_IF_LONGER_THANx macroscaseq@google.com2012-12-131-1/+0
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-1316-226/+192
* Fix "attached to fbo" tracking in texturespiman@chromium.org2012-12-132-6/+8
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-138-93/+134
* Fix GLES rendering issues on Lumpy.hshi@chromium.org2012-12-123-15/+5
* Enable virtual context on IMG devices only.aelias@chromium.org2012-12-122-5/+19
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-1229-34/+450
* Extend virtual context MakeCurrent fastpath to offscreen surfaces.sievers@chromium.org2012-12-111-0/+1
* Don't unbind if buffer id is 0. This avoids getting into a state wheregman@chromium.org2012-12-112-1/+14
* Add tracing for commands that block on the GPUjbauman@chromium.org2012-12-114-1/+26
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-104-5/+27
* Add tracing support to NaCljbauman@chromium.org2012-12-081-1/+1
* Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...jamesr@chromium.org2012-12-081-1/+1
* Fix element array buggman@chromium.org2012-12-072-4/+16
* Make more GL stuff auto-generatedgman@chromium.org2012-12-0724-576/+22
* gpu: Share some validation code.epenner@chromium.org2012-12-071-137/+161
* Suppress debug outputgman@chromium.org2012-12-071-4/+6
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-074-27/+5
* Add more gl debug logginggman@chromium.org2012-12-078-21/+324
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-064-5/+27
* Validate uniform typesgman@chromium.org2012-12-064-46/+194
* Validate glLineWidthgman@chromium.org2012-12-063-1/+63
* Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXTgman@chromium.org2012-12-064-35/+84
* Advertise extensions for virtual GL api.sievers@chromium.org2012-12-054-6/+24
* Make FencedAlloctor fail on size = 0gman@chromium.org2012-12-052-3/+22
* Add unit test to verify a texture can be reused with stream textures.sievers@chromium.org2012-12-051-0/+49
* Fix the DCHECK problem for TextureManager::TextureInfo::SetTargetyongsheng.zhu@intel.com2012-12-041-1/+0
* gpu: Allow BufferData size=0 for pixel transfer buffer objects.reveman@chromium.org2012-12-033-12/+29
* gpu: also move tex parameters into mailboxpiman@chromium.org2012-12-014-12/+46