summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow deleted resources to be usedgman@chromium.org2011-11-1112-66/+327
* Move flush call after resource deletion into SharedIdHandlerjamesr@chromium.org2011-11-101-6/+3
* Refactor id_handler set in GLES2Implementationjamesr@chromium.org2011-11-105-59/+99
* add "did it run on GPU" check to frame_rate_tests.cc using AutomationProxy tr...jbates@chromium.org2011-11-101-0/+4
* Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_...apatrick@chromium.org2011-11-091-34/+0
* Sync with the NSPR headers on OpenBSD and use OS_* definesrobert.nagy@gmail.com2011-11-071-3/+3
* 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