Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |