[Mesa-dev] *please ignore* (personal email test)

2017-01-23 Thread Karl
g for mesa, it seems the issue came from my email address domain being refused for various reasons. So, in an attempt to fix it, I might need to send a copy of this message once in a while. I'm really sorry for the disturbance and the pollution that might eng

[Mesa-dev] *please ignore* (personal email test)

2017-01-23 Thread Karl
g for mesa, it seems the issue came from my email address domain being refused for various reasons. So, in an attempt to fix it, I might need to send a copy of this message once in a while. I'm really sorry for the disturbance and the pollution that might eng

[Mesa-dev] *please ignore* (personal email test)

2017-01-23 Thread Karl
g for mesa, it seems the issue came from my email address domain being refused for various reasons. So, in an attempt to fix it, I might need to send a copy of this message once in a while. I'm really sorry for the disturbance and the pollution that might eng

[Mesa-dev] [PATCH 2/4] llvmpipe: enable the front buffer blit fix

2017-01-20 Thread Karl Lessard
The "drawbuffer-modes -auto" piglit test was also failing on llvmpipe approx. 1/5 times, and the glarea sample app had the same issue as the softpipe. The PIPE_BIND_DISPLAY_SYNC fix seems to apply well on both drivers. Signed-off-by: Karl Lessard --- src/gallium/drivers/llvmpipe/lp

[Mesa-dev] [PATCH 4/4] gallium/swrast: avoid syncing with drawable on unmap

2017-01-20 Thread Karl Lessard
I think that we do not have to force a display/drawable refresh right after unmapping the front buffer, this could be handled later on when the pipe is being flushed or buffers are swapped (for optimisation). Signed-off-by: Karl Lessard --- src/gallium/winsys/sw/dri/dri_sw_winsys.c | 13

[Mesa-dev] [PATCH 3/4] gallium/swrast: rename "resource_create_front" method

2017-01-20 Thread Karl Lessard
Rename pipe_screen "resource_create_front" method to "resource_create2" since it is not only invoked for front buffer creation (I'm not a big fan of the '2' suffix but nothing else came up to my mind...) Signed-off-by: Karl Lessard --- src/gallium

[Mesa-dev] [PATCH 2/4] llvmpipe: enable the front buffer blit fix

2017-01-20 Thread Karl Lessard
The "drawbuffer-modes -auto" piglit test was also failing on llvmpipe approx. 1/5 times, and the glarea sample app had the same issue as the softpipe. The PIPE_BIND_DISPLAY_SYNC fix seems to apply well on both drivers. Signed-off-by: Karl Lessard --- src/gallium/drivers/llvmpipe/lp

[Mesa-dev] [PATCH 3/4] gallium/swrast: rename "resource_create_front" method

2017-01-20 Thread Karl Lessard
Rename pipe_screen "resource_create_front" method to "resource_create2" since it is not only invoked for front buffer creation (I'm not a big fan of the '2' suffix but nothing else came up to my mind...) Signed-off-by: Karl Lessard --- src/gallium

[Mesa-dev] [PATCH 4/4] gallium/swrast: avoid syncing with drawable on unmap (optimisation)

2017-01-20 Thread Karl Lessard
I think that we do not have to force a display/drawable refresh right after unmapping the front buffer, this could be handled later on when the pipe is being flushed or buffers are swapped. Signed-off-by: Karl Lessard --- src/gallium/winsys/sw/dri/dri_sw_winsys.c | 13 ++--- 1 file

[Mesa-dev] [PATCH 1/4] gallium/swrast: fix software blitting with front buffers

2017-01-20 Thread Karl Lessard
"snapshot" number is increased and set to both the resource and the drawable. If the snapshot number of the front buffer does not match the drawable one at map time, it means that another resource has been displayed meanwhile and therefore, a refresh is required. Signed-off-by: Karl Lessard B

[Mesa-dev] [PATCH 4/4] gallium/swrast: avoid syncing with drawable on unmap (optimisation)

2017-01-20 Thread Karl Lessard
I think that we do not have to force a display/drawable refresh right after unmapping the front buffer, this could be handled later on when the pipe is being flushed or buffers are swapped. Signed-off-by: Karl Lessard --- src/gallium/winsys/sw/dri/dri_sw_winsys.c | 13 ++--- 1 file

[Mesa-dev] [PATCH 2/4] llvmpipe: enable the front buffer blit fix

2017-01-20 Thread Karl Lessard
The "drawbuffer-modes -auto" piglit test was also failing on llvmpipe approx. 1/5 times, and the glarea sample app had the same issue as the softpipe. The PIPE_BIND_DISPLAY_SYNC fix seems to apply well on both drivers. Signed-off-by: Karl Lessard --- src/gallium/drivers/llvmpipe/lp

[Mesa-dev] [PATCH 3/4] gallium/swrast: rename "resource_create_front" method

2017-01-20 Thread Karl Lessard
Rename pipe_screen "resource_create_front" method to "resource_create2" since it is not only invoked for front buffer creation (I'm not a big fan of the '2' suffix but nothing else came up to my mind...) Signed-off-by: Karl Lessard --- src/gallium

[Mesa-dev] [PATCH 1/4] gallium/swrast: fix software blitting with front buffers

2017-01-20 Thread Karl Lessard
"snapshot" number is increased and set to both the resource and the drawable. If the snapshot number of the front buffer does not match the drawable one at map time, it means that another resource has been displayed meanwhile and therefore, a refresh is required. Signed-off-by: Karl Lessard B

Re: [Mesa-dev] Mesa devel requiring Python

2010-04-29 Thread Karl Schultz
ve a better solution :) >> >> Ideally, I would like to have python a requirement for developers. And >> those >> sources are generated when making a release tarball so that python is not >> a >> requirement for users. >> > > I'd be in favor of