mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 28 21:17:21 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/mesa/main/ffvertex_prog.c |   56 +++++++++++++++++++++++++++++++++-------
 1 files changed, 46 insertions(+), 10 deletions(-)

       via  cacf5f21efcbf0ddde90bf8b7fc2b9ba1873302e (commit)
      from  5048457372898a30478e33e66658277f5cead759 (commit)


- Commits -----------------------------------------------
commit cacf5f21efcbf0ddde90bf8b7fc2b9ba1873302e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Aug 28 15:11:04 2008 -0600

    mesa: dynamically grow the fixed function vertex program as needed
    
    Don't use a fixed-size array.  Saves memory in most cases and avoids
    potential overflow for long programs.

---------------------------------




More information about the mesa-commit mailing list