1. 6b70991 Add support for the unsigned integer scalar type to the shader translator. by shannonwoods@chromium.org · 11 years ago
  2. 8da034c Add non-square mat support to the shader language interface. by shannonwoods@chromium.org · 11 years ago
  3. 3f68bf0 Enable the translator to pass parsed interface blocks back to the ANGLE API via the shader translator layer. by shannonwoods@chromium.org · 11 years ago
  4. eff3a12 Control the creation of DX9 or DX11 renderers through eglGetDisplay. by shannonwoods@chromium.org · 11 years ago
  5. 74b86cf Add new GLSL ES 3.0 built-in constants and split off 1.0 ones. by shannonwoods@chromium.org · 11 years ago
  6. 0bbed38 Accept shader version 300 on ES3 contexts. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  7. f3c5249 Updates EGL headers by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  8. f26ddae Added the GLES3 headers and updated all locations where the GLES2 headers were included to also include the GLES3 headers. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  9. 5f33933 Updated gl2.h and gl2ext.h. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  10. d24fcd7 Add necessary defines and function prototypes for EXT_draw_buffers and multiple color attachment points to gl2ext.h by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  11. fc84e0a Bump ANGLE_SH_VERSION to 110. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  12. cbb6b6a Added preprocessor support for GL_FRAGMENT_PRECISION_HIGH. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  13. 550cd09 Add support for extension EXT_draw_buffers. by shannon.woods@transgaming.com · 12 years ago
  14. d64b3da Fixed 64-bit integer truncation issues in shader translator. by shannon.woods@transgaming.com · 12 years ago
  15. 1d432bb Incorporated patch from haixia@ changing the default implementation of by shannon.woods@transgaming.com · 12 years ago
  16. 8204334 Fix and extend essl_to_hlsl to support DX11 HLSL. by shannon.woods@transgaming.com · 12 years ago
  17. b73964e Pass the desired HLSL version down to the HLSL generator. by shannon.woods@transgaming.com · 12 years ago
  18. 4167cc9 Incorporated BSD-licensed changes implementing array bounds clamping. by daniel@transgaming.com · 12 years ago
  19. 043da13 Provide an API for accessing the uniform array. by daniel@transgaming.com · 12 years ago
  20. 0aa3b5a Implement user-defined name hashing. by daniel@transgaming.com · 12 years ago
  21. c23f461 Interface design for user-defined name hashing. by daniel@transgaming.com · 12 years ago
  22. 8d80479 Add Variable Packing checks to ANGLE by gman@chromium.org · 12 years ago
  23. 3ce8dbc Add placeholder entry points for GL_OES_get_program_binary. by apatrick@chromium.org · 12 years ago
  24. 430f5e0 Add the SH_CSS_SHADERS_SPEC flag. by maxvujovic@gmail.com · 12 years ago
  25. 66ebd01 Add the SH_TIMING_RESTRICTIONS compile flag and dependency graph implementation. by maxvujovic@gmail.com · 12 years ago
  26. d2820bf Add entry points and constants for GL_ANGLE_instanced_arrays. by daniel@transgaming.com · 13 years ago
  27. 6575602 Finished off the GLSL compiler's support for parsing shaders using OES_EGL_image_external. by apatrick@chromium.org · 13 years ago
  28. 8983cbc Refresh EGL/eglext.h from Khronos by daniel@transgaming.com · 13 years ago
  29. 35be8c1 Refresh GLES2/gl2ext.h from Khronos by daniel@transgaming.com · 13 years ago
  30. 56d46ab Add GL_ANGLE_pack_reverse_row_order. Performs vertical flip in readPixels and by bsalomon@google.com · 13 years ago
  31. 205fef3 Added support for GL_ARB_texture_rectangle to shader validator. by kbr@chromium.org · 13 years ago
  32. afaa049 Upstream android's change for angle by michaelbai@google.com · 13 years ago
  33. 43911ec Add new function prototypes to gl2ext.h by daniel@transgaming.com · 13 years ago
  34. 7d18c17 Added the texture usage parameter. by daniel@transgaming.com · 13 years ago
  35. ff941aa Added support for floating-point and BGRA storage textures. by daniel@transgaming.com · 13 years ago
  36. 64a0fb2 Implemented glTexStorage2DEXT. by daniel@transgaming.com · 13 years ago
  37. d30bd0a Added the immutable parameter. by daniel@transgaming.com · 13 years ago
  38. 4ff960d Implemented context creation with reset notification. by daniel@transgaming.com · 13 years ago
  39. 17f548c Implemented reset status. by daniel@transgaming.com · 13 years ago
  40. 22eab92 Allowed translator_hlsl and glsl to be built as shared libs on windows. by apatrick@chromium.org · 13 years ago
  41. 50297fc Assign proper enum to GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE by daniel@transgaming.com · 13 years ago
  42. a574f78 Add an extension for querying translated HLSL shader source. by zmo@google.com · 13 years ago
  43. 32e9731 Emulate certain buil-in functions to work around driver bugs. by zmo@google.com · 13 years ago
  44. 0c6bb7a Add an compile option to unroll for-loops with integer indices. by zmo@google.com · 13 years ago
  45. 09c323a Add an option to support for GL_OES_EGL_image_external. by zmo@google.com · 13 years ago
  46. 50c526d Add support for DXT3 and DXT5 by gman@chromium.org · 13 years ago
  47. bb1d171 Add Wayland typedefs to eglplatform.h by daniel@transgaming.com · 13 years ago
  48. 8518910 Refresh EGL and GLES2 headers from Khronos registry by daniel@transgaming.com · 13 years ago
  49. 84d7cbc Add extension to create software device. by jbauman@chromium.org · 13 years ago
  50. 5601ea0 Implement ES2 backend for Angle translator. by zmo@google.com · 13 years ago
  51. fd747b8 Implement shader identifier name mapping. by zmo@google.com · 13 years ago
  52. 721b7f2 Issue=91 -- implement pbuffers in ANGLE; add D3D share handle support by vladimirv@gmail.com · 14 years ago
  53. e41afd8 fix pedantic compiler warnings Issue=108 by daniel@transgaming.com · 14 years ago
  54. 0f4cefe Map D3D calls and HLSL shaders back to GLES2 calls and GLSL ES shaders in PIX. by apatrick@chromium.org · 14 years ago
  55. b59a778 Implemented validation for loop and indexing limitations specified by GLSL ES spec 1.0 Appendix A Section 4 and 5. by alokp@chromium.org · 14 years ago
  56. 1f29954 Added API to enforce GLSL limitations mandated by WebGL. by alokp@chromium.org · 14 years ago
  57. 4888ceb Made the API of shader translator library consistent. by alokp@chromium.org · 14 years ago
  58. 2fa7369 Added version number for shader translator API. by alokp@chromium.org · 14 years ago
  59. ee76f6a Implemented functionality to collect and return info for attributes and uniforms. by alokp@chromium.org · 14 years ago
  60. 7beea40 Added API to query for active attribs and uniforms. These functions are modeled after glGetShaderiv, glGetProgramiv, glGetActiveAttrib, and glGetActiveUniform. The main difference between this and OpenGL API is that we do not have programs - just shaders. by alokp@chromium.org · 14 years ago
  61. 94a86ad Adding support for OES_standard_derivatives extension. This is not the complete implementation. Sending it to get feedback on the API. Is it OK to add extension support into TBuiltInResource? I could create a new struct for extensions but that would lead to API change. by alokp@chromium.org · 14 years ago
  62. 0186813 Implements compressed textures. TRAC #12714 Signed-off-by: Daniel Koch by daniel@transgaming.com · 14 years ago
  63. 1f135d8 Implements glRenderbufferMultisampleStorage by daniel@transgaming.com · 14 years ago
  64. 4cbc590 Implements blitFramebuffer by daniel@transgaming.com · 14 years ago
  65. a27ff1e Creates separate bind points for read & write framebuffers. by daniel@transgaming.com · 14 years ago
  66. b399934 Added comment about return values of ShInitialize() and ShFinalize(). by alokp@chromium.org · 14 years ago
  67. e4249f0 Refactored the way symbol tables are initialized and stored. This was done in response to the addition of EShSpec. by alokp@chromium.org · 14 years ago
  68. c54bf50 Further cleanup of ShaderLang.h. Removed redundant/unused macros and enum fields. by alokp@chromium.org · 14 years ago
  69. 774d706 Cleaned up translator API. Deleted unsupported dead code. by alokp@chromium.org · 14 years ago
  70. 29cd91a Added an option for specifying language specification in preparation for supporting WebGL in addition to GLES2. This CL just replaces unused debugOptions variable with EShSpec variable. by alokp@chromium.org · 14 years ago
  71. 12d3803 Remove GLES2/glextimg.h by daniel@transgaming.com · 14 years ago
  72. 0469406 Refresh KHR headers from Khronos svn@10929 by daniel@transgaming.com · 14 years ago
  73. c68e929 Refresh GLES2 header files from Khronos svn@10929 by daniel@transgaming.com · 14 years ago
  74. fe110ab Refresh EGL files from Khronos svn@10929 by daniel@transgaming.com · 14 years ago
  75. ea0e1af Minor reshuffling of directory structure in preparation of ESSL to GLSL compiler work. by alokp@chromium.org · 14 years ago
  76. f086669 mv Include -> include Trac #11406 Signed-off-by: Nicolas Capens by daniel@transgaming.com · 14 years ago[Renamed from Include]
  77. b5462fc mv Include/*.h -> /src/include/ Trac #11406 Signed-off-by: Nicolas Capens by daniel@transgaming.com · 14 years ago
  78. 0009d62 Creates new depthstencils for surfaces. by daniel@transgaming.com · 15 years ago
  79. 12d5407 Handle sampling from incomplete textures by daniel@transgaming.com · 15 years ago
  80. 416485f Select texture type based on program usage. by daniel@transgaming.com · 15 years ago
  81. 0f7aaf5 Add support for Vertex Buffer Data Translation by daniel@transgaming.com · 15 years ago
  82. fab5a1a Remove trailing whitespace. by daniel@transgaming.com · 15 years ago
  83. 4f39fd9 Initial import from TransGaming by daniel@transgaming.com · 15 years ago