[Mesa-dev] 3D DRI running on i5 GMA HD/vxWorks 6.8 (demo video attached)

2011-04-28 Thread joshua he
https://www.youtube.com/watch?v=8_yKoqkJfzg I just port egl/DRI on i5 GMA HD under vxworks 6.8, it will outpace ALT/Seaweed, contact with me if youre interested in the similar project under vxworks. Josh ___ mesa-dev mailing list mesa-dev@lists.freede

Re: [Mesa-dev] [PATCH 2/4] mesa: implement EXT_packed_float

2011-04-28 Thread Marek Olšák
On Thu, Apr 28, 2011 at 6:36 PM, Eric Anholt wrote: > On Thu, 28 Apr 2011 14:04:23 +0200, Marek Olšák wrote: >> +static GLboolean >> +_mesa_texstore_r11_g11_b10f(TEXSTORE_PARAMS) >> +{ >> +   const GLenum baseFormat = _mesa_get_format_base_format(dstFormat); >> + >> +   ASSERT(dstFormat == MESA_F

Re: [Mesa-dev] [PATCH 2/4] mesa: implement EXT_packed_float

2011-04-28 Thread Eric Anholt
On Thu, 28 Apr 2011 14:04:23 +0200, Marek Olšák wrote: > +static GLboolean > +_mesa_texstore_r11_g11_b10f(TEXSTORE_PARAMS) > +{ > + const GLenum baseFormat = _mesa_get_format_base_format(dstFormat); > + > + ASSERT(dstFormat == MESA_FORMAT_R11_G11_B10_FLOAT); > + ASSERT(baseInternalFormat ==

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Roland Scheidegger
Am 28.04.2011 05:23, schrieb Brian Paul: > I think everyone agrees that we want to eventually ditch Mesa's IR. I > _think_ that the only classic Mesa driver that uses Mesa IR and hasn't > been deprecated by a Gallium driver, or already weaned from Mesa IR is > swrast. How much does the i965 drive

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Bryan Cain
On 4/27/2011 10:23 PM, Brian Paul wrote: On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: Hi, In the last week or so, I've been working on a direct translator from GLSL IR to TGSI that does not go through Mesa IR. Although it is still a work in progress, it is now working and very usable.

Re: [Mesa-dev] [PATCH 0/4] GL_EXT_packed_float

2011-04-28 Thread Brian Paul
On 04/28/2011 06:04 AM, Marek Olšák wrote: Hi, This series implements another GL3 extension: GL_EXT_packed_float This one is quite simple, because its code is very similar to that of GL_EXT_texture_shared_exponent -- all the pack, unpack, texstore, texfetch, and mipmap functions are equivalen

[Mesa-dev] [PATCH 4/4] r600g: implement EXT_packed_float

2011-04-28 Thread Marek Olšák
--- src/gallium/drivers/r600/eg_state_inlines.h |4 src/gallium/drivers/r600/r600_state_inlines.h |3 +++ src/gallium/drivers/r600/r600_texture.c |3 +++ 3 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/eg_state_inlines.h b/src/gall

[Mesa-dev] [PATCH 3/4] st/mesa: support EXT_packed_float

2011-04-28 Thread Marek Olšák
--- src/mesa/state_tracker/st_cb_drawpixels.c |4 src/mesa/state_tracker/st_extensions.c|7 +++ src/mesa/state_tracker/st_format.c| 11 +++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/s

[Mesa-dev] [PATCH 2/4] mesa: implement EXT_packed_float

2011-04-28 Thread Marek Olšák
--- src/mesa/main/fbobject.c |2 + src/mesa/main/formats.c | 14 +++ src/mesa/main/formats.h |1 + src/mesa/main/image.c| 11 ++ src/mesa/main/mipmap.c | 47 src/mesa/main/pack.c | 81 +

[Mesa-dev] [PATCH 1/4] util: implement R11G11B10_FLOAT pack/unpack functions

2011-04-28 Thread Marek Olšák
--- src/gallium/auxiliary/util/u_format.csv |2 +- src/gallium/auxiliary/util/u_format_other.c | 119 ++ src/gallium/auxiliary/util/u_format_other.h | 26 +++ src/gallium/auxiliary/util/u_format_r11g11b10f.h | 190 ++ 4 files changed, 336

[Mesa-dev] [PATCH 0/4] GL_EXT_packed_float

2011-04-28 Thread Marek Olšák
Hi, This series implements another GL3 extension: GL_EXT_packed_float This one is quite simple, because its code is very similar to that of GL_EXT_texture_shared_exponent -- all the pack, unpack, texstore, texfetch, and mipmap functions are equivalent, but instead of calling rgb9e5_to_float3 an

Re: [Mesa-dev] [PATCH 2/2] configure.ac: refuse to build r300g without LLVM

2011-04-28 Thread Marek Olšák
Would the attached patch be ok with you? Or do you have a better idea? Marek On Thu, Apr 28, 2011 at 11:29 AM, Jon TURNEY wrote: > > On 23/04/2011 09:48, Marek Olšák wrote: > > On Fri, Apr 22, 2011 at 1:29 PM, Jose Fonseca wrote: > > > >> The Mesa state tracker uses SWTNL for GL selection/feedb

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Marek Olšák
On Thu, Apr 28, 2011 at 5:23 AM, Brian Paul wrote: > On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: > > Hi, > > > > In the last week or so, I've been working on a direct translator from > > GLSL IR to TGSI that does not go through Mesa IR. Although it is still > > a work in progress, it is

Re: [Mesa-dev] [PATCH 2/2] configure.ac: refuse to build r300g without LLVM

2011-04-28 Thread Jon TURNEY
On 23/04/2011 09:48, Marek Olšák wrote: > On Fri, Apr 22, 2011 at 1:29 PM, Jose Fonseca wrote: > >> The Mesa state tracker uses SWTNL for GL selection/feedback regardless of >> the driver. Some SPECviewperf viewsets and CAD apps use it. So using LLVM >> speeds up selection/feedback for all galliu

Re: [Mesa-dev] Status of VDPAU and XvMC state-trackers (was Re: Build error on current xvmc-r600 pip

2011-04-28 Thread Bryan Cain
2011/4/26 Christian König > Am Dienstag, den 26.04.2011, 17:53 + schrieb youne...@gmail.com: > > Hi Christian, > > > > Thanks for spending so much time on continuing this. I haven't really > > touched it since you started, but someone else had some patches for > > basic NV50 support. I don't

[Mesa-dev] [Bug 36651] New: mesa requires bison and flex to build but configure does not check for them

2011-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36651 Summary: mesa requires bison and flex to build but configure does not check for them Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW