summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* Implemented GPU process side flow control.apatrick@chromium.org2011-02-081-1/+7
* Exposed GL_NV_fence bindings to GPU process.apatrick@chromium.org2011-01-261-0/+14
* Fix compile warnings that break NaCl build.neb@chromium.org2011-01-263-4/+4
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-261-0/+4
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-142-2/+10
* Move lots of GMock stuff out of line.erg@google.com2011-01-052-7/+21
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-232-0/+27
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-063-0/+96
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-185-130/+133
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-0/+2
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-164-1/+57
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-131-0/+4
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...senorblanco@chromium.org2010-10-221-0/+6
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-142-0/+424
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-24/+34
* Adds stub for client side GL logging.gman@chromium.org2010-09-233-3/+3
* Revert 59119 - Removed includion of <iostream> from logging.h.jamesr@chromium.org2010-09-121-11/+7
* Removed includion of <iostream> from logging.h.apatrick@chromium.org2010-09-101-7/+11
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-088-65/+206
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-284-0/+56
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-261-1/+5
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-234-0/+193
* Add support for gman@chromium.org2010-07-201-0/+3
* Fix the gles2_demo to work with latest gpu processgman@chromium.org2010-07-191-0/+2
* Coverity: Fix gpu::gles2::GetCommandName range check.mattm@chromium.org2010-07-161-5/+2
* gpu: add GLES/EGL support on linuxpiman@chromium.org2010-06-211-0/+2
* Working towards -Wextrathomasvl@chromium.org2010-06-161-1/+1
* Added EGL based GLContext.apatrick@chromium.org2010-06-093-19/+39
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-4/+1
* small changes for gpu to compile/build under NaCl (part 1)nfullagar@google.com2010-05-182-19/+25
* Makes shader translation a runtime switch.gman@chromium.org2010-05-172-17/+29
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-174-0/+192
* Adds wrapping to support BOOL types on uniforms since some OpenGL driversgman@chromium.org2010-05-131-3/+3
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-4/+3
* Fix typogman@chromium.org2010-05-101-1/+1
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-084-0/+56
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-084-56/+0
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-074-0/+56
* A few more changes for conformance tests.gman@chromium.org2010-05-072-0/+8
* Adds support for shared resources.gman@chromium.org2010-05-038-0/+445
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-222-0/+16
* Added facility to stub log and check. It is still not ideal but workable.alokp@chromium.org2010-04-211-19/+9
* Client side code should include local logging so it can be stubbed out.alokp@chromium.org2010-04-211-0/+2
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-135-0/+474
* Reverting commit 44334gman@chromium.org2010-04-135-474/+0
* Adds client side arraysgman@chromium.org2010-04-135-0/+474
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-124-0/+139
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-245-0/+239
* Stub out a define GPU_LOG and GPU_CHECK for native client builds.sehr@google.com2010-03-191-0/+2
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-0/+24