Fix invalid vsf temp count for rv350.

This commit is contained in:
Aapo Tahkola 2005-10-26 13:35:41 +00:00
parent 5f79025e0d
commit 23f076ca67

View file

@ -523,11 +523,11 @@ struct r300_vap_reg_state {
/* Vertex shader state */
/* Tested with rv350 and verified from misc web pages. */
/* Perhaps more if we store programs in vmem? */
#define VSF_MAX_FRAGMENT_LENGTH (256*4)
/* Tested with rv350 and verified from misc web pages. */
#define VSF_MAX_FRAGMENT_TEMPS (32)
/* Can be tested with colormat currently. */
#define VSF_MAX_FRAGMENT_TEMPS (14)
struct r300_vertex_shader_fragment {