Commit Graph

6 Commits

Author SHA1 Message Date
Brian
8ce6d6b97e move EXT_shadow_funcs assignment 2007-11-08 09:33:33 -07:00
Brian
44254b9248 Added pipe->get_paramf() to query float limits.
So far max point size, line width, texture anistopy and lod bias.
2007-11-08 08:48:14 -07:00
Brian
03cfeb31af enable GL_ARB/NV_point_sprite together 2007-11-07 16:08:04 -07:00
Brian
6c4447e6a8 fix typos, re-enable some extensions to get back to GL 2.1 level 2007-11-07 08:20:00 -07:00
Brian
e2feb80a90 Remove pipe->max_texture_size(), use get_param() instead.
Also, in st_init_limits(), clamp driver's values against Mesa's internal limits.
2007-11-06 09:41:45 -07:00
Brian
c6499a741c Determine GL extensions/limits by making pipe queries.
The state tracker calls pipe->get_param() to determine the GL limits and
which OpenGL extensions are supported.
This is an initial implementation that'll probably change...
2007-11-05 18:04:30 -07:00