5602f0f955f370735d4487003bcfb5eb08a6f946 |
|
01-Aug-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
mesa/tests: Fix trivial typos in src/mapi/glapi tests Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
f18d3fe0cb459e5370625057024b84edbadfb097 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_NV_vertex_array_range from the dispatch table There is no GLX protocol for these functions. Open-source Linux driver have not supported this extension for many years, and it seems unlikely at this point that this support will return. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
69d1851757424c530d36ae93fba462db5cf3f731 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_NV_fence from the dispatch table There is no GLX protocol for these functions. No open-source Linux driver has ever supported this extension, and it seems unlikely at this point that one ever will. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
6db7cf29b5229d8cb206973c0283d56a1e025c93 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_NV_register_combiners from the dispatch table There is no GLX protocol for these functions. No open-source Linux driver has ever supported this extension, and it seems unlikely at this point that one ever will. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
a6002909a38f45b0b8e99e158d222be6d347f898 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_APPLE_texture_range from the dispatch table There is no GLX protocol for these functions, and no Linux driver has ever supported this extension. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
e62c4c765c6ff81807b460ad3a7009618ae6cb77 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_SGIX_pixel_texture from the dispatch table There is no GLX protocol for this function. Open-source Linux driver have not supported this extension for many years, and it seems unlikely at this point that this support will return. There's no reason to have slots for this function in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
933714aabe5464f6168909738f9ffe712e457f26 |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
glapi: Remove GL_SGIS_pixel_texture from the dispatch table There is no GLX protocol for these functions, and no Linux driver has ever supported this extension. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|
a29ad2b421b75a1727b3460db27b9f57e0bb226d |
|
29-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
mesa/tests: Add tests for the generated dispatch table Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/tests/check_table.cpp
|