summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/buffer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Re-order fields of gpu::gles2::Buffer.cevans@chromium.org2013-08-271-14/+14
* Move glBufferData, glBufferSubData and glGetBufferParameteriv into the Buffer...kloveless@chromium.org2013-07-171-15/+39
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Add workaround for Mali-400 zero-sized buffer bug.bsalomon@google.com2013-06-061-1/+5
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-3/+3
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Refactor GPU code. Buffer* info to Buffer* buffergman@chromium.org2013-03-081-7/+8
* Revert "Revert 186416"gman@chromium.org2013-03-071-13/+50
* Revert 186416zmo@chromium.org2013-03-061-50/+13
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-061-13/+50
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-281-108/+111
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-18/+16
* Add more tests for MemoryTracker usage.gman@chromium.org2013-01-181-1/+1
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-9/+3
* Fix SetRange bounds check.gman@chromium.org2012-10-031-0/+3
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-2/+6
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-141-0/+4
* Make buffer not get deleted until the last reference is released.gman@chromium.org2012-04-051-2/+12
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-2/+3
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-3/+2
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-2/+3
* Fix BufferManager's handling of deleted buffers.gman@chromium.org2012-01-191-2/+7
* Track buffer memory in command buffergman@chromium.org2011-12-231-0/+5
* Allow deleted resources to be usedgman@chromium.org2011-11-111-2/+0
* Optimize TexSubImage2D and BufferSubDatagman@chromium.org2011-06-071-3/+10
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-131-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-051-3/+5
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+6
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-6/+1
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-0/+3
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-10/+3
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+4
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-14/+38
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-081-38/+14
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-071-14/+38
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-0/+3
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-10/+10
* Resubmittinggman@chromium.org2010-03-051-6/+73
* Reverting previous CL.gman@chromium.org2010-03-051-73/+6
* Implements index validation for DrawElements.gman@chromium.org2010-03-051-6/+73
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-7/+29
* Adds texture tracking.gman@chromium.org2010-02-161-0/+70