mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 6 23:07:59 UTC 2007


 src/mesa/drivers/common/driverfuncs.c         |    1 
 src/mesa/main/dd.h                            |    5 
 src/mesa/main/rastpos.c                       |  562 +-------------------------
 src/mesa/pipe/draw/draw_context.c             |   42 +
 src/mesa/pipe/draw/draw_context.h             |   33 -
 src/mesa/pipe/draw/draw_feedback.c            |  247 +++++++++++
 src/mesa/pipe/draw/draw_flatshade.c           |    4 
 src/mesa/pipe/draw/draw_prim.c                |   17 
 src/mesa/pipe/draw/draw_private.h             |   25 +
 src/mesa/pipe/draw/draw_vertex.c              |   10 
 src/mesa/pipe/draw/draw_vertex.h              |   66 +--
 src/mesa/pipe/i915simple/i915_state_derived.c |    4 
 src/mesa/pipe/p_context.h                     |   18 
 src/mesa/pipe/p_state.h                       |   15 
 src/mesa/pipe/softpipe/sp_prim_setup.c        |    6 
 src/mesa/pipe/softpipe/sp_state_derived.c     |    4 
 src/mesa/sources                              |    2 
 src/mesa/tnl/t_rasterpos.c                    |  508 +++++++++++++++++++++++
 src/mesa/tnl/tnl.h                            |    3 
 19 files changed, 957 insertions(+), 615 deletions(-)

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

New commits:
commit 63a51aee86f76ae54fb1ce572d584fb0f01aaec5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 6 17:07:09 2007 -0600

    Initial work for post-transformed vertex feedback buffers.
    
    This will be used for:
       GL_NV_transform_feedback, or similar GL3 functionality
       glRasterPos
       GL selection/feedback modes

commit 41ddd76b98e9e236a796f1bb9480ea0b2fb18010
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 6 17:03:54 2007 -0600

    Initial work for post-transform vertex feedback buffers.
    
    This will be used for:
      GL_NV_transform_feedback, or GL3 equivalent.
      RasterPos
      GL select/feedback modes

commit 4c01d498fac14bba751dd87bff235efb5409dca9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 6 17:02:07 2007 -0600

    Move guts of glRasterPos down into T&L module.

commit f2f168d0f8a1427e07133eceae290fa2e845f95f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 6 14:26:35 2007 -0600

    Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPos() function.

commit 9a11a4a8b4b66201aeeb9a7057aeb08ef47536e1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Aug 31 11:28:31 2007 -0600

    move some protos from draw_vertex.h to draw_private.h

commit 2e21058e3d2c484b282cbc0bb5e7169b9a8d4fc7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Aug 31 11:27:16 2007 -0600

    Define attrib_format and interp_mode enum typedefs and use where appropriate.




More information about the mesa-commit mailing list