summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-0913-1/+14
* Aura: A little lighter GL synchronizationbacker@chromium.org2013-01-093-47/+8
* Restore gl scissor state when switching FBO targets on Qualcommbrianderson@chromium.org2013-01-093-0/+21
* GPU: Fix some linter errors.backer@chromium.org2013-01-081-9/+9
* gpu: Report time spent performing async texture uploads.reveman@chromium.org2013-01-082-2/+6
* Refactor FeatureInfo so you can't request features.gman@chromium.org2013-01-084-196/+94
* Removing the JumpRelative, Call, CallRelative and Return commands.dsinclair@chromium.org2013-01-047-444/+26
* Fix crash when translated ANGLE shader source has length zero.apatrick@chromium.org2013-01-041-1/+1
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-6/+6
* Remove inappropriate code generation.gman@chromium.org2013-01-034-557/+280
* Extract Chromium-specific parts out of third_party/khronos/GLES2 .phajdan.jr@chromium.org2012-12-274-8/+737
* Revert 174687kmadhusu@chromium.org2012-12-274-749/+8
* Extract Chromium-specific parts out of third_party/khronos/GLES2 .phajdan.jr@chromium.org2012-12-274-8/+749
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-2116-231/+207
* Initialize offscreen texture to black.jbauman@chromium.org2012-12-191-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