Re: [Mesa-dev] [PATCH] mesa: handle PBO access error in display list mode

2011-10-19 Thread Brian Paul
On 10/18/2011 09:20 PM, Yuanhan Liu wrote: Simply generate GL_INVALID_OPERATION error at display list mode. As explained by Brian, we are going to access PBO data at compile time. No need to defer the error at execution time. Signed-off-by: Yuanhan Liu --- src/mesa/main/dlist.c |2 ++ 1 f

[Mesa-dev] [PATCH] mesa: handle PBO access error in display list mode

2011-10-18 Thread Yuanhan Liu
Simply generate GL_INVALID_OPERATION error at display list mode. As explained by Brian, we are going to access PBO data at compile time. No need to defer the error at execution time. Signed-off-by: Yuanhan Liu --- src/mesa/main/dlist.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)