summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Optimize glCheckFramebuffer checks.gman@chromium.org2011-12-207-12/+395
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-186-33/+2052
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-163-35/+29
* Fix standalone gl demos and conformance testsgman@chromium.org2011-12-152-0/+12
* Disable 5ms flusher on Android to reduce kernel thrashing.nduca@chromium.org2011-12-151-1/+5
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-1510-65/+110
* Log GLenums as strings in servicegman@chromium.org2011-12-142-4/+38
* Revert "Reverting as this is suspected of causing check_deps failure on Linux...gman@chromium.org2011-12-144-3/+207
* Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...vangelis@chromium.org2011-12-146-54/+70
* Reverting as this is suspected of causing check_deps failure on Linux botfinnur@chromium.org2011-12-144-207/+3
* Add check for single threaded access to GLES2Implementationgman@chromium.org2011-12-144-3/+207
* Ignore random GL_OUT_OF_MEMORYjbauman@chromium.org2011-12-131-1/+4
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-134-0/+21
* Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...vangelis@chromium.org2011-12-136-70/+54
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-1223-269/+375
* Fixed service side implementation of glTexStorage2DEXT to only initialize the...vangelis@chromium.org2011-12-126-54/+70
* Remove some really old (and unnecessary) include dirs from gpu/DEPS.apatrick@chromium.org2011-12-081-4/+0
* Ensure that GpuScheduler invokes fence tasks even if client is not flushing.apatrick@chromium.org2011-12-082-35/+37
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-0823-368/+269
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-0723-269/+368
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-5/+6
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-6/+5
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-5/+6
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-0623-360/+269
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-0623-269/+360
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-0623-27/+548
* Fix GLES2Implementation logging of shared idsgman@chromium.org2011-12-021-6/+6
* Add back in compressed_textures sample.gman@chromium.org2011-12-022-0/+444
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-011-12/+11
* Rebind to correct backbuffer after clearing READ buffer.gman@chromium.org2011-12-014-22/+141
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-015-240/+510
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-307-6/+106
* Remove default arg from GLES2Implementation's constructorgman@chromium.org2011-11-301-1/+1
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Plumb thru that we cache the front buffer.backer@chromium.org2011-11-241-0/+4
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-2410-3546/+25
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-4/+5
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-2322-132/+819
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-2210-25/+3511
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-2210-3511/+25
* Allow GLSurface to indicate that it supports a specific extension.backer@chromium.org2011-11-222-6/+8
* A few less TOUCH_UIs.backer@chromium.org2011-11-222-2/+3
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-2213-70/+73
* Fix for GL_CHROMIUM_flipy in TexSubImage2D and unit testbsalomon@google.com2011-11-212-3/+71
* base::Bind() conversion for compositor_model_bench.dcheng@chromium.org2011-11-161-6/+6
* Add OVERRIDE to gpu/ and gl/.avi@chromium.org2011-11-165-43/+46
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-152-3/+0
* Add a comment for the new CHROMIUM extension.backer@chromium.org2011-11-141-0/+4
* Fix frame_rate_tests for Vista.jbates@chromium.org2011-11-111-4/+3
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-1112-0/+137