summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-1/+29
* Fix off by one error in glGetShaderiv for the sizegman@chromium.org2010-12-131-0/+49
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-073-2/+56
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-072-0/+12
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-065-0/+62
* Fixes divide by zero bug in readpixelsgman@chromium.org2010-12-032-2/+31
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-243-52/+2
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-243-2/+52
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-185-101/+117
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-163-0/+13
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-041-3/+47
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-1/+2
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-184-8/+8
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-134-8/+13
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-2/+1
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-302-15/+26
* Adds stub for client side GL logging.gman@chromium.org2010-09-234-23/+308
* Mac: clang buildthakis@chromium.org2010-09-222-6/+9
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-0814-70/+92
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-283-0/+17
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-233-0/+57
* Fix the gles2_demo to work with latest gpu processgman@chromium.org2010-07-192-0/+11
* Adds MapBufferSubData and MapTexSubImage2D.gman@chromium.org2010-07-1412-17/+992
* gpu: add GLES/EGL support on linuxpiman@chromium.org2010-06-213-6/+0
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-0/+3
* Refactor CommandBufferHelper to use Jump to loopgman@chromium.org2010-06-033-39/+70
* Makes shader translation a runtime switch.gman@chromium.org2010-05-174-7/+18
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-172-22/+30
* Work around bug in gcc's name mangling causing linker to crash on Mackbr@google.com2010-05-141-3/+5
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-127-16/+24
* Changes the command buffer code to check that allgman@chromium.org2010-05-121-2/+2
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-084-0/+44
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-084-44/+0
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-074-0/+44
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-062-19/+54
* Fix some memory leaks in GPU tests.estade@chromium.org2010-05-044-30/+13
* Fix readpixels issuegman@chromium.org2010-05-031-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-0311-248/+229
* Fix Bug in RingBuffergman@chromium.org2010-04-303-16/+39
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-293-42/+61
* Fixed off-by-one bug in returned name length in glGetActiveAttrib andkbr@google.com2010-04-291-2/+4
* Changes the GLES2Implementation to use a RingBuffergman@chromium.org2010-04-285-18/+573
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-274-50/+47
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-0/+6
* A few fixes for GLES2 for the conformance tests.gman@chromium.org2010-04-211-3/+17
* Added facility to stub log and check. It is still not ideal but workable.alokp@chromium.org2010-04-211-2/+2
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-139-137/+1473
* Reverting commit 44334gman@chromium.org2010-04-139-1473/+137
* Adds client side arraysgman@chromium.org2010-04-139-137/+1473
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-124-1/+58