On 09/19/2011 01:02 AM, Yuanhan Liu wrote:

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(-)


Patches 1 and 6 need more work but the rest look good. I'll push those. Thanks.

-Brian

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to