aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-9/+2
|
* glapi: regenerated files for GL_ARB_draw_instancedBrian Paul2010-04-041-956/+991
|
* glapi: regenerated files for EXT_transform_feedbackBrian Paul2010-04-021-1326/+1381
|
* APPLE_object_purgeable: autogenerated filesChris Wilson2010-03-041-1509/+1531
|
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
| | | | | | 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.
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-241-1150/+1167
|
* mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul2009-12-311-1548/+1565
|
* mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul2009-12-291-1286/+1323
|
* ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-171-1142/+1150
|
* glapi: Always build libglapi.a.Chia-I Wu2009-10-231-1/+0
| | | | | | | | 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 <[email protected]>
* mesa/main: Add support for remap table.Chia-I Wu2009-10-231-0/+5884
This commit only adds the source files. It is supposed to replace the remap table in DRI drivers. Signed-off-by: Chia-I Wu <[email protected]>