summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11/gles_video_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...scherkus@chromium.org2011-07-191-524/+0
* Reworked player_x11:scherkus@chromium.org2011-02-041-0/+8
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-2/+2
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-2/+2
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-2/+2
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-6/+0
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-3/+2
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-021-1/+1
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-2/+9
* Reverting 53348...bradnelson@google.com2010-07-221-9/+2
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-2/+9
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-1/+4
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-241-8/+22
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-19/+12
* 1. make omx engine the driving force to read bit streamwjia@google.com2010-06-101-1/+1
* revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi...wjia@google.com2010-06-091-22/+23
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-091-15/+6
* use glEGLImageTargetTexture2DOES instead of FindTexture()jiesun@google.com2010-06-071-23/+22
* add support of OpenMAX EGL image decodingwjia@google.com2010-06-071-56/+183
* some vendor's compiler had issues about the constant variable.jiesun@google.com2010-06-021-2/+5
* make opengles 2.0 worksjiesun@google.com2010-06-011-1/+3
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+4
* code fix for video framejiesun@google.com2010-04-161-45/+41
* Fixing some subtle issues with player_x11 and GL/GLES video renderers.scherkus@chromium.org2010-03-031-23/+26
* gles2: fix stride supportpiman@chromium.org2010-02-171-3/+26
* Fix player_x11 so it works properly with GLEShclam@chromium.org2010-02-131-68/+83
* Implement GLES video renderer in player_x11hclam@chromium.org2010-02-121-0/+344