Age | Commit message (Collapse) | Author |
|
|
|
|
|
patterns are used, including the one generated by conform.
|
|
|
|
This makes the driver build on x86-64 again.
|
|
|
|
|
|
|
|
Add a TextureMemCpy callback, called from texstore.c when copying
texture data via the memcpy_texture() path.
Enable this code in the via driver - 100% speedup in texdown.c results.
|
|
|
|
|
|
|
|
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
|
|
|
|
possibly negative, hence clobbering the leading register-id byte.
Fixed the calculation of the values to prevent negative numbers being
emitted, but the code still doesn't implement texture LOD bias
correctly, so leave it disabled overall.
|
|
wireframe mode.
|
|
|
|
|
|
|
|
|
|
|
|
values.
|
|
|
|
MESA_FORMAT_ARGB8888. Previously attempted to use ARGB0888 under some
circumstances, but glean failed and demos/texenv.c was also incorrect.
|
|
|
|
|
|
|
|
|
|
|
|
things now given the demos I've used and passes glean's paths test.
|
|
|
|
|
|
|
|
via_render.c.
|
|
|
|
|
|
|
|
Change comments and some code to match naming used in the docs.
|
|
|
|
|
|
|
|
don't turn on the polygon stipple hardware bit.
|
|
|
|
|
|
|
|
Other minor cleanups
|
|
|
|
|
|
|
|
|