summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Check for extension before using ANGLE_translated_shader_sourcejbauman@chromium.org2011-11-053-3/+9
* Stop validating GLSL shaders in glShaderSorucegman@chromium.org2011-11-055-222/+0
* Added ReleaseCurrent to GLES2CmdDecoder.apatrick@chromium.org2011-11-043-14/+12
* GLES2CmdDecoder uses LOG instead of DLOG to output GL commands.apatrick@chromium.org2011-11-031-1/+1
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-0216-575/+2066
* Added booleans that indicate which GL extensions are available.apatrick@chromium.org2011-11-011-2/+2
* Make DeleteFramebuffer rebind fbo backbuffergman@chromium.org2011-11-014-10/+50
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-295-5/+30
* Strip comments from shader before checking for invalid charactersgman@chromium.org2011-10-275-1/+223
* Split GL binding init into core and extension partjoth@chromium.org2011-10-274-43/+700
* Make GLES2Implementation use a larger chunk size for mapping functions.gman@chromium.org2011-10-275-2/+49
* GpuScheduler can unschedule a command buffer until the GPU has made progress ...apatrick@chromium.org2011-10-252-1/+91
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-251-0/+1
* Add GLES2Implemention::FreeUnusedSharedMemorygman@chromium.org2011-10-249-5/+102
* Adjust workaround for mipmap-related OpenGL implementation bug on Mac OS X.kbr@chromium.org2011-10-212-3/+6
* Revert 106634 - Adjust workaround for mipmap-related OpenGL implementation bu...kbr@chromium.org2011-10-211-5/+2
* Adjust workaround for mipmap-related OpenGL implementation bug on Mac OS X.kbr@chromium.org2011-10-201-2/+5
* Roll skia to r2506.bsalomon@google.com2011-10-201-0/+23
* Make command buffer validate glRenderbufferStorage width and heightgman@chromium.org2011-10-199-26/+127
* Make OpenGL string entry points validate the stringgman@chromium.org2011-10-182-18/+96
* Last straw for translated_shader_source extension.zmo@google.com2011-10-171-0/+2
* Check for NULL from GetBucketgman@chromium.org2011-10-172-1/+61
* Make GPU_DCHECK* keep reference to passed variables pph34r@gmail.com2011-10-141-37/+37
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-132-2/+5
* Change the enum GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE to the assigned value.zmo@google.com2011-10-133-3/+3
* Make command buffer limit cubemaps to 512x512 on Intel on OSXgman@chromium.org2011-10-134-3/+74
* GPU service understands size of GL_UNSIGNED_INT pixel data type.apatrick@chromium.org2011-10-122-0/+4
* Ensure that a ContextGroup is not destroyed if it was not correctly initialized.apatrick@chromium.org2011-10-101-2/+6
* Ensure that ContextGroup is destroyed when an appropriate GL context is current.apatrick@chromium.org2011-10-055-35/+66
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-0518-5/+192
* From comment:apatrick@chromium.org2011-10-031-0/+9
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-9/+63
* External stream texture support.sievers@chromium.org2011-09-2832-78/+774
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-2711-61/+27
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-2711-27/+61
* Fix issue with unused mips.gman@chromium.org2011-09-272-9/+36
* Roll skia to 2303bsalomon@google.com2011-09-221-0/+3
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-2213-31/+31
* Fixes issues where WGC3D based on OSMesa GL implementation isn't allowing OES...bsalomon@google.com2011-09-211-5/+3
* Turn on glsl built-in function emulation in ANGLE shader translator.zmo@google.com2011-09-206-23/+89
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-2021-1353/+149
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-1621-149/+1353
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-1621-1353/+149
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-3/+11
* Reland 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-131-2/+3
* Use Instance* in the Graphics3D constructor rather than Instance&, forbrettw@chromium.org2011-09-131-1/+1
* Revert 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-121-3/+2
* Ensure that compositor does not block the renderer process by issuing too man...apatrick@chromium.org2011-09-121-2/+3
* Keep track of the current per-thread context and surface. Addkbr@google.com2011-09-091-6/+2
* Revert "Revert 100494 - Fix bug in SimulateAttrib0."""gman@chromium.org2011-09-092-42/+137