summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* gpu: Allow BufferData size=0 for pixel transfer buffer objects.reveman@chromium.org2012-12-033-12/+29
* gpu: also move tex parameters into mailboxpiman@chromium.org2012-12-013-0/+35
* gpu: Add async upload functions.epenner@chromium.org2012-11-3020-0/+564
* gpu: Defer reads from default framebuffer when needed.piman@chromium.org2012-11-306-19/+71
* Avoid actual MakeCurrent() calls with virtual contexts.sievers@chromium.org2012-11-301-1/+13
* Fix VAOs and client side arraysgman@chromium.org2012-11-2915-763/+1242
* Support creating virtual contexts.sievers@chromium.org2012-11-297-21/+31
* Disambiguate 'headers' targets in khronos and mesa.bauerb@chromium.org2012-11-282-2/+2
* Use DISABLED_ instead of FAILS for two failing tests.zmo@chromium.org2012-11-272-4/+3
* Disable PointCoordTest.RenderTo on Linux Releasezmo@chromium.org2012-11-272-3/+10
* Skip DepthTextureTest.RenderTo on a few bots to keep them greenzmo@chromium.org2012-11-271-1/+9
* Revert "Revert 169641 - Cache resource bindings on client"gman@chromium.org2012-11-275-61/+149
* Revert 169641 - Cache resource bindings on clientjoi@chromium.org2012-11-275-147/+50
* Cache resource bindings on clientgman@chromium.org2012-11-275-50/+147
* Only check for context lost when finishing a batch of flushed commands.jbauman@chromium.org2012-11-264-10/+10
* Fix GLES2CmdDecoder::DoTexStorage2DEXT so it can handle multiple levels.apatrick@chromium.org2012-11-263-2/+162
* Cache GL state.gman@chromium.org2012-11-2616-971/+1365
* gpu: Don't put BindBuffer commands with PIXEL_UNPACK_TRANSFER_BUFFER target i...reveman@chromium.org2012-11-253-11/+15
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-2115-5/+497
* Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...gman@chromium.org2012-11-2117-1502/+1009
* Encapsulate khronos include paths in khronos.gyp,phajdan.jr@chromium.org2012-11-213-8/+2
* Update Chrome's GLES2 Headersgman@chromium.org2012-11-203-244/+355
* Add support for eglGetProcAddressgman@chromium.org2012-11-204-1/+377
* Fix getting GL_TEXTURE_IMMUTABLE_FORMAT parameter.apatrick@chromium.org2012-11-191-0/+2
* Needed to allow querying the current VAO bindinggman@chromium.org2012-11-195-0/+20
* Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.dsinclair@chromium.org2012-11-1620-1/+306
* Revert "Revert 167613 - Cache more GL state both service and client side."gman@chromium.org2012-11-1617-1009/+1502
* Remove extra DoCommonCommand call.dsinclair@chromium.org2012-11-162-2/+4
* Revert 167613 - Cache more GL state both service and client side.shawnsingh@chromium.org2012-11-1417-1500/+1009
* add shared resource testgman@chromium.org2012-11-1413-78/+145
* Cache more GL state both service and client side.gman@chromium.org2012-11-1417-1009/+1500
* Hook up ANGLE with CityHash.zmo@google.com2012-11-135-1/+25
* cache fbo combosgman@chromium.org2012-11-0911-3/+386
* Virtual GLgman@chromium.org2012-11-0716-52/+505
* gpu: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-075-8/+8
* IPC to generate mailbox names on the GPU process IO thread.apatrick@chromium.org2012-11-072-3/+8
* Fix querying GLfloat stategman@chromium.org2012-10-315-138/+462
* Fix Auto-genearated GL stategman@chromium.org2012-10-304-5/+7
* automate more GL state handlinggman@chromium.org2012-10-3015-807/+1635
* Cache more GL stategman@chromium.org2012-10-277-148/+459
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-252-2/+2
* Fix latency test on windowsgman@chromium.org2012-10-251-1/+1
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-252-2/+2
* Make GL calls go through subclassable class.gman@chromium.org2012-10-252-2/+2
* Move workarounds to one spot.gman@chromium.org2012-10-236-217/+155
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-2319-70/+241
* Work around NVidia's glLinkProgram buggman@chromium.org2012-10-232-1/+172
* Allow cubemaps <= 1024 in size on 10.7.3 Macsjbauman@chromium.org2012-10-221-2/+11
* Flush after GenXXX commandsgman@chromium.org2012-10-182-0/+7
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-1823-77/+653