Age | Commit message (Collapse) | Author |
|
|
|
of potential problems
|
|
|
|
Added some const keywords in the s/w texturing code.
|
|
Implemented glGetTexImage(format=GL_COLOR_INDEX).
Changed _mesa_unpack_depth_span() args.
Minor changes/clean-ups in mtypes.h.
Histogram counter component sizes were wrong.
|
|
Replace "RGBAMode" with "rgbMode", etc.
Other minor clean-ups.
|
|
Renamed gl_texture_pixels() to _swrast_texture_fragments()
|
|
FLOAT_TO_CHAN() macro removed.
|
|
New array_cache module
Support 8 texture units in core mesa (now support 8 everywhere)
Rework core mesa statechange operations to avoid flushing on many
noop statechanges.
|
|
into a new directory. Specifically the handling of changes to lighting
lighting space (light in model vs. light in eye) have been revamped.
Moved several derived values used only by swrast into that directory.
Removed direct calls to swrast_flush() from vbrender.c -- pushed into
ctx->Driver.RenderFinish.
Optimized flat-shading case in swrast_setup.
|
|
|
|
with tighter interfaces with the rest of the world.
Proper documentation to come.
|
|
|