mesa: Changes to 'gallium-0.2'

2008-09-17 Thread Robert Ellison
The branch, gallium-0.2 has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.2

Summary of changes:
 src/gallium/drivers/cell/common.h|   11 +-
 src/gallium/drivers/cell/ppu/cell_context.c  |2 +
 src/gallium/drivers/cell/ppu/cell_gen_fragment.c |  272 +-
 src/gallium/drivers/cell/ppu/cell_state_emit.c   |5 +
 src/gallium/drivers/cell/spu/spu_main.c  |  115 +
 5 files changed, 337 insertions(+), 68 deletions(-)

   via  858ced051551aa5d0ddd41936253d3a4ee5c142f (commit)
  from  a3a797ffa84975330d5632ce7a71c65c9c2ad0d8 (commit)


- Commits ---
commit 858ced051551aa5d0ddd41936253d3a4ee5c142f
Author: Robert Ellison <[EMAIL PROTECTED]>
Date:   Wed Sep 17 02:30:20 2008 -0600

CELL: fleshing out the blending fragment ops

- Added two new debug flags (to be used with the CELL_DEBUG environment
  variable).  The first, "CELL_DEBUG=fragops", activates SPE fragment
  ops debug messages.  The second, "CELL_DEBUG=fragopfallback", will
  eventually be used to disable the use of generated SPE code for
  fragment ops in favor of the default fallback reference routine.
  (During development, though, the parity of this flag is reversed:
  all users will get the reference code *unless* CELL_DEBUG=fragopfallback
  is set.  This will prevent hiccups in code generation from affecting
  the other developers.)

- Formalized debug message usage and macros in spu/spu_main.c.

- Added lots of new code to ppu/cell_gen_fragment.c to extend the
  number of supported source RGB factors from 4 to 15, and to
  complete the list of supported blend equations.

More coming, to complete the source and destination RGB and alpha
factors, and to complete the rest of the fragment operations...

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.2'

2008-09-17 Thread Brian Paul
The branch, gallium-0.2 has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.2

Summary of changes:
 progs/demos/fslight.c|2 +-
 src/gallium/drivers/cell/ppu/cell_gen_fragment.c |   31 +-
 src/gallium/drivers/cell/ppu/cell_screen.c   |   14 +-
 src/gallium/drivers/softpipe/sp_fs_exec.c|   29 +---
 4 files changed, 62 insertions(+), 14 deletions(-)

   via  f631093ce76ad14dee63293761d7da7b7b42fc6d (commit)
   via  05aeb92a092c26e7773beb95692fc72e70a40e56 (commit)
  from  858ced051551aa5d0ddd41936253d3a4ee5c142f (commit)


- Commits ---
commit f631093ce76ad14dee63293761d7da7b7b42fc6d
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 08:17:02 2008 -0600

cell: example of doing fs/fm sequence with fnms in blending

commit 05aeb92a092c26e7773beb95692fc72e70a40e56
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 08:11:42 2008 -0600

cell: dump generated code if CELL_DEBUG=asm

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
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/shader/slang/slang_link.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

   via  0d20c88f626dfcfd8ad0b95f9e05feed19151e35 (commit)
  from  e53296c928d80c6627a9551345c160533aa1a19e (commit)


- Commits ---
commit 0d20c88f626dfcfd8ad0b95f9e05feed19151e35
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 09:05:04 2008 -0600

mesa: fix bug in previous changes to _slang_resolve_attributes()

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'master'

2008-09-17 Thread Brian Paul
The branch, master has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/shader/slang/slang_link.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

   via  5e530d8384b0d9bb867d6407315587c84a443902 (commit)
  from  904f31a62444d9f7e9b12ddafaa4beeb7fed6dfa (commit)


- Commits ---
commit 5e530d8384b0d9bb867d6407315587c84a443902
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 09:05:04 2008 -0600

mesa: fix bug in previous changes to _slang_resolve_attributes()

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'mesa_7_2_branch'

