summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Fix OES_texture_float test failure.zmo@chromium.org2012-03-201-8/+38
* Increase reschedule timeout to 1 second.jbauman@chromium.org2012-03-201-1/+1
* Check that attachments are the correct type for the attachment typegman@chromium.org2012-03-194-19/+87
* Remove unused code in StrictSharedIdHandlergman@chromium.org2012-03-191-10/+0
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-161-1/+10
* Plumb client side synthesized GL messages to JS Consolegman@chromium.org2012-03-152-1/+18
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-1415-442/+649
* Insert No-ops into the command buffer when glQueryObjectuiv is called.gman@chromium.org2012-03-141-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2012-03-132-1/+6
* Switch query_tracker to use tr1/unordered_map for faster look ups.nfullagar@google.com2012-03-132-5/+2
* Move constructor and destructor of GLES2CmdHelper out of linethakis@chromium.org2012-03-132-8/+13
* Schedule for pending queriesgman@chromium.org2012-03-137-13/+38
* Land http://src.chromium.org/viewvc/chrome?view=rev&revision=125984 to trunk.cevans@chromium.org2012-03-121-1/+2
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-0834-411/+2518
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-062-5/+8
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-0526-49/+103
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-0225-99/+47
* Fails glLinkProgram if two glBindAttribLocation conflicts.zmo@chromium.org2012-03-024-1/+126
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-0225-47/+99
* Expose API for GL_EXT_occlusion_query_boolean but as no-opsgman@chromium.org2012-02-2717-34/+753
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-56/+169
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-169/+56
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-56/+169
* Fix gcc 4.6 warnings in gpu.tony@chromium.org2012-02-231-1/+1
* Fix fake uniforms for Uniform2i, 3i and 4igman@chromium.org2012-02-234-14/+37
* Map uniform locations to fake locations.gman@chromium.org2012-02-229-274/+368
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-0/+1
* Use shared memory to update the renderer's view of the command buffer state.jbauman@chromium.org2012-02-174-0/+183
* GPU: Make gles2_utils a separate component.rvargas@google.com2012-02-164-6/+40
* Don't call finish if there is nothing to dogman@chromium.org2012-02-152-36/+4
* Revert 122034 - Use shared memory to update the renderer's view of the comman...zmo@google.com2012-02-154-184/+0
* Use shared memory to update the renderer's view of the command buffer state.jbauman@chromium.org2012-02-154-0/+184
* Add AsyncFlush when transferbuffer is > a certain sizegman@chromium.org2012-02-148-23/+114
* Add support for ANGLE_instanced_arraysjbauman@chromium.org2012-02-1422-54/+1416
* Stop using base::rand in GPU processgman@chromium.org2012-02-101-2/+6
* Added a flag gles2_cmd_decoder.cc so the unit tests can turn off all the LOG ...gman@chromium.org2012-02-103-2/+21
* Combine ANGLE_instanced_arrays pointers with othersjbauman@chromium.org2012-02-101-9/+0
* Fix use-after-free in ~TextureInfopiman@chromium.org2012-02-093-0/+33
* Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arraysjbauman@chromium.org2012-02-091-0/+18
* Swizzle Uniform Locationsgman@chromium.org2012-02-0710-165/+377
* Fix TexImage2D clearing too agressivelygman@chromium.org2012-02-075-12/+125
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-012-2/+16
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-2712-1269/+2107
* Force the GPU process to reschedule itself after a timeout so it responds to ...apatrick@chromium.org2012-01-272-4/+61
* Remove placeholder commandsgman@chromium.org2012-01-276-153/+6
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-2712-2107/+1269
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-2712-1269/+2107
* Move cmd buffer functions to txt file.gman@chromium.org2012-01-272-173/+181
* Remove command buffer command id tests etc..gman@chromium.org2012-01-2711-924/+209
* Quick fix to resolve a heap corruption in shader translator.zmo@chromium.org2012-01-261-4/+12