| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/objectlabel: don't return info on genned but never bound textures. | Dave Airlie | 2016-05-10 | 1 | -1/+1 |
* | mesa: don't use genned but unnamed xfb objects. | Dave Airlie | 2016-05-10 | 1 | -1/+5 |
* | mesa/objectlabel: handle NULL src string | Mark Janes | 2016-05-03 | 1 | -3/+4 |
* | mesa/objectlabel: don't do memcpy if bufSize is 0 (v2) | Dave Airlie | 2016-05-03 | 1 | -0/+5 |
* | mesa: Fix locking of GLsync objects. | Steinar H. Gunderson | 2016-02-05 | 1 | -4/+9 |
* | mesa: use the correct string for the ES GL_KHR_debug functions | Emil Velikov | 2015-11-20 | 1 | -10/+36 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -1/+1 |
* | mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls | Ilia Mirkin | 2015-06-18 | 1 | -2/+8 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 1 | -1/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2014-12-08 | 1 | -1/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -5/+2 |
* | mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: Rename "struct gl_array_object" to gl_vertex_array_object. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: add missing error checks in _mesa_GetObject[Ptr]Label() | Brian Paul | 2013-10-01 | 1 | -0/+12 |
* | mesa: use caller string in error message in get_label_pointer() | Brian Paul | 2013-10-01 | 1 | -1/+1 |
* | mesa: asst. clean-ups in copy_label() | Brian Paul | 2013-10-01 | 1 | -10/+27 |
* | mesa: Implement KHR_debug ObjectLabel functions | Timothy Arceri | 2013-09-04 | 1 | -0/+282 |