Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-13 Thread Jason Ekstrand
On Tue, Aug 12, 2014 at 8:52 PM, Roland Scheidegger wrote: > Am 06.08.2014 11:28, schrieb Michel Dänzer: > > On 06.08.2014 03:08, Jason Ekstrand wrote: > >> Module: Mesa > >> Branch: master > >> Commit: 850fb0d1dca616179d3239a7b7bd94fe1979604c > >> URL: > https://urldefense.proofpoint.com/v1/url?

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-12 Thread Roland Scheidegger
Am 06.08.2014 11:28, schrieb Michel Dänzer: > On 06.08.2014 03:08, Jason Ekstrand wrote: >> Module: Mesa >> Branch: master >> Commit: 850fb0d1dca616179d3239a7b7bd94fe1979604c >> URL: >> https://urldefense.proofpoint.com/v1/url?u=http://cgit.freedesktop.org/mesa/mesa/commit/?id%3D850fb0d1dca6161

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-08 Thread Roland Scheidegger
Am 08.08.2014 09:46, schrieb Kenneth Graunke: > On Thursday, August 07, 2014 10:41:36 PM Roland Scheidegger wrote: >> Am 07.08.2014 20:25, schrieb Jason Ekstrand: >>> Michel, >>> >>> On Thu, Aug 7, 2014 at 12:04 AM, Michel Dänzer >> > wrote: >>> >>> On 07.08.2014 02:0

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-08 Thread Kenneth Graunke
On Thursday, August 07, 2014 10:41:36 PM Roland Scheidegger wrote: > Am 07.08.2014 20:25, schrieb Jason Ekstrand: > > Michel, > > > > On Thu, Aug 7, 2014 at 12:04 AM, Michel Dänzer > > wrote: > > > > On 07.08.2014 02:02, Jason Ekstrand wrote: > > > Michael, > >

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-07 Thread Roland Scheidegger
Am 07.08.2014 20:25, schrieb Jason Ekstrand: > Michel, > > On Thu, Aug 7, 2014 at 12:04 AM, Michel Dänzer > wrote: > > On 07.08.2014 02:02, Jason Ekstrand wrote: > > Michael, > > Close, but no cigar. :) > > > I'm sorry about that. I must have read too q

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-07 Thread Marek Olšák
I think I know where the problem is. I'll send a patch. Marek On Thu, Aug 7, 2014 at 8:38 PM, Jason Ekstrand wrote: > > > > On Wed, Aug 6, 2014 at 11:09 AM, Marek Olšák wrote: >> >> FYI, it seems to be DrawPixels(GL_STENCIL_INDEX) that is broken. We >> actually use S8 texturing for DrawPixels a

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-07 Thread Jason Ekstrand
On Wed, Aug 6, 2014 at 11:09 AM, Marek Olšák wrote: > FYI, it seems to be DrawPixels(GL_STENCIL_INDEX) that is broken. We > actually use S8 texturing for DrawPixels and some of the functions you > changed probably don't support S8 anymore. > Marek, Would you mind being a bit more specific? I do

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-07 Thread Jason Ekstrand
Michel, On Thu, Aug 7, 2014 at 12:04 AM, Michel Dänzer wrote: > On 07.08.2014 02:02, Jason Ekstrand wrote: > > Michael, > > Close, but no cigar. :) > I'm sorry about that. I must have read too quickly. :-/ > > > Could you please point me at the failing tests. > > spec/!OpenGL 1.1/depthstenci

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-07 Thread Michel Dänzer
On 07.08.2014 02:02, Jason Ekstrand wrote: > Michael, Close, but no cigar. :) > Could you please point me at the failing tests. spec/!OpenGL 1.1/depthstencil-default_fb-drawpixels-FLOAT-and-USHORT spec/!OpenGL 1.1/draw-pixels spec/!OpenGL 1.1/stencil-drawpixels spec/!OpenGL 1.4/copy-pixels spec

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-06 Thread Marek Olšák
FYI, it seems to be DrawPixels(GL_STENCIL_INDEX) that is broken. We actually use S8 texturing for DrawPixels and some of the functions you changed probably don't support S8 anymore. Marek On Wed, Aug 6, 2014 at 7:37 PM, Jason Ekstrand wrote: > Michael, > With the two patches I just sent to the l

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-06 Thread Jason Ekstrand
Michael, With the two patches I just sent to the list, the generated format_info structure is now binary-identical to the original structure commited to git with the following two exceptions: The string name parameter for MESA_FORMAT_R9G9B9E5_FLOAT was updated from "MESA_FORMAT_RGB9_E5" to "MESA_FO

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-06 Thread Jason Ekstrand
Michael, Could you please point me at the failing tests. I don't have a radeon, but I can run with llvmpipe or dri swrast and try to find the bug that way. --Jason Ekstrand On Wed, Aug 6, 2014 at 2:36 AM, Michel Dänzer wrote: > On 06.08.2014 18:28, Michel Dänzer wrote: > > On 06.08.2014 03:08,

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-06 Thread Michel Dänzer
On 06.08.2014 18:28, Michel Dänzer wrote: > On 06.08.2014 03:08, Jason Ekstrand wrote: >> Module: Mesa >> Branch: master >> Commit: 850fb0d1dca616179d3239a7b7bd94fe1979604c >> URL: >> http://cgit.freedesktop.org/mesa/mesa/commit/?id=850fb0d1dca616179d3239a7b7bd94fe1979604c >> >> Author: Jason E

Re: [Mesa-dev] Mesa (master): mesa/formats: Add layout and swizzle information

2014-08-06 Thread Michel Dänzer
On 06.08.2014 03:08, Jason Ekstrand wrote: > Module: Mesa > Branch: master > Commit: 850fb0d1dca616179d3239a7b7bd94fe1979604c > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=850fb0d1dca616179d3239a7b7bd94fe1979604c > > Author: Jason Ekstrand > Date: Thu Jul 10 23:59:42 2014 -0700