Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-15 | mesa: regenerate glapi files | Marek Olšák | |
Be sure to type "make clean" after this commit, otherwise your binaries will segfault. | |||
2011-01-15 | glapi: regenerated files | Brian Paul | |
2011-01-15 | glapi: regenerated files | Brian Paul | |
2011-01-14 | glapi: Regenerate for GL_ARB_ES2_compatibility. | Eric Anholt | |
2010-11-21 | mesa: hook up GL 3.x entrypoints | Brian Paul | |
Fix up some details in the xml files and regenerate dispatch files. | |||
2010-10-28 | glapi: regenerated API files | Brian Paul | |
2010-10-27 | glapi: Commit files changed by previous commit | Ian Romanick | |
2010-10-23 | mesa: regenerated API files for GL_EXT_texture_integer | Brian Paul | |
2010-10-21 | mesa: regenerated files with primitive restart | Brian Paul | |
2010-09-27 | Remove GL_EXT_cull_vertex | Ian Romanick | |
This is only used in the i915 driver where it provides little benefit for very few applications that use it with fixed function TNL. | |||
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | |
laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | |||
2010-04-27 | mesa: Move references to main/remap_helper.h to api_exec.c | Kristian Høgsberg | |
2010-04-04 | glapi: regenerated files for GL_ARB_draw_instanced | Brian Paul | |
2010-04-02 | glapi: regenerated files for EXT_transform_feedback | Brian Paul | |
2010-03-04 | APPLE_object_purgeable: autogenerated files | Chris Wilson | |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | |
glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table. | |||
2010-02-24 | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg | |
2009-12-31 | mesa: added dispatch for GL_NV_conditional_render extension | Brian Paul | |
2009-12-29 | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul | |
2009-11-17 | ARB_fbo: Regenerate files from previous commits. | Ian Romanick | |
2009-10-23 | glapi: Always build libglapi.a. | Chia-I Wu | |
This is made possible by making glapioffsets.h and glapidispatch.h internal headers of glapi. They should only be included indirectly through dispatch.h by mesa. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-23 | mesa/main: Add support for remap table. | Chia-I Wu | |
This commit only adds the source files. It is supposed to replace the remap table in DRI drivers. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> |