summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Remove NaCl SRPC proxy source files.bbudge@chromium.org2013-01-181-59/+0
* Remove inappropriate code generation.gman@chromium.org2013-01-031-265/+1
* Extract Chromium-specific parts out of third_party/khronos/GLES2 .phajdan.jr@chromium.org2012-12-271-5/+261
* Revert 174687kmadhusu@chromium.org2012-12-271-264/+5
* Extract Chromium-specific parts out of third_party/khronos/GLES2 .phajdan.jr@chromium.org2012-12-271-5/+264
* Add a command to lose the contextgman@chromium.org2012-12-171-1/+16
* Fix FBO client side state cachinggman@chromium.org2012-12-161-2/+0
* Add to the GL_CHROMIUM_gpu_memory_manager extension accameron@chromium.org2012-12-141-0/+8
* Move gl2chromium.h out of third_party, it really is our file.phajdan.jr@chromium.org2012-12-141-6/+8
* Fix GLES rendering issues on Lumpy.hshi@chromium.org2012-12-121-0/+2
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-0/+19
* Add tracing for commands that block on the GPUjbauman@chromium.org2012-12-111-0/+6
* Add more gl debug logginggman@chromium.org2012-12-071-2/+14
* Validate glLineWidthgman@chromium.org2012-12-061-1/+51
* gpu: Add async upload functions.epenner@chromium.org2012-11-301-0/+15
* gpu: Defer reads from default framebuffer when needed.piman@chromium.org2012-11-301-3/+29
* Fix VAOs and client side arraysgman@chromium.org2012-11-291-0/+2
* Revert "Revert 169641 - Cache resource bindings on client"gman@chromium.org2012-11-271-4/+43
* Revert 169641 - Cache resource bindings on clientjoi@chromium.org2012-11-271-38/+4
* Cache resource bindings on clientgman@chromium.org2012-11-271-4/+38
* Cache GL state.gman@chromium.org2012-11-261-78/+201
* gpu: Don't put BindBuffer commands with PIXEL_UNPACK_TRANSFER_BUFFER target i...reveman@chromium.org2012-11-251-0/+1
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-211-0/+14
* Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...gman@chromium.org2012-11-211-240/+82
* Update Chrome's GLES2 Headersgman@chromium.org2012-11-201-2/+32
* Add support for eglGetProcAddressgman@chromium.org2012-11-201-1/+14
* Needed to allow querying the current VAO bindinggman@chromium.org2012-11-191-0/+2
* Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.dsinclair@chromium.org2012-11-161-0/+15
* Revert "Revert 167613 - Cache more GL state both service and client side."gman@chromium.org2012-11-161-82/+240
* Revert 167613 - Cache more GL state both service and client side.shawnsingh@chromium.org2012-11-141-240/+82
* Cache more GL state both service and client side.gman@chromium.org2012-11-141-82/+240
* Virtual GLgman@chromium.org2012-11-071-2/+2
* Fix querying GLfloat stategman@chromium.org2012-10-311-44/+53
* Fix Auto-genearated GL stategman@chromium.org2012-10-301-3/+3
* automate more GL state handlinggman@chromium.org2012-10-301-198/+744
* Cache more GL stategman@chromium.org2012-10-271-6/+117
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-231-0/+1
* Flush after GenXXX commandsgman@chromium.org2012-10-181-0/+1
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+12
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-12/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+12
* Make GLES2Implementation based on GLES2Interfacegman@chromium.org2012-10-161-33/+120
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-14/+87
* Add ENUM value to synthesized GL_INVALID_ENUM errorsgman@chromium.org2012-08-311-2/+8
* Remove left over debug line from cmd-buf script.gman@chromium.org2012-08-271-1/+0
* Remove overly agressive ASSERTs on output GL parameters.gman@chromium.org2012-08-231-2/+7
* Fix a misuse of framebuffer target in GLHelper (2)sheu@chromium.org2012-08-151-0/+1
* Implement GL_EXT_debug_markergman@chromium.org2012-08-121-2/+62
* Add a shallow command buffer flush that doesn't glFlushbrianderson@chromium.org2012-07-231-0/+9
* Fix glGetTexParameter so it works for TEXTURE_CUBE_MAPgman@chromium.org2012-07-111-6/+1