[Mesa-dev] [PATCH 0/8] fix error handling for some gl functions

Yuanhan Liu yuanhan.liu at linux.intel.com
Mon Sep 19 00:02:56 PDT 2011


The following patchs fixed some error handling for some gl functions.


Yuanhan Liu (8):
  mesa: fix error handling for glBegin
  mesa: fix error handling for glEvalMesh1/2D
  mesa: fix error handling for some glGet* functions
  mesa: fix error handling for glTexEnv
  mesa: fix error handling for glIsEnabled
  mesa: fix error handling for glMaterial*
  mesa: fix error handling for glPixelZoom
  mesa: fix error handling for glSelectBuffer

 src/mesa/main/api_noop.c      |    4 ++++
 src/mesa/main/enable.c        |    2 ++
 src/mesa/main/feedback.c      |    5 +++++
 src/mesa/main/get.c           |   15 +++++++++++++++
 src/mesa/main/pixel.c         |    2 ++
 src/mesa/main/texenv.c        |    3 ++-
 src/mesa/vbo/vbo_attrib_tmp.h |   10 +++++++++-
 src/mesa/vbo/vbo_exec_api.c   |   24 ++++++++++++++++++++++++
 8 files changed, 63 insertions(+), 2 deletions(-)

-- 
1.7.4.4



More information about the mesa-dev mailing list