summaryrefslogtreecommitdiffstats
path: root/gpu
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
* clang: Fix two -Wbool-conversion warningsthakis@chromium.org2012-03-161-2/+2
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+3
* Make Occlusion Query Samplegman@chromium.org2012-03-155-7/+342
* 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-134-8/+15
* 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
* Make gles2_c_lib depend on command_buffer_clientthakis@chromium.org2012-03-081-0/+2
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-0837-411/+2524
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-072-3/+3
* GPU: Fix the component build when the incremental linker is used.rvargas@google.com2012-03-071-1/+1
* 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-0535-304/+478
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-0234-474/+302
* 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-0234-302/+474
* 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-175-0/+184
* GPU: Split some of the GPU projects to individual gypi files.rvargas@google.com2012-02-177-149/+211
* 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-155-185/+0
* Use shared memory to update the renderer's view of the command buffer state.jbauman@chromium.org2012-02-155-0/+185
* 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
* Fix OpenGL ES 2.0 conformance test supportgman@chromium.org2012-02-082-2/+3
* Swizzle Uniform Locationsgman@chromium.org2012-02-0710-165/+377
* Cleanup: Remove even more dead switches.thestig@chromium.org2012-02-071-2/+2
* Fix TexImage2D clearing too agressivelygman@chromium.org2012-02-075-12/+125