Re: [Mesa-dev] [PATCH 2/2] r600g: texture buffer object + glsl 1.40 enable support

2012-12-19 Thread Tom Stellard
On Wed, Dec 19, 2012 at 02:07:22PM -0500, Jerome Glisse wrote: > On Wed, Dec 19, 2012 at 12:33 PM, Tom Stellard wrote: > > On Sun, Dec 16, 2012 at 08:33:23PM +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This adds TBO support to r600g, and with GLSL 1.40 enabled, > >> we now get 3.1

Re: [Mesa-dev] [PATCH 2/2] r600g: texture buffer object + glsl 1.40 enable support

2012-12-19 Thread Jerome Glisse
On Wed, Dec 19, 2012 at 12:33 PM, Tom Stellard wrote: > On Sun, Dec 16, 2012 at 08:33:23PM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This adds TBO support to r600g, and with GLSL 1.40 enabled, >> we now get 3.1 core profiles advertised for r600g. >> >> This code is evergreen only so fa

Re: [Mesa-dev] [PATCH 2/2] r600g: texture buffer object + glsl 1.40 enable support

2012-12-19 Thread Tom Stellard
On Sun, Dec 16, 2012 at 08:33:23PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This adds TBO support to r600g, and with GLSL 1.40 enabled, > we now get 3.1 core profiles advertised for r600g. > > This code is evergreen only so far, but I don't think there is > much to make it work on r600/

Re: [Mesa-dev] [PATCH 2/2] r600g: texture buffer object + glsl 1.40 enable support

2012-12-16 Thread Dave Airlie
On Sun, Dec 16, 2012 at 8:33 PM, Dave Airlie wrote: > From: Dave Airlie > > This adds TBO support to r600g, and with GLSL 1.40 enabled, > we now get 3.1 core profiles advertised for r600g. > > This code is evergreen only so far, but I don't think there is > much to make it work on r600/700/cayman

[Mesa-dev] [PATCH 2/2] r600g: texture buffer object + glsl 1.40 enable support

2012-12-16 Thread Dave Airlie
From: Dave Airlie This adds TBO support to r600g, and with GLSL 1.40 enabled, we now get 3.1 core profiles advertised for r600g. This code is evergreen only so far, but I don't think there is much to make it work on r600/700/cayman other than testing. a) buffer txq is broken like cube map txq,