mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Tue Feb 5 02:24:51 UTC 2008


 progs/tests/cva.c                           |    2 
 src/mesa/drivers/dri/i965/brw_context.h     |   23 -
 src/mesa/drivers/dri/i965/brw_defines.h     |   38 +-
 src/mesa/drivers/dri/i965/brw_draw.c        |   52 ---
 src/mesa/drivers/dri/i965/brw_draw_upload.c |  382 ++++++++++------------------
 src/mesa/drivers/dri/i965/brw_vtbl.c        |    6 
 src/mesa/drivers/dri/intel/intel_regions.c  |   10 
 src/mesa/main/attrib.c                      |    6 
 src/mesa/main/varray.c                      |   25 +
 src/mesa/main/varray.h                      |    5 
 10 files changed, 227 insertions(+), 322 deletions(-)

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

New commits:
commit fd776e10b327b6a49b76c5082e4cc48059c6ad2e
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Feb 4 18:19:03 2008 -0800

    Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.
    
    In addition to potentially binding when it was about to be mapped anyway,
    failure to use CACHED_MAPPED means eating a full wbinvd on validate.  Thanks to
    airlied for catching this.

commit 745df749cc082de9491b91bfcb8705d8d26cbe02
Author: Eric Anholt <eric at anholt.net>
Date:   Sun Feb 3 01:04:46 2008 -0800

    Include glext.h in the cva test so that it actually uses CVAs.

commit 5857e988be9317810cf713478195b4ed849eea4a
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Feb 2 02:54:13 2008 -0800

    Allow first != 0 in mesa CVA handling, and add more error checking.

commit 2abcc512a3ce81bc11ff2b45a2208d3400a2385d
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Feb 2 23:27:19 2008 -0800

    [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.
    
    This helps us avoid a bunch of mess with gl_client_arrays that we filled
    with unused data and confused readers.

commit 0907c639c8509cda4507b28c1399813a09a81c5e
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Feb 2 02:59:55 2008 -0800

    [965] Remove dead structure in brw_draw_upload.c.

commit 7b8892f50482359625e36005c2b460a921ff796c
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 22 14:03:24 2008 -0800

    [965] Move temporary vbo array storage into the function using it.

commit c86ec87830dba86b257ccddc832b746af955eb05
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 22 11:35:04 2008 -0800

    [965] Remove dead brw_vertex_element members.

commit 4e13067d0f95b280da3fef2deb7e59466ea73818
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 22 11:34:46 2008 -0800

    [965] Add a wrapper around interleaved copy_array_to_vbo_array for profiling.
    
    If compiled with optimization, it shouldn't appear at all, and helps me for
    now.

commit df44fefced61d35c302907cb716fa0f9337ae526
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 22 11:04:09 2008 -0800

    [965] Avoid overloaded use of the term 'input' for clarity.

commit 931685e243af52271d4cdc0ddc8ea153036dee42
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 22 10:56:09 2008 -0800

    [965] Replace VEP/VBP state structures with inline batch emits.




More information about the mesa-commit mailing list