aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-24/+25
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-061-0/+3
* move EXT_shadow_funcs assignmentBrian2007-11-081-1/+1
* Added pipe->get_paramf() to query float limits.Brian2007-11-081-0/+21
* enable GL_ARB/NV_point_sprite togetherBrian2007-11-071-0/+1
* fix typos, re-enable some extensions to get back to GL 2.1 levelBrian2007-11-071-7/+14
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-061-38/+35
* Determine GL extensions/limits by making pipe queries.Brian2007-11-051-0/+186