summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2013-10-11Normalize the line endings in the project files.Jamie Madill
2013-09-30Update samples solution to use the new translator project and add missing fil...Geoff Lang
2013-09-27Fix some syntax errors in the gyp build configuration, and make some modifica...Jamie Madill
2013-08-27Fix compile errors in the essl to hlsl standalone translator.Jamie Madill
2013-03-23Add a multiple render targets sample using EXT_draw_buffers. Requires the D3D...shannon.woods%transgaming.com@gtempaccount.com
2013-02-28Fixed plain integer pointers being passed to ShGetInfo which expects size_t p...shannon.woods@transgaming.com
2013-02-01Added an ANGLE instancing sample to a new folder in samples.daniel@transgaming.com
2013-01-25Remove DXSDK_DIR from search paths.shannon.woods@transgaming.com
2013-01-25Remove the ResourceLimits.h reference, which was causing the translator_commo...shannon.woods@transgaming.com
2013-01-25Fix and extend essl_to_hlsl to support DX11 HLSL.shannon.woods@transgaming.com
2012-10-26Move the new preprocessor out of the 'new' directory.daniel@transgaming.com
2012-10-17Add filter files for VS2010 Solution browserdaniel@transgaming.com
2012-10-17Delete old .vcproj files that were replaced by .vcxproj filesdaniel@transgaming.com
2012-10-17Adjust dependencies for samplesdaniel@transgaming.com
2012-10-17Add auto converted .vxcproj files for VC++ 2010 Expressdaniel@transgaming.com
2012-10-17Update standalone solution files to VC++ 2010 Expressdaniel@transgaming.com
2012-06-25[SH_TIMING_RESTRICTIONS] Restrict sampler dependent values from the tex coord...maxvujovic@gmail.com
2012-06-25Fix sample project dependency on preprocessor.vcprojdaniel@transgaming.com
2012-06-22Add preprocessor.vcproj to samples.sln.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-05-17Fixed compile warnings on linux.alokp@chromium.org
2012-03-02Make essl_to_glsl target windows only.zmo@google.com
2012-01-26Fixed more warnings.apatrick@chromium.org
2012-01-25Increase MSVC warning level to 4.apatrick@chromium.org
2012-01-24Added EGL_KHR_image_base and GL_OES_EGL_image_external entry points to esUtil.apatrick@chromium.org
2012-01-17Finished off the GLSL compiler's support for parsing shaders using OES_EGL_im...apatrick@chromium.org
2012-01-11Allocate D3D queries from a pool for the Display.apatrick@chromium.org
2011-12-06Implemented EGL_NV_post_sub_buffer.apatrick@chromium.org
2011-11-29Fix post-build steps when spaces appear in directory namesdaniel@transgaming.com
2011-10-12Fix compiler warnings in translator.cppdaniel@transgaming.com
2011-10-12Fix essl_to_hlsl project configurationsdaniel@transgaming.com
2011-09-09Fix extension behavior in shader validation.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-06-10Implement ES2 backend for Angle translator.zmo@google.com
2011-06-02Redid gyp changes in last commit to support debugging of samples onkbr@chromium.org
2011-05-26Add long name mapping option to the translator test.zmo@google.com
2011-04-29Fix compilation errors in translator.cpp.apatrick@chromium.org
2010-11-18Resize surface on receipt of WM_SIZE to avoid corruption during resize. We ho...nduca@chromium.org
2010-10-20Refactored ReadFileData() function in the translator sample to fix many issues:alokp@chromium.org
2010-10-01Made the API of shader translator library consistent.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-07-26Refactored the way symbol tables are initialized and stored. This was done in...alokp@chromium.org
2010-07-22Further cleanup of ShaderLang.h. Removed redundant/unused macros and enum fie...alokp@chromium.org
2010-07-21Cleaned up translator API. Deleted unsupported dead code.alokp@chromium.org
2010-07-16Added an option for specifying language specification in preparation for supp...alokp@chromium.org