Age | Commit message (Collapse) | Author |
|
dri/tdfx driver)
|
|
|
|
removed detritus (ncc).
|
|
|
|
made some functions static.
hide vp behind an envvar.
removed unnecessary multitex constraint for napalm hw.
|
|
|
|
|
|
|
|
|
|
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA()
if necessary.
Cleaned up code related to GLframebuffer width/height initialization.
Set initial viewport/scissor params in _mesa_make_current2(), instead of
in the drivers' MakeCurrent functions.
|
|
|
|
|
|
and ignored for 1D and 2D images.
Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function.
This change gets propogated to some other routines.
Also added new _mesa_image_address[123]d() convenience functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added DrawPixels555 and DrawPixels565
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
color masking correctly implemented for 15bpp.
small fixes for textures and tri engine.
|
|
added GL_EXT_blend_equation_separate.
minor cleanup.
|
|
|
|
|
|
WGL_ARB_render_texture WGL_ARB_pbuffer
|
|
|