Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | nvfx: support clip planes sensibly and fix them on nv30 | Luca Barbieri | |
Before, we were discarding the compiled vertex program on each vertex program change. Now we compile the program as if there were 6 clip planes and dynamically patch in an "end program" bit at the right place. Also, nv30 should now work. | |||
2010-04-13 | util: Fix util_dynarray_trim(). | Michal Krol | |
2010-04-13 | gallium/auxiliary: make util_dynarray_trim do nothing if size == capacity | Luca Barbieri | |
2010-04-13 | gallium/auxiliary: add util_dynarray_resize | Luca Barbieri | |
2010-04-13 | gallium/auxiliary: fix util_dynarray_trim to 0 to free the data | Luca Barbieri | |
This works better and preserves the data != 0 if and only if capacity != 0 invariant. | |||
2010-04-13 | util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h | Luca Barbieri | |
Also describe invariants explicitly and use char* for arithmetic. |