summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-261-14/+150
* Make it possible to test command buffer decoder functions with extension flagskkinnunen@nvidia.com2014-08-201-81/+140
* Consistently generate INVALID_VALUE on NaN line widthoetuaho@nvidia.com2014-08-141-9/+42
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-131-10/+35
* Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.zork@chromium.org2014-07-171-0/+5
* generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.pyjungjik.lee@samsung.com2014-07-161-31/+9
* Query objects should not be shared between contextsheejin.r.chung@samsung.com2014-07-101-3/+16
* Remove unneeded shm versions of bucket functions from command bufferkkinnunen@nvidia.com2014-06-171-74/+66
* Adding bindless variants mailbox produce/consumebajones@chromium.org2014-06-101-0/+20
* Remove shm versions of immediate commands from command bufferkkinnunen@nvidia.com2014-05-271-2/+3
* Fix an early return and the error status in glLoseContextCHROMIUM implkkinnunen@nvidia.com2014-05-231-2/+2
* Generate feature info extension flag check for GL extension functionskkinnunen@nvidia.com2014-05-151-6/+27
* Remove duplicate entries from GLState valid value setkkinnunen@nvidia.com2014-05-141-4/+8
* Remove constant values from command buffer commandskkinnunen@nvidia.com2014-05-141-192/+434
* Clarify function info object usage in the command buffer generatorkkinnunen@nvidia.com2014-05-131-179/+168
* Make command buffer generator infer GL array element type from the GL prototypekkinnunen@nvidia.com2014-05-121-64/+79
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-1/+2
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-107/+109
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-031-57/+164
* Revert of Optimize GLES2DecoderImpl::ApplyDirtyState. (https://codereview.chr...tapted@chromium.org2014-05-011-164/+57
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-011-57/+164
* Re-land: gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-171-0/+1
* Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...hayato@chromium.org2014-04-171-1/+0
* gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-161-0/+1
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-091-0/+8
* Filter redundant state changes in gles2::ContextState::RestoreGlobalState().vmiura@chromium.org2014-04-091-28/+70
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-071-1/+0
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-0/+1
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+22
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-301-3/+3
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-22/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+22
* gpu: Generate GLES2Implementation::UseProgram().dongseong.hwang@intel.com2014-03-251-9/+8
* Remove unused option from GLES2 command buffer generation scriptrobert.bradford@intel.com2014-03-141-3/+0
* Use filename parameter for GL header parsingrobert.bradford@intel.com2014-03-131-2/+2
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-091-2/+1
* Get rid of the formatting code in build_gles2_cmd_buffer.pyzmo@chromium.org2014-03-071-66/+3
* Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.jbauman@chromium.org2014-03-061-0/+2
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-051-0/+43
* Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...zmo@chromium.org2014-03-051-5/+13
* Reduce internal Flush() in GL resource glGen/Delete APIs.vmiura@chromium.org2014-02-211-1/+2
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-0/+10
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-151-2/+2
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-141-2/+2
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-141-2/+2
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-14/+4
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-221-1/+19
* Support nested tracing in gpu_tracer.vmiura@chromium.org2014-01-151-0/+32
* Updated Khronos GLES2 headers. (Take 2, Original: https://codereview.chromium...bajones@chromium.org2013-12-301-2/+17
* Fix GLES 2 interface generator to output correct pepper interfaces.jbauman@chromium.org2013-12-201-60/+54