summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-10-15Add an option to unfold short circuiting in AST.Zhenyao Mo
2013-10-02Update to most recent khrplatform.hShannon Woods
2013-10-02Use ANGLE_TRANSLATOR_STATIC to enforce a static build of the translator in ch...Jamie Madill
2013-09-27Fix some syntax errors in the gyp build configuration, and make some modifica...Jamie Madill
2013-09-09Add an option in ANGLE shader translator to initialize gl_Position to vec4(0....Zhenyao Mo
2013-08-29Expose the packing function so we can check varyings packing per programZhenyao Mo
2013-08-22Add static_use to shader variable info query.Zhenyao Mo
2013-08-19Build fix: not all types support precisions.Zhenyao Mo
2013-08-14Expose varying variables and also precision for all variables.Zhenyao Mo
2013-05-31Merged EXT_frag_depth changes into dx11proto branchbajones@chromium.org
2013-05-29Add expression complexity and call stack depth limits.shannonwoods@chromium.org
2013-05-17Control the creation of DX9 or DX11 renderers through eglGetDisplay.shannonwoods@chromium.org
2013-03-23Add necessary defines and function prototypes for EXT_draw_buffers and multip...shannon.woods%transgaming.com@gtempaccount.com
2013-03-05Bump ANGLE_SH_VERSION to 110.shannon.woods@transgaming.com
2013-03-05Added preprocessor support for GL_FRAGMENT_PRECISION_HIGH.shannon.woods@transgaming.com
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