[Mesa-dev] ipers performance regression (Was: u_upload_mgr changes)

2016-01-04 Thread Jose Fonseca
On 21/12/15 22:35, Marek Olšák wrote: Hi, This patch series adds more flexibility to u_upload_mgr. First, it adds the ability to specify the alignment per suballocation. The idea is that several users can use the same upload buffer, but each may need a different alignment. Finally, it allows

Re: [Mesa-dev] ipers performance regression (Was: u_upload_mgr changes)

2016-01-04 Thread Marek Olšák
On Mon, Jan 4, 2016 at 2:09 PM, Jose Fonseca wrote: > On 04/01/16 12:25, Jose Fonseca wrote: >> >> On 21/12/15 22:35, Marek Olšák wrote: >>> >>> Hi, >>> >>> This patch series adds more flexibility to u_upload_mgr. First, it >>> adds the ability to specify the alignment per

Re: [Mesa-dev] ipers performance regression (Was: u_upload_mgr changes)

2016-01-04 Thread Jose Fonseca
On 04/01/16 14:03, Marek Olšák wrote: On Mon, Jan 4, 2016 at 2:09 PM, Jose Fonseca wrote: On 04/01/16 12:25, Jose Fonseca wrote: On 21/12/15 22:35, Marek Olšák wrote: Hi, This patch series adds more flexibility to u_upload_mgr. First, it adds the ability to specify

Re: [Mesa-dev] ipers performance regression (Was: u_upload_mgr changes)

2016-01-04 Thread Jose Fonseca
On 04/01/16 12:25, Jose Fonseca wrote: On 21/12/15 22:35, Marek Olšák wrote: Hi, This patch series adds more flexibility to u_upload_mgr. First, it adds the ability to specify the alignment per suballocation. The idea is that several users can use the same upload buffer, but each may need a

Re: [Mesa-dev] ipers performance regression (Was: u_upload_mgr changes)

2016-01-04 Thread Brian Paul
On 01/04/2016 07:24 AM, Jose Fonseca wrote: On 04/01/16 14:03, Marek Olšák wrote: > Also, do we have know any real apps using glBitmap? Yes, Brian Paul came across real world apps that use glBitmap for text drawing or thin wrappers around them like wglUseFontBitmaps/glXUseXFont, and IIRC