Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and
follows the feature conventions.
|
|
Plug them in via _mesa_init_query_object_functions().
|
|
|
|
|
|
|
|
Fixes vtk crash and others.
|
|
Brought over from gallium-0.2 branch.
|
|
|
|
|