Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/src/mesa/main/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
googleearth glitches.
|
|
|
|
|
|
just aliases for members of the VB->AttribPtr[] array.
Begin replacing FogCoordPtr with VB->AttribPtr[_TNL_ATTRIB_FOG], and similarly
for NormalPtr, TexCoordPtr, PointSizePtr, etc.
|
|
|
|
|
|
disable reporting the GLX_SGI_video_sync extension anyway.
Google Earth works now.
|
|
|
|
|
|
|
|
|
|
|
|
3F -> 3FN because integer types are normalized
4FC -> 3FN because we can normalize non-color attributes
|
|
translation function.
Before this fix the 'normalized' flag to glVertexAttribPointerARB() was ignored.
|
|
|
|
conventional arrays.
Typo: s/writeable/writable/
|
|
|
|
|
|
|
|
|
|
didn't work for color arrays.
|
|
|
|
|
|
Sorry for the breakage. These changes are only build tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and demos are also added.
Adding basic support to drivers should be as easy as just enabling the
extension, though thorough test would also be required.
|
|
|
|
|
|
when it's a nv_vp as there could be issues.
|
|
|
|
|
|
|
|
functions compile without error...
|
|
|
|
|
|
|