Hello,
Trying to use llvmpipe I have a problem when I run glxgears : background
is not black as it should be but transparent.
I just opened https://bugzilla.redhat.com/show_bug.cgi?id=589802 who
describe this problem with screenshot in attachement.
Thanks for your help.
_
https://bugs.freedesktop.org/show_bug.cgi?id=6484
Ian Romanick changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2010/5/6 Brian Paul :
> Kristian Høgsberg wrote:
>>
>> Hi,
>>
>> Ok, I suppose this is not the most pressing issue in mesa, but I was
>> toying with an idea of how to reduce get.c size and integrate
>> get_es1.c and get_es2.c and I had to try it out. Of course it ended
>> up being a bigger project
Thanks Chia-I, everything's working again!
I'll try out this bisect thing next time ;)
-Greg
On Wed, May 5, 2010 at 3:07 AM, Keith Whitwell wrote:
> On Tue, 2010-05-04 at 14:01 -0700, Gregory Prisament wrote:
> > Hi,
> > I just did a "git pull" and I'm no longer able to build the egl demo
> > a
Kristian Høgsberg wrote:
Hi,
Ok, I suppose this is not the most pressing issue in mesa, but I was
toying with an idea of how to reduce get.c size and integrate
get_es1.c and get_es2.c and I had to try it out. Of course it ended
up being a bigger project and took a couple of days, but in the end
Hi,
Ok, I suppose this is not the most pressing issue in mesa, but I was
toying with an idea of how to reduce get.c size and integrate
get_es1.c and get_es2.c and I had to try it out. Of course it ended
up being a bigger project and took a couple of days, but in the end I
think it turned out to b
https://bugs.freedesktop.org/show_bug.cgi?id=27867
José Fonseca changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|mesa-...@list
On Thu, May 6, 2010 at 6:23 PM, Brian Paul wrote:
>
> As I wrote in bug report https://bugs.freedesktop.org/show_bug.cgi?id=27989,
> there's something funny with that test. Even with NVIDIA's driver, it
> sometimes passes and sometimes fails from one run to another. I'm hoping to
> get to that t
Xavier Chantry wrote:
On Tue, 2010-05-04 at 07:41 -0700, Jose Fonseca wrote:
Module: Mesa
Branch: master
Commit: dad962bafe8ffd7fdb35c28cfb8bbd5a297c8083
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dad962bafe8ffd7fdb35c28cfb8bbd5a297c8083
Author: José Fonseca
Date: Tue May 4 1
> On Tue, 2010-05-04 at 07:41 -0700, Jose Fonseca wrote:
>> Module: Mesa
>> Branch: master
>> Commit: dad962bafe8ffd7fdb35c28cfb8bbd5a297c8083
>> URL:
>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=dad962bafe8ffd7fdb35c28cfb8bbd5a297c8083
>>
>> Author: José Fonseca
>> Date: Tue May 4 1
W dniu 2010-05-06 14:05, José Fonseca pisze:
On Thu, 2010-05-06 at 04:43 -0700, Michal Krol wrote:
W dniu 2010-05-06 13:21, Michal Krol pisze:
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking for C h
On Thu, May 6, 2010 at 1:46 PM, José Fonseca wrote:
> On Thu, 2010-05-06 at 04:13 -0700, Xavier Chantry wrote:
>> On Mon, May 3, 2010 at 12:56 AM, Xavier Chantry
>> wrote:
>> > These files are built with make and removed with make clean, so it does not
>> > seem necessary to track them.
>> >
>> >
On Thu, 2010-05-06 at 04:43 -0700, Michal Krol wrote:
> W dniu 2010-05-06 13:21, Michal Krol pisze:
> > I am getting that error with HEAD on master building with scons on windows.
> >
> > > scons
> > scons: Reading SConscript files ...
> > Checking for C header file udis86.h... (cached) no
> > w
On Thu, 2010-05-06 at 04:13 -0700, Xavier Chantry wrote:
> On Mon, May 3, 2010 at 12:56 AM, Xavier Chantry
> wrote:
> > These files are built with make and removed with make clean, so it does not
> > seem necessary to track them.
> >
> > Looking at the Makefile, it seems that the two u_indices_* f
W dniu 2010-05-06 13:21, Michal Krol pisze:
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking for C header file udis86.h... (cached) no
warning: LLVM disabled: not building llvmpipe
NameError: name 'graw' is not de
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking for C header file udis86.h... (cached) no
warning: LLVM disabled: not building llvmpipe
NameError: name 'graw' is not defined:
File "C:\src\mesa\SConstruct", line 203
On Mon, May 3, 2010 at 12:56 AM, Xavier Chantry
wrote:
> These files are built with make and removed with make clean, so it does not
> seem necessary to track them.
>
> Looking at the Makefile, it seems that the two u_indices_* files are handled
> similarly to u_format_srgb.c u_format_table.c and
hi Keith Whitwell
Thank you very much!
I'll delve into research into it
Yours Liu
2010/5/6 Keith Whitwell
> On Thu, 2010-05-06 at 01:14 -0700, Liu wrote:
> > hi all
> > I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it
> > is COOL! So I want to do somthing like th
On Thu, 2010-05-06 at 01:14 -0700, Liu wrote:
> hi all
> I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it
> is COOL! So I want to do somthing like this on Mesa. Now, I want a
> glsl parser, as, linker, and some doc. of them. So I can write CG for
> llvm, and then write the back
hi all
I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it is
COOL! So I want to do somthing like this on Mesa. Now, I want a glsl parser,
as, linker, and some doc. of them. So I can write CG for llvm, and then
write the backend, using glsl compiler's as and linker.
I know f
20 matches
Mail list logo