From daniel.amelang at gmail.com Thu Jul 19 02:52:18 2007 From: daniel.amelang at gmail.com (Dan Amelang) Date: Thu, 19 Jul 2007 02:52:18 -0700 Subject: [Jitblit] Update 7-19-07 Message-ID: Just when you had given up all hope...Behold, jitblt-enabled pixman: git://people.freedesktop.org/~dan/pixman Browse it on the web: http://gitweb.freedesktop.org/?p=users/dan/pixman;a=tree;h=jitblt;hb=jitblt Use the configure flag "--enable-jitblt" to enable it. It's slow and buggy. I have to put it on the back burner for the next week, but I hope to address some of the most serious issues by the end of the month. After I get some sleep, I may do a more thorough write-up of the problems I'm dealing with at the moment. Dan From bert at freudenbergs.de Thu Jul 19 03:04:10 2007 From: bert at freudenbergs.de (Bert Freudenberg) Date: Thu, 19 Jul 2007 12:04:10 +0200 Subject: [Jitblit] Update 7-19-07 In-Reply-To: References: Message-ID: <2371723D-76EA-4907-A835-75DE0386C65D@freudenbergs.de> On Jul 19, 2007, at 11:52 , Dan Amelang wrote: > Just when you had given up all hope...Behold, jitblt-enabled pixman: > > git://people.freedesktop.org/~dan/pixman > > Browse it on the web: > > http://gitweb.freedesktop.org/?p=users/dan/ > pixman;a=tree;h=jitblt;hb=jitblt > > Use the configure flag "--enable-jitblt" to enable it. > > It's slow and buggy. I have to put it on the back burner for the next > week, but I hope to address some of the most serious issues by the end > of the month. > > After I get some sleep, I may do a more thorough write-up of the > problems I'm dealing with at the moment. > > Dan Cool! :) Sleep well ... - Bert - From daniel.amelang at gmail.com Thu Jul 19 14:13:35 2007 From: daniel.amelang at gmail.com (Dan Amelang) Date: Thu, 19 Jul 2007 14:13:35 -0700 Subject: [Jitblit] Update 7-19-07 In-Reply-To: References: Message-ID: On 7/19/07, Dan Amelang wrote: > Just when you had given up all hope...Behold, jitblt-enabled pixman: > > git://people.freedesktop.org/~dan/pixman > > Browse it on the web: > > http://gitweb.freedesktop.org/?p=users/dan/pixman;a=tree;h=jitblt;hb=jitblt > > Use the configure flag "--enable-jitblt" to enable it. > > It's slow and buggy. I have to put it on the back burner for the next > week, but I hope to address some of the most serious issues by the end > of the month. > > After I get some sleep, I may do a more thorough write-up of the > problems I'm dealing with at the moment. And after some sleep, I realize that the jitblt/Makefile didn't make it into the git commit (due to the settings in .gitignore). I just forced it in, so it should build now. Dan