mesa/src
2006-10-07 01:04:49 +00:00
..
egl LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
glu replace GLAPI w/ static and init var to 0 (Michel Donais) 2006-09-15 19:00:37 +00:00
glut remove obsolete comment 2006-09-27 14:00:37 +00:00
glw LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
glx Changes to generated code caused by the previous commits. 2006-10-04 22:33:54 +00:00
mesa do not import arrays for generic arb attribs if the array is not enabled (same as for generic attribs for nv vp is already done). Since the requested stride is 16, otherwise the code would end up doing lots of unnecessary import work (in doom3, trans_4_GLfloat_4f_raw caused by that was by far the single most time-consuming function in the r200 driver, not importing the disabled arrays caused the cpu time spent in the driver to drop from 45% to 30%, though real-world gain was pretty minimal as it's not really cpu bound here in the first place). 2006-10-07 01:04:49 +00:00
descrip.mms
Makefile LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00