Files
mesa/src/gallium/drivers
Brian Paul be4259b06c gallium: fix invalid call to draw_set_mapped_constant_buffer()
We were indexing sp_constants[i] outside the loop so i was 2.
Replace i with PIPE_SHADER_VERTEX.
Also, replace magic '2' with PIPE_SHADER_TYPES in a few places.
2008-06-20 17:28:42 -06:00
..
2008-06-02 11:40:44 +02:00
2008-05-01 12:00:45 +01:00
2008-06-19 17:11:06 +02:00
2008-02-18 15:07:17 +09:00