2008-09-17 Thread Brian Paul
The branch, mesa_7_2_branch has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=mesa_7_2_branch

Summary of changes:
 docs/relnotes-7.2.html |1 +
 src/mesa/shader/slang/slang_link.c |4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

   via  6290d7fd29869cf12402da6d8565ff38eb9b8e0e (commit)
   via  84ad182ab898d09d408ec8c1f767336ccb88d707 (commit)
  from  a155ead5159a11abca1c6c93ba068f6a6371f0f3 (commit)


- Commits ---
commit 6290d7fd29869cf12402da6d8565ff38eb9b8e0e
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 09:05:04 2008 -0600

mesa: fix bug in previous changes to _slang_resolve_attributes()

commit 84ad182ab898d09d408ec8c1f767336ccb88d707
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Tue Sep 16 16:37:17 2008 -0600

document glBindAttribLocation fixes

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
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/gallium/auxiliary/cso_cache/cso_context.c |   24 +---
 1 files changed, 21 insertions(+), 3 deletions(-)

   via  f10e7f0d288530a31a7ed3bc976a537fe640ce69 (commit)
  from  0d20c88f626dfcfd8ad0b95f9e05feed19151e35 (commit)


- Commits ---
commit f10e7f0d288530a31a7ed3bc976a537fe640ce69
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 09:47:51 2008 -0600

gallium: fix lack of surface reference counting in 
cso_set/save/restore_framebuffer()

Fixes asst problems with FBO / render to texture.

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Jakob Bornecrantz
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/state_tracker/st_mesa_to_tgsi.c |   16 ++--
 1 files changed, 14 insertions(+), 2 deletions(-)

   via  ec8398d62f5e5084e9eeb98ed55324ab98214248 (commit)
   via  f8a5cb8cb2fde732016888a2554872d702803c01 (commit)
  from  f10e7f0d288530a31a7ed3bc976a537fe640ce69 (commit)


- Commits ---
commit ec8398d62f5e5084e9eeb98ed55324ab98214248
Author: Jakob Bornecrantz <[EMAIL PROTECTED]>
Date:   Wed Sep 17 18:11:35 2008 +0200

tgsi: Add a ugly fix for CONSTANT problems

commit f8a5cb8cb2fde732016888a2554872d702803c01
Author: Jakob Bornecrantz <[EMAIL PROTECTED]>
Date:   Wed Sep 17 18:08:03 2008 +0200

tgsi: More debug printing on sanity check error

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
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/state_tracker/st_cb_fbo.c   |1 +
 src/mesa/state_tracker/st_cb_texture.c   |3 ++-
 src/mesa/state_tracker/st_mesa_to_tgsi.c |1 +
 3 files changed, 4 insertions(+), 1 deletions(-)

   via  095ca0acd8019e8f2da89f9320b92ce4a96a140e (commit)
   via  66682651b622be201b211d50c7311e0b81b2b4a5 (commit)
   via  63b915d743e1807696a55f5e52a1fe9df799aeb3 (commit)
  from  ec8398d62f5e5084e9eeb98ed55324ab98214248 (commit)


- Commits ---
commit 095ca0acd8019e8f2da89f9320b92ce4a96a140e
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 10:25:18 2008 -0600

gallium: include prog_print.h to silence warning

commit 66682651b622be201b211d50c7311e0b81b2b4a5
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 10:22:38 2008 -0600

gallium: need to finish, not flush, in st_copy_texsubimage()

commit 63b915d743e1807696a55f5e52a1fe9df799aeb3
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 10:20:49 2008 -0600

gallium: new assertion on surface->texture

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
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/gallium/auxiliary/tgsi/tgsi_sanity.c |   16 +++-
 src/mesa/shader/slang/slang_link.c   |9 +
 2 files changed, 16 insertions(+), 9 deletions(-)

   via  e6a120fefea44078b3a8d4292d83671e6c41357f (commit)
   via  133693ebe8904de785610efd38219bca67b75222 (commit)
  from  095ca0acd8019e8f2da89f9320b92ce4a96a140e (commit)


