History log of /external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfaa2577c6474222c79341c0d90685ed579f3414 23-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> nvfx: support clip planes sensibly and fix them on nv30

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.
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
ddc42b6380d0380a6f519df268a8b3531ddb81fb 13-Apr-2010 Michal Krol <michal@vmware.com> util: Fix util_dynarray_trim().
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
bf7e0e839f3221e198e2c50810afd967d91a5a77 13-Apr-2010 Luca Barbieri <luca@luca-barbieri.com> gallium/auxiliary: make util_dynarray_trim do nothing if size == capacity
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
6c31dd119878378540b6bdbb2f47bc5ab6cc516f 13-Apr-2010 Luca Barbieri <luca@luca-barbieri.com> gallium/auxiliary: add util_dynarray_resize
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
c57261981702f78f0df1426c405a7e891ef81639 13-Apr-2010 Luca Barbieri <luca@luca-barbieri.com> gallium/auxiliary: fix util_dynarray_trim to 0 to free the data

This works better and preserves the
data != 0 if and only if capacity != 0 invariant.
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h
5f968a64dc965c7197c2b85ccf0a596fde366c06 13-Apr-2010 Luca Barbieri <luca@luca-barbieri.com> util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h

Also describe invariants explicitly and use char* for arithmetic.
/external/mesa3d/src/gallium/auxiliary/util/u_dynarray.h