i965/fs: Stop relying on param_size in assign_constant_locations
[mesa.git] / include / GL / osmesa.h
index 16ee89ae4463a2107909d8998a44882d5c64bb45..ca0d1675a9d4aa9bdb4850f7c2bb660606f542ff 100644 (file)
  *   OSMesaGetIntegerv - return OSMesa state parameters
  *
  *
- * The limits on the width and height of an image buffer are MAX_WIDTH and
- * MAX_HEIGHT as defined in Mesa/src/config.h.  Defaults are 1280 and 1024.
- * You can increase them as needed but beware that many temporary arrays in
- * Mesa are dimensioned by MAX_WIDTH or MAX_HEIGHT.
+ * The limits on the width and height of an image buffer can be retrieved
+ * via OSMesaGetIntegerv(OSMESA_MAX_WIDTH/OSMESA_MAX_HEIGHT).
  */