Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
general cleanups - more to come.
Added P6 architecture timing to debug_xform routines. Still need to add
test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration
of counter overhead for more accurate benchmarking.
|
|
|
|
|
|
Added GLboolean ctx->Texture.MultiTextureEnabled to determine when
multitexture is enabled. Eventually ctx->Texture.ReallyEnabled may
become a boolean.
|
|
|
|
|
|
clear bug
|
|
|
|
Misc code clean-ups, minor bug fixes.
MAX_TEXTURE_UNITS now defaults to 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
|
|
Changed src/Makefile.X11 to compile Trace sources like other drivers.
|
|
|
|
|
|
|
|
|
|
|
|
gl_katmai_project_clipped_vertices for now as they are broken.
|
|
|
|
|
|
|
|
to silence compiler warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|