- Commits ---
commit e6a120fefea44078b3a8d4292d83671e6c41357f
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 13:14:57 2008 -0600

gallium: fix tgsi sanity checker with respect to END.

Subroutine code may be found after the END instruction so it's not always
the last instruction.
At least check for presence of exactly one END instruction though.

commit 133693ebe8904de785610efd38219bca67b75222
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 13:13:02 2008 -0600

mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
The branch, gallium-0.1 has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 progs/egl/eglinfo.c |   15 ++-
 src/mesa/state_tracker/st_atom_rasterizer.c |2 +-
 src/mesa/state_tracker/st_context.c |   15 +++
 src/mesa/state_tracker/st_context.h |6 ++
 src/mesa/state_tracker/st_framebuffer.c |   11 +--
 5 files changed, 37 insertions(+), 12 deletions(-)

   via  3b3d34d637d413af48fa5bd037b579ccb4ea7bb5 (commit)
   via  1a820f52f6fa125786538c1adf2aa350e66b8c1e (commit)
  from  e6a120fefea44078b3a8d4292d83671e6c41357f (commit)


- Commits ---
commit 3b3d34d637d413af48fa5bd037b579ccb4ea7bb5
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 15:29:59 2008 -0600

egl: print multisample info

commit 1a820f52f6fa125786538c1adf2aa350e66b8c1e
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 14:32:33 2008 -0600

gallium: clean-up/fix msaa override in state tracker

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Brian Paul
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/gallium/auxiliary/draw/draw_pipe_wide_point.c |4 +-
 src/mesa/main/mtypes.h|5 ++-
 src/mesa/shader/slang/slang_link.c|   50 +---
 src/mesa/state_tracker/st_program.c   |5 ++-
 4 files changed, 42 insertions(+), 22 deletions(-)

   via  a06d38a74e865a0373a7314aad26b25c27ef8c57 (commit)
   via  4ee8d1ad679ea8540e91616933a880cdb3836a19 (commit)
   via  d7a7b0a10dd355fbeb7a404091a42d4ab558c820 (commit)
  from  3b3d34d637d413af48fa5bd037b579ccb4ea7bb5 (commit)


- Commits ---
commit a06d38a74e865a0373a7314aad26b25c27ef8c57
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 16:51:53 2008 -0600

gallium: fix wide point / point coord semantic info (generic, not fog)

commit 4ee8d1ad679ea8540e91616933a880cdb3836a19
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 16:49:26 2008 -0600

gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion

commit d7a7b0a10dd355fbeb7a404091a42d4ab558c820
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Wed Sep 17 16:48:13 2008 -0600

mesa: new gl_fragment_program fields indicating use of fog, front-facing, 
point coord

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


mesa: Changes to 'gallium-0.1'

2008-09-17 Thread Jose Fonseca
The branch, gallium-0.1 has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 .../auxiliary/pipebuffer/pb_buffer_malloc.c|   14 --
 src/gallium/auxiliary/pipebuffer/pb_bufmgr.h   |   14 +++---
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c   |   16 
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |   11 ++--
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c |   11 
 .../auxiliary/pipebuffer/pb_bufmgr_fenced.c|   14 ++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c|   10 +++-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c  |8 ++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c  |   26 
 9 files changed, 113 insertions(+), 11 deletions(-)

   via  1672e8e05996d48e51a1998bd7e9b08b78e012f5 (commit)
  from  a06d38a74e865a0373a7314aad26b25c27ef8c57 (commit)


- Commits ---
commit 1672e8e05996d48e51a1998bd7e9b08b78e012f5
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Thu Sep 18 11:10:09 2008 +0900

pipebuffer: New callback to flush all temporary-held buffers.

Used mostly to aid debugging memory issues or to clean up resources when
the drivers are long lived.

-

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit