summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/objectlabel.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Implement KHR_debug ObjectLabel functionsTimothy Arceri2013-09-041-0/+61
V3: make sure to add null terminator when setting label, generate error when the client specifies an explicit length that exceeds MAX_LABEL_LENGTH, set label pointer to NULL when freed, and output correct length in MAX_LABEL_LENGTH error message. V2: fixed indentation of comment Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Brian Paul <brianp@vmware.com>