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
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
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 ==
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
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.
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
---
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
---
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
---
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 +
---
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
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
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
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
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
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
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
16 matches
Mail list logo