aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-28Add support for extension EXT_draw_buffers.shannon.woods@transgaming.com
2013-02-28Fixed 64-bit integer truncation issues in shader translator.shannon.woods@transgaming.com
2013-01-25Incorporated patch from haixia@ changing the default implementation ofshannon.woods@transgaming.com
2013-01-25Fix and extend essl_to_hlsl to support DX11 HLSL.shannon.woods@transgaming.com
2013-01-25Pass the desired HLSL version down to the HLSL generator.shannon.woods@transgaming.com
2013-01-11Incorporated BSD-licensed changes implementing array bounds clamping.daniel@transgaming.com
2012-12-20Provide an API for accessing the uniform array.daniel@transgaming.com
2012-11-28Implement user-defined name hashing.daniel@transgaming.com
2012-11-28Interface design for user-defined name hashing.daniel@transgaming.com
2012-10-17Add Variable Packing checks to ANGLEgman@chromium.org
2012-06-08Add placeholder entry points for GL_OES_get_program_binary.apatrick@chromium.org
2012-06-08Add the SH_CSS_SHADERS_SPEC flag.maxvujovic@gmail.com
2012-05-30Add the SH_TIMING_RESTRICTIONS compile flag and dependency graph implementation.maxvujovic@gmail.com
2012-01-27Add entry points and constants for GL_ANGLE_instanced_arrays.daniel@transgaming.com
2012-01-17Finished off the GLSL compiler's support for parsing shaders using OES_EGL_im...apatrick@chromium.org
2012-01-17Refresh EGL/eglext.h from Khronosdaniel@transgaming.com
2012-01-17Refresh GLES2/gl2ext.h from Khronosdaniel@transgaming.com
2011-11-23Add GL_ANGLE_pack_reverse_row_order. Performs vertical flip in readPixels andbsalomon@google.com
2011-11-22Added support for GL_ARB_texture_rectangle to shader validator.kbr@chromium.org
2011-11-21Upstream android's change for anglemichaelbai@google.com
2011-11-12Add new function prototypes to gl2ext.hdaniel@transgaming.com
2011-11-11Added the texture usage parameter.daniel@transgaming.com
2011-11-11Added support for floating-point and BGRA storage textures.daniel@transgaming.com
2011-11-11Implemented glTexStorage2DEXT.daniel@transgaming.com
2011-11-11Added the immutable parameter.daniel@transgaming.com
2011-11-09Implemented context creation with reset notification.daniel@transgaming.com
2011-11-09Implemented reset status.daniel@transgaming.com
2011-10-21Allowed translator_hlsl and glsl to be built as shared libs on windows.apatrick@chromium.org
2011-10-05Assign proper enum to GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLEdaniel@transgaming.com
2011-10-03Add an extension for querying translated HLSL shader source.zmo@google.com
2011-08-24Emulate certain buil-in functions to work around driver bugs.zmo@google.com
2011-08-17Add an compile option to unroll for-loops with integer indices.zmo@google.com
2011-08-12Add an option to support for GL_OES_EGL_image_external.zmo@google.com
2011-08-10Add support for DXT3 and DXT5gman@chromium.org
2011-07-29Add Wayland typedefs to eglplatform.hdaniel@transgaming.com
2011-07-29Refresh EGL and GLES2 headers from Khronos registrydaniel@transgaming.com
2011-07-14Add extension to create software device.jbauman@chromium.org
2011-06-10Implement ES2 backend for Angle translator.zmo@google.com
2011-04-23Implement shader identifier name mapping.zmo@google.com
2011-02-11Issue=91 -- implement pbuffers in ANGLE; add D3D share handle supportvladimirv@gmail.com
2011-02-01fix pedantic compiler warningsdaniel@transgaming.com
2011-01-26Map D3D calls and HLSL shaders back to GLES2 calls and GLSL ES shaders in PIX.apatrick@chromium.org
2010-11-24Implemented validation for loop and indexing limitations specified by GLSL ES...alokp@chromium.org
2010-11-12Added API to enforce GLSL limitations mandated by WebGL.alokp@chromium.org
2010-10-01Made the API of shader translator library consistent.alokp@chromium.org
2010-09-28Added version number for shader translator API.alokp@chromium.org
2010-09-27Implemented functionality to collect and return info for attributes and unifo...alokp@chromium.org
2010-09-15Added API to query for active attribs and uniforms. These functions are model...alokp@chromium.org
2010-08-25Adding support for OES_standard_derivatives extension. This is not the comple...alokp@chromium.org
2010-08-24Implements compressed textures.daniel@transgaming.com