summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Fix GL virtualization warnings on OS Xccameron@chromium.org2013-04-033-2/+17
* In GLES2Implementation, replace calls to Finish/FinishHelper with WaitForCmd.apatrick@chromium.org2013-04-031-6/+6
* Make GL_TEXTURE_EXTERNAL_OES texture immutable.gman@chromium.org2013-04-033-80/+119
* Add support for GL_TEXTURE_EXTERNAL_OES texture copy.hkuang@chromium.org2013-04-032-25/+49
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-1/+2
* Get gl_tests running on Nexus 4gman@chromium.org2013-04-025-26/+101
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-028-37/+265
* Add --force-synchronous-glreadpixels flag while we sort out GPU pipelining/pe...miu@chromium.org2013-04-022-0/+5
* Windows: On context lost, GPU process exits.apatrick@chromium.org2013-04-013-0/+17
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-1/+4
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-244-14/+246
* gpu: Cache results of GetShaderPrecisionFormat client-sidebrianderson@chromium.org2013-03-244-5/+83
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* gpu: Add traces to Produce/Consume texture.epenner@chromium.org2013-03-231-0/+8
* Fix gl_tests for Galaxy Nexusgman@chromium.org2013-03-206-21/+128
* Make gl_tests apk for androidgman@chromium.org2013-03-192-1/+28
* gpu: Use correct enum values for CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2013-03-191-4/+2
* 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