mesa: Changes to 'refs/remotes/origin/gallium-0.1'

Michal Krol michal at kemper.freedesktop.org
Sat Oct 27 18:06:30 UTC 2007


 src/mesa/drivers/x11/xm_surface.c           |   43 -
 src/mesa/pipe/softpipe/sp_clear.c           |    7 
 src/mesa/pipe/softpipe/sp_context.h         |    1 
 src/mesa/pipe/softpipe/sp_quad_depth_test.c |    6 
 src/mesa/pipe/softpipe/sp_quad_stencil.c    |    8 
 src/mesa/pipe/softpipe/sp_state_surface.c   |   46 -
 src/mesa/pipe/softpipe/sp_surface.c         |   75 --
 src/mesa/pipe/softpipe/sp_surface.h         |   27 
 src/mesa/pipe/softpipe/sp_tile_cache.c      |   12 
 src/mesa/pipe/softpipe/sp_tile_cache.h      |    4 
 src/mesa/pipe/tgsi/exec/tgsi_exec.c         |  121 ++--
 src/mesa/pipe/tgsi/exec/tgsi_exec.h         |   53 +
 src/mesa/pipe/tgsi/mesa/Makefile            |    3 
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c      |  796 --------------------------
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h      |   32 -
 src/mesa/pipe/tgsi/mesa/tgsi_mesa.h         |    8 
 src/mesa/sources                            |    4 
 src/mesa/state_tracker/st_atom_shader.c     |    2 
 src/mesa/state_tracker/st_cb_clear.c        |    2 
 src/mesa/state_tracker/st_cb_drawpixels.c   |    2 
 src/mesa/state_tracker/st_cb_program.c      |    1 
 src/mesa/state_tracker/st_mesa_to_tgsi.c    |  836 ++++++++++++++++++++++++++++
 src/mesa/state_tracker/st_mesa_to_tgsi.h    |   60 ++
 src/mesa/state_tracker/st_program.c         |    2 
 24 files changed, 1056 insertions(+), 1095 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 79d8e78442c08082083261d517cdf260e0bd309f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:43:28 2007 -0600

    New comments, replace //-style with /* */

commit d75ff8447cd0b993be36f399ccd360aaf412b1f3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:38:41 2007 -0600

    indentation fixes

commit d7c189b85484cb15570edc09862ed848bdd4c7d2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:37:40 2007 -0600

    s/GLbitfield/uint/

commit e807b1900ff0a5661246d8eeff8b8e230231ad60
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:36:43 2007 -0600

    remove #define MESA stuff

commit 88c021a0d1ce81f5e3e6d972ae86c1efdb882e3c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:35:51 2007 -0600

    s/256/TGSI_EXEC_NUM_IMMEDIATES/

commit 0c2bcedf9a1c924d672f4ec1b0f7d8af7a9df876
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:33:50 2007 -0600

    indentation fixes

commit 6ada4e3a69476ed086955fe4060b894559e1eb95
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:32:50 2007 -0600

    Comments about texture instructions and the src regs

commit f6a73c3f2815c4c84563c186bba6c8e67bb42ae9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:26:59 2007 -0600

    Remove remnants of softpipe_surface.
    
    This is the last of the clean-up following the change which moved surface
    allocation to the winsys layer.

commit 4f24568dc7d7cc0de56928b99684b602091e4218
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:04:43 2007 -0600

    Obsolete

commit ef6940f17220f1149dce6daf548bd0103d91a281
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:03:15 2007 -0600

    Move mesa_to_tgsi.[ch] to state_tracker

commit 3cf6644c00ad0b265c64645d0b14de9dc90ba851
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 27 09:02:40 2007 -0600

    Move mesa_to_tgsi.[ch] into state tracker.




More information about the mesa-commit mailing list