summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* GLES2Decoder: Remove redundant || expressionhans@chromium.org2013-03-171-2/+2
* Change CHECK that context is current to DCHECK.jbauman@chromium.org2013-03-161-1/+1
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-166-1/+42
* Set the GL implementation during unit tests.gman@chromium.org2013-03-154-6/+26
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-2/+2
* Android: Extend QualComm scissor bug workaroundsievers@chromium.org2013-03-141-0/+3
* Don't actually call glGetShaderPrecisionFormat unless running either on a GL...kbr@chromium.org2013-03-142-2/+9
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-1430-33/+642
* Add detection to FeatureInfo to see if samplers are available.dsinclair@chromium.org2013-03-146-12/+52
* gpu: Clean up pending async transfers.epenner@chromium.org2013-03-135-133/+89
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-1321-42/+390
* Delete memory manager dead code.ccameron@chromium.org2013-03-122-7/+0
* gpu: Selectively define GL_FRAGMENT_PRECISION_HIGHbrianderson@chromium.org2013-03-121-31/+42
* add __FILE__, __LINE__ to GL error functionsgman@chromium.org2013-03-1110-660/+933
* Refactor GPU code. Renderbuffer* info to Renderbuffer* renderbuffergman@chromium.org2013-03-105-135/+131
* Refactor GPU code. Framebuffer* info to Framebuffer* framebuffergman@chromium.org2013-03-094-252/+261
* Refactor a bunch of Texture related GPU codegman@chromium.org2013-03-0910-1106/+1209
* Added CheckBoundFramebuffersValid to DoBlitFramebufferEXTbajones@chromium.org2013-03-081-0/+5
* Refactor GPU code: VertexAttrib* info -> VertexAttrib* attribgman@chromium.org2013-03-085-191/+171
* Refactor GPU code. Buffer* info to Buffer* buffergman@chromium.org2013-03-085-59/+58
* Refactor GPU code: Shader* info -> Shader* shadergman@chromium.org2013-03-088-646/+626
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-0824-1/+72
* gpu: Process finished async transfers after waitingskyostil@chromium.org2013-03-072-7/+43
* Revert 186627miu@chromium.org2013-03-072-9/+0
* gpu: Call glGetShaderPrecisionFormat if available.brianderson@chromium.org2013-03-072-13/+35
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-072-0/+9
* Revert "Revert 186416"gman@chromium.org2013-03-0723-248/+844
* Revert 186416zmo@chromium.org2013-03-0622-835/+248
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-0622-248/+835
* gpu: Add the ability to wait on upload completion.epenner@chromium.org2013-03-0519-4/+129
* Expose GLES2DecoderImpl error functionsgman@chromium.org2013-03-053-31/+63
* Enable use of highp precision in GLSL ES shaders.apatrick@chromium.org2013-03-051-0/+4
* Move Mailbox from cc to gpu, and its traits to gpu/ipcpiman@chromium.org2013-03-045-0/+89
* Revert 185269zmo@chromium.org2013-03-043-6/+6
* Fix CopyTextureCHROMIUM to handle GL_OES_EGL_image_external missinggman@chromium.org2013-03-022-212/+189
* Revert 185521tommi@chromium.org2013-03-019-9/+12
* Revert 185332tommi@chromium.org2013-03-019-12/+9
* Revert 185518tommi@chromium.org2013-03-019-9/+12
* Revert 185332tommi@chromium.org2013-03-019-12/+9
* AndroidVDA using Android's MediaCodec API.dwkang@chromium.org2013-03-013-16/+118
* GPU: Only allow the UI channel to preempt if all stubs are scheduled.backer@chromium.org2013-03-012-12/+16
* Update khronos GLES2/gl2.h headerphajdan.jr@chromium.org2013-02-289-9/+12
* Turn off shader name hashing by default.zmo@chromium.org2013-02-283-6/+6
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-2816-27/+61
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-2812-170/+173
* Make CopyTextureCHROMIUM restore its own stategman@chromium.org2013-02-283-57/+82
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-2760-4617/+4861
* Make WaitSyncPoint go through command buffers.piman@chromium.org2013-02-2722-0/+210
* do RescheduleTimeOut hack only pre-Vistascottmg@chromium.org2013-02-271-8/+14
* Fix GL State Restore functionsgman@chromium.org2013-02-261-0/+2