Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
the screen's bounds
|
|
|
|
|
|
|
|
|
|
|
|
a non MS C compiler (MinGW). (Gregor Anich)
|
|
(FDO bug 1775)
|
|
fog coords (it seems the chip cannot do fog factor computation when not using fragment depth as fog coord source). vtxfmt uses fallback for now (most code present but some magic would be needed if replaying vertices is necessary later on).
|
|
|
|
- Install custom (though inactive) pipeline
- Track depth test and culling state in hardware registers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minor clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hardware-based PBOs in the future.
|
|
In x11 driver, map/unmap PBO as needed in DrawPixels functions.
|
|
work with real, hardware-based PBOs in the future by mapping/unmapping the
PBO buffer as needed.
|
|
|
|
Added _mesa_buffer_unmap().
Minor clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added shaderobjects.c to sources file.
|
|
to get BlendEquation have offset 710
fix param name lack with GetInfoLogARB
|
|
|
|
export it via glXGetProcAddress. These are not supported anymore, so print
an error message to that effect.
|
|
|
|
|