summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-196-6/+45
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-103-136/+263
* Optimize GetBucketContentsgman@chromium.org2012-04-093-62/+129
* Allow |msg| to be NULLtbreisacher@chromium.org2012-04-061-1/+2
* Revert "Revert 130737 - Make contexts actually use ShareGroup for shared cont...gman@chromium.org2012-04-047-228/+152
* Revert 130737 - Make contexts actually use ShareGroup for shared contexts.binji@chromium.org2012-04-046-149/+143
* Make contexts actually use ShareGroup for shared contexts.gman@chromium.org2012-04-046-143/+149
* Revert "Revert 130384 - Broke a few Mac bots"gman@chromium.org2012-04-049-305/+558
* Revert 130384 - Broke a few Mac botsrsleevi@chromium.org2012-04-039-559/+305
* Revert "Revert "Make ShareGroup thread safe" http://crrev.com/130034."gman@chromium.org2012-04-039-305/+559
* Revert "Make ShareGroup thread safe" http://crrev.com/130034.apavlov@chromium.org2012-03-319-559/+305
* Make ShareGroup thread safegman@chromium.org2012-03-319-305/+559
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-293-0/+18
* Add ShareGroup stubgman@chromium.org2012-03-284-0/+111
* Move gpu hash_tables and atomicops stuff gman@chromium.org2012-03-285-18/+64
* Disable flushers on CrOS to improve GPU process saturation during bulk textur...nduca@google.com2012-03-282-1/+8
* Fix some GPU logging printsgman@chromium.org2012-03-241-8/+10
* Remove unused code in StrictSharedIdHandlergman@chromium.org2012-03-191-10/+0
* Plumb client side synthesized GL messages to JS Consolegman@chromium.org2012-03-152-1/+18
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-141-4/+2
* Insert No-ops into the command buffer when glQueryObjectuiv is called.gman@chromium.org2012-03-141-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2012-03-131-1/+5
* Switch query_tracker to use tr1/unordered_map for faster look ups.nfullagar@google.com2012-03-132-5/+2
* Move constructor and destructor of GLES2CmdHelper out of linethakis@chromium.org2012-03-132-8/+13
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-0810-62/+895
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-057-11/+45
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-027-45/+11
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-027-11/+45
* Expose API for GL_EXT_occlusion_query_boolean but as no-opsgman@chromium.org2012-02-273-0/+111
* Fix gcc 4.6 warnings in gpu.tony@chromium.org2012-02-231-1/+1
* Don't call finish if there is nothing to dogman@chromium.org2012-02-152-36/+4
* Add AsyncFlush when transferbuffer is > a certain sizegman@chromium.org2012-02-148-23/+114
* Add support for ANGLE_instanced_arraysjbauman@chromium.org2012-02-146-6/+376
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-2710-1263/+2075
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-2710-2075/+1263
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-2710-1263/+2075
* Remove command buffer command id tests etc..gman@chromium.org2012-01-271-1/+1
* Revert r118525 / Re-land r118240 - the build failure was a flake.dpranke@chromium.org2012-01-196-14/+47
* Revert r118240 - gles_2_c_lib as a component.dpranke@chromium.org2012-01-196-47/+14
* This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...dpranke@chromium.org2012-01-196-14/+47
* Revert "Stop freeing the command buffer when a tab goes to the background. gman@chromium.org2012-01-181-0/+1
* Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."gman@chromium.org2012-01-122-2/+26
* Make GLES2Implementation handl failed allocationgman@chromium.org2012-01-113-11/+203
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-114-484/+957
* Revert 116821 - Make StrictSharedIdHandler free its unused ids.zmo@google.com2012-01-092-27/+3
* Make StrictSharedIdHandler free its unused ids.gman@chromium.org2012-01-072-3/+27
* Fix BufferData so it does not trigger single threaded check.gman@chromium.org2011-12-222-1/+27
* Stop freeing the command buffer when a tab goes to the background. This essen...vangelis@chromium.org2011-12-221-1/+0
* Fix IsExtensionAvailable so it calls GetStringHelpergman@chromium.org2011-12-213-39/+68
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-184-11/+1693