Re: [Mesa-dev] Unknown Opcode 35

2010-05-25 Thread Marek Olšák
I've had a look at it and come with more efficient variants of the two opcodes. Actually, we don't need the native r5xx SGT instruction, not idea why it exists. See the commit f0896e7f80c2c00d263b3ecd7bb18dfffa9a01a8

[Mesa-dev] [PATCH] st/mesa: enable ARB_half_float_vertex

2010-05-25 Thread Marek Olšák
I think it's time to finally enable this one. --- src/mesa/state_tracker/st_extensions.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_extensions.c b/src/mesa/state_tracker/st_extensions.c index 810a063..4093eed 100644 --- a/src/mesa/stat

Re: [Mesa-dev] Enable HW GenerateMipmap for radeon v2

2010-05-25 Thread Maciej Cencora
Dnia wtorek 25 maja 2010 o 07:10:18 Will Dyson napisał(a): > Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the > playability of some games, such as FlightGear and the recently GPL'd game > Lugaru. > > FlightGear still generates many fallbacks due to Alpha-only textures, but

Re: [Mesa-dev] r600g: various fixes to get r600_clear and depthtesting working

2010-05-25 Thread Bas Nieuwenhuizen
On Tue, 2010-05-25 at 09:51 +0200, Jerome Glisse wrote: > On Tue, May 25, 2010 at 12:35:45AM +0200, Bas Nieuwenhuizen wrote: > > Hello, > > > > I wrote two patches that fix various things to get r600g running on my > > computer and to get r600_clear and depthtesting working. > > > > I wrote them

Re: [Mesa-dev] [PATCH] Add EXT_timer_query to the mesa state tracker and softpipe

2010-05-25 Thread Brian Paul
Mathias Fröhlich wrote: Hi, On Monday 24 May 2010 23:08:41 Brian Paul wrote: I hacked on the code a bit: 1. remove dead/unused code 2. Test the 64-bit query functions 3. fix the GL_QUERY_COUNTER_BITS check 4. fix indentation Updated version attached. I'll commit in a day or so if there's no

Re: [Mesa-dev] Unknown Opcode 35

2010-05-25 Thread Marek Olšák
The patch looks good but it's r5xx-only. I'll commit this when an r3xx version is implemented too. -Marek On Mon, May 24, 2010 at 6:00 PM, Gianluca Anzolin wrote: > Hello, > > Yesterday I was trying to run an example taken from chapter 6 of the book > OpenGl > Shading Language with the new galli

Re: [Mesa-dev] r600g: various fixes to get r600_clear and depthtesting working

2010-05-25 Thread Marek Olšák
On Tue, May 25, 2010 at 9:51 AM, Jerome Glisse wrote: > On Tue, May 25, 2010 at 12:35:45AM +0200, Bas Nieuwenhuizen wrote: > > Hello, > > > > I wrote two patches that fix various things to get r600g running on my > > computer and to get r600_clear and depthtesting working. > > > > I wrote them sta

Re: [Mesa-dev] r600g: various fixes to get r600_clear and depthtesting working

2010-05-25 Thread Jerome Glisse
On Tue, May 25, 2010 at 12:35:45AM +0200, Bas Nieuwenhuizen wrote: > Hello, > > I wrote two patches that fix various things to get r600g running on my > computer and to get r600_clear and depthtesting working. > > I wrote them starting from Marek's r600g branch. > > Feel free to criticize as thi