1. Rename pipe_sampler_state:min_mip_filter to mip_filter.

I don't know that the "min" part of that field refers to.


2. Remove PIPE_MAX_TEXTURE_LEVELS from p_state.h

This token isn't used anywhere in the gallium interface anymore, nor 
the state trackers.  I've already removed the use of this token in the 
gallium drivers (use per-driver #defines instead).  There's still some 
use in the blitter code though.


3. BTW, none of these #defines are used in the gallium interface 
header files:
    PIPE_MAX_CONSTANT_BUFFERS
    PIPE_MAX_ATTRIBS
    PIPE_MAX_SAMPLERS
    PIPE_MAX_VERTEX_SAMPLERS

They are used in the utility code and drivers though.  Should we 
define these in the gallium interface if they're not used by the 
interface itself?

-Brian

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to