summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-012-2/+16
* Change PluginWindowHandle to AcceleratedWidget in ui/gfx/glpiman@chromium.org2012-02-015-10/+10
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-2717-1300/+2155
* 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-2717-2155/+1300
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-2717-1300/+2155
* 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-2712-926/+209
* Quick fix to resolve a heap corruption in shader translator.zmo@chromium.org2012-01-261-4/+12
* Clear the backbuffer on initialization in GLES2DecoderImplgman@chromium.org2012-01-252-1/+9
* Ask the GLSurface for the real service ID of the backbuffer.backer@chromium.org2012-01-201-6/+6
* Do a flip instead of a blit when possible.backer@chromium.org2012-01-202-19/+43
* Code cleanup.backer@chromium.org2012-01-193-31/+5
* Revert r118525 / Re-land r118240 - the build failure was a flake.dpranke@chromium.org2012-01-1914-35/+80
* Revert r118240 - gles_2_c_lib as a component.dpranke@chromium.org2012-01-1914-80/+35
* Fix RenderbufferManager to handle deleted objectsgman@chromium.org2012-01-193-13/+48
* Fix BufferManager's handling of deleted buffers.gman@chromium.org2012-01-195-71/+112
* This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...dpranke@chromium.org2012-01-1914-35/+80
* Fix TextureManager optimizations.gman@chromium.org2012-01-199-577/+604
* Revert "Stop freeing the command buffer when a tab goes to the background. gman@chromium.org2012-01-181-0/+1
* Add cmd line switch to make compileShader always succeed.gman@chromium.org2012-01-183-2/+12
* Add --enable-gpu-debugging to call glGetError after every command in the comm...gman@chromium.org2012-01-145-9/+59
* Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."gman@chromium.org2012-01-122-2/+26
* Fix GLES2 Conformance test supportgman@chromium.org2012-01-111-25/+24
* Make GLES2Implementation handl failed allocationgman@chromium.org2012-01-114-11/+211
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-116-584/+1092
* Revert 116821 - Make StrictSharedIdHandler free its unused ids.zmo@google.com2012-01-092-27/+3
* Make StrictSharedIdHandler free its unused ids.gman@chromium.org2012-01-072-3/+27
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-0/+1