Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
a non MS C compiler (MinGW). (Gregor Anich)
|
|
(FDO bug 1775)
|
|
functioning.
|
|
|
|
|
|
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.
|