summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-249-19/+59
* Fixes ReadPixel to have a result so the clientgman@chromium.org2010-02-246-20/+86
* Client side implementation of ReadPixelsgman@chromium.org2010-02-241-4/+58
* Add '-ldl' to Linux targets that use dynamic loader functions.mmoss@google.com2010-02-231-0/+2
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-235-65/+267
* Add build rules for Pepper 3D demos on the Mac.dspringer@google.com2010-02-232-14/+83
* Added check for negative size to CommandBufferService.apatrick@chromium.org2010-02-222-1/+6
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-209-59/+19
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-209-19/+59
* Fixed integer overflow.apatrick@chromium.org2010-02-193-0/+16
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1912-2/+12
* Removed redundant conditionals from gpu/demos.gyp.alokp@chromium.org2010-02-171-20/+13
* Updates many commands to require the client to set the gman@chromium.org2010-02-177-23/+383
* Fixes the issues with Jump, JumpRel, Call, CallRelgman@chromium.org2010-02-172-2/+6
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Fix for build breakagegman@chromium.org2010-02-161-7/+7
* Adds texture tracking.gman@chromium.org2010-02-1621-538/+1955
* Reimplemented glShaderSource in preparation for shadergman@chromium.org2010-02-129-97/+284
* Implemented linux-specific NPAPI interface for pepper demos.alokp@chromium.org2010-02-111-7/+46
* A few minor changes to windows implementation on windows.alokp@chromium.org2010-02-101-2/+5
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-0/+5
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-0910-28/+67
* Addsgman@chromium.org2010-02-0516-507/+1359
* PGL was relying on pthread_key_create not returning zero, which does notsehr@google.com2010-02-051-6/+9
* Implemented window class on linux. Standalone demos are working on linux now.alokp@chromium.org2010-02-043-8/+63
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-0312-87/+164
* Changes necessary to compile gpu demos on linux. It is not functional yet jus...alokp@chromium.org2010-02-037-247/+329
* [GPU] Get GPU process running on the mackbr@google.com2010-02-0313-18/+381
* Implements glGetUniformiv and glGetUniformfv.gman@chromium.org2010-02-036-28/+413
* This file was missing from the last CL as it was sittinggman@chromium.org2010-02-022-2/+3
* Change the GLES2Implementation Flush and Finish functionsgman@chromium.org2010-02-022-8/+17
* Fixed compile/link errors for gpu unit-tests. I had to mostly fix signed/unsi...alokp@chromium.org2010-02-025-27/+66
* Fixed compile error for unit-tests on linux. We do not include any glew file ...alokp@chromium.org2010-02-023-5/+9
* Moved the initialization of static variable outside the class declaration. Ne...alokp@chromium.org2010-02-022-1/+3
* Fixes a broken build (missing newline).rohitrao@chromium.org2010-02-011-1/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-0131-1410/+1410
* Remove trailing comma to allow compilation with Native Client's higher warnin...sehr@google.com2010-02-011-1/+1
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-2914-364/+237
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-298-164/+185
* Add commands Jump, Call and Returngman@chromium.org2010-01-2813-112/+265
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-2711-26/+158
* Hooked all demos to gpu/demos.gyp. Now all demos run as both - standalone exe...alokp@chromium.org2010-01-268-97/+263
* Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th...alokp@chromium.org2010-01-2617-256/+781
* linux: enable pepper pluginpiman@chromium.org2010-01-251-1/+1
* Revert 36399 - linux: enable pepper_test_plugin laforge@chromium.org2010-01-231-1/+1
* Call xglMakeCurrent for each command buffer to allow for multiple GL contexts.apatrick@chromium.org2010-01-206-28/+108
* Added pglGetCurrentContext. Make gles2 implementation pointer global variable...apatrick@chromium.org2010-01-194-21/+36
* Fixed gles2 demo by switching it from a console application to a windowed one...apatrick@chromium.org2010-01-192-11/+26
* Converted all demos to use gpu::demos::Example base class.alokp@chromium.org2010-01-196-302/+90
* Created a base class for examples taken from gles2 book. It encapsulates the ...alokp@chromium.org2010-01-192-50/+90