summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-0111-120/+398
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-3020-786/+1081
* Switch gles2_cmd_buffer to issue glFinish when it decodes glFinish.nduca@chromium.org2010-09-301-5/+1
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-292-3/+3
* Hooked up functionality for getting info for attribs and uniforms.alokp@chromium.org2010-09-294-9/+248
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-0/+2
* Fix WebGL getParameter bug in command buffer. zmo@google.com2010-09-243-14/+11
* Adds stub for client side GL logging.gman@chromium.org2010-09-2313-37/+335
* Revert 60236 - Fix WebGL getParameter bug in command buffer. atwilson@chromium.org2010-09-231-1/+4
* Fix WebGL getParameter bug in command buffer. darin@chromium.org2010-09-221-4/+1
* Mac: clang buildthakis@chromium.org2010-09-222-6/+9
* Enabled GL_POINT_SPRITE capability in desktop GL backend for commandkbr@google.com2010-09-202-1/+8
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-206-13/+67
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-172-0/+20
* Enables GL_OES_standard_derivativesgman@chromium.org2010-09-174-4/+23
* Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...alokp@chromium.org2010-09-174-47/+151
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-172-20/+0
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-172-0/+20
* Removed base dependency from PGL.apatrick@chromium.org2010-09-141-5/+4
* Update build_gles2_cmd_buffer.py for PPAPI.neb@chromium.org2010-09-131-23/+139
* Made GLES demos work on PPAPI.neb@chromium.org2010-09-1311-14/+305
* We need to initialize backbuffer to all 0s instead of some random color. It ...zmo@google.com2010-09-131-1/+1
* 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
* GPU process reports context lost when SwapBuffers fails.apatrick@chromium.org2010-09-101-1/+2
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-0830-142/+315
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-031-0/+3
* GPU process SwapBuffers from child to parent context calls glFlush before inv...apatrick@chromium.org2010-09-021-62/+56
* Added check that:alokp@chromium.org2010-09-011-0/+5
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-2812-0/+145
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-273-8/+0
* Add support for GL_OES_depth24gman@chromium.org2010-08-262-1/+15
* Bumped ANGLE rev and related changes.alokp@chromium.org2010-08-261-8/+12
* Linux: Switch to DWARF for official builds. Good riddence.thestig@chromium.org2010-08-261-4/+0
* Fix issue with count=0 for DrawArrays and DrawElementsgman@chromium.org2010-08-262-0/+35
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-266-9/+189
* Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether ...alokp@chromium.org2010-08-252-52/+34
* Fixes for the default texture.gman@chromium.org2010-08-2412-173/+288
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-2318-62/+665
* Sorry but I had to rollback this change.gman@chromium.org2010-08-201-135/+24
* Pepper2 Graphics3D implementation - browser side.neb@chromium.org2010-08-171-24/+135
* Properly fixing crash due to out-of-order call of ShInitialize and ShFinalize.alokp@chromium.org2010-08-121-8/+18
* Add support for GL_EXT_read_format_bgra.gman@chromium.org2010-08-122-2/+40
* Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.gman@chromium.org2010-08-124-11/+20
* Revert 55766 - Enable -fPIC by default on x64mirandac@chromium.org2010-08-121-3/+8
* Fix glGetFramebufferAttachmentParameteriv so it returnsgman@chromium.org2010-08-124-153/+261
* Enable -fPIC by default on x64nirnimesh@chromium.org2010-08-111-8/+3
* Temporarily fixed a crash because of calling ShInitialize and ShFinalize out ...alokp@chromium.org2010-08-111-1/+4
* ContextGroup::Initialize fails on insufficient vertex attribs or texture units.apatrick@chromium.org2010-08-091-4/+6
* Clear render buffersgman@chromium.org2010-08-0610-17/+629