1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/angle/extensions/ANGLE_program_binary.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,94 @@ 1.4 +Name 1.5 + 1.6 + ANGLE_program_binary 1.7 + 1.8 +Name Strings 1.9 + 1.10 + GL_ANGLE_program_binary 1.11 + 1.12 +Contributors 1.13 + 1.14 + Alastair Patrick, Google Inc. 1.15 + Daniel Koch, TransGaming Inc. 1.16 + 1.17 +Contact 1.18 + 1.19 + Alastair Patrick, Google Inc. (apatrick 'at' google 'dot' com) 1.20 + 1.21 +Status 1.22 + 1.23 + Under development. 1.24 + 1.25 +Version 1.26 + 1.27 + Last Modifed Date: June 6, 2012 1.28 + Revision: #1 1.29 + 1.30 +Number 1.31 + 1.32 + TBD 1.33 + 1.34 +Dependencies 1.35 + 1.36 + OpenGL ES 2.0 is required. 1.37 + OES_get_program_binary is required. 1.38 + This extension is written against the OpenGL ES 2.0.25 specification. 1.39 + 1.40 +Overview 1.41 + 1.42 + This extension makes available a program binary format, 1.43 + PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked 1.44 + ANGLE program objects. 1.45 + 1.46 +New Procedures and Functions 1.47 + 1.48 + None 1.49 + 1.50 +New Tokens 1.51 + 1.52 + Accepted by the <binaryFormat> parameter of ProgramBinaryOES: 1.53 + 1.54 + PROGRAM_BINARY_ANGLE 0x93A6 1.55 + 1.56 +Additions to Chapter 2 of the OpenGL-ES 2.0 Specification (OpenGL Operation) 1.57 + 1.58 + Add the following paragraph to the end of section 2.15.4, Program Binaries: 1.59 + 1.60 + "PROGRAM_BINARY_ANGLE, returned in the list of PROGRAM_BINARY_FORMATS_OES, 1.61 + is a format that may be loaded into a program object via ProgramBinaryOES." 1.62 + 1.63 +Additions to Chapter 3 of the OpenGL ES 2.0 specification (Rasterizatoin) 1.64 + 1.65 + None. 1.66 + 1.67 +Additions to Chapter 4 of the OpenGL ES 2.0 specification (Per-Fragment 1.68 +Operations and the Framebuffer) 1.69 + 1.70 + None. 1.71 + 1.72 +Additions to Chapter 5 of the OpenGL ES 2.0 Specification (Special 1.73 +Functions) 1.74 + 1.75 + None. 1.76 + 1.77 +Additions to Chapter 6 of the OpenGL ES 2.0 Specification (State and State 1.78 +Requests) 1.79 + 1.80 + None. 1.81 + 1.82 +Errors 1.83 + 1.84 + None 1.85 + 1.86 +New State 1.87 + 1.88 + None. 1.89 + 1.90 +Issues 1.91 + 1.92 + None 1.93 + 1.94 +Revision History 1.95 + 1.96 + 06/06/2012 apatrick intial revision 1.97 +