[PATCH 2/8] glamor/xv: add vbo support

2016-01-18 Thread Dave Airlie
From: Dave Airlie This converts the Xv code to using VBOs instead of client ptrs. This is necessary to move towards using the core profile later. Signed-off-by: Dave Airlie --- glamor/glamor_xv.c | 31 +-- 1 file changed, 21

Re: [PATCH 2/8] glamor/xv: add vbo support

2016-01-18 Thread Eric Anholt
Dave Airlie writes: > From: Dave Airlie > > This converts the Xv code to using VBOs instead of > client ptrs. This is necessary to move towards using > the core profile later. > > Signed-off-by: Dave Airlie > --- > glamor/glamor_xv.c

Re: [PATCH 2/8] glamor/xv: add vbo support

2016-01-18 Thread Dave Airlie
On 19 January 2016 at 11:15, Eric Anholt wrote: > Dave Airlie writes: > >> From: Dave Airlie >> >> This converts the Xv code to using VBOs instead of >> client ptrs. This is necessary to move towards using >> the core profile later. >> >>

[PATCH 2/8] glamor/xv: add vbo support (v2.1)

2016-01-18 Thread Dave Airlie
From: Dave Airlie This converts the Xv code to using VBOs instead of client ptrs. This is necessary to move towards using the core profile later. v2: put all boxes into single vbo, use draw arrays to offset things. (Eric) v2.1: brown paper bag with releasing vbo.