mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Fix invalid vsf temp count for rv350.
This commit is contained in:
parent
5f79025e0d
commit
23f076ca67
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue