summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Add more st_framebuffer_attachment.Chia-I Wu1-0/+2
Add accum buffer and samle buffer.
2010-01-16Add resource lock/unlock.Chia-I Wu1-0/+90
They can be replaced by a lookup_resource, but are made a lock/unlock pair to allow access control. The access control is needed by eglCreatePbufferFromClient.
2010-01-16Remove api from st_context.Chia-I Wu1-5/+0
A context is self contained and there should hopefully be no need for access to the api.
2010-01-16Move user_data from st_context to st_framebuffer.Chia-I Wu1-5/+5
The field can be used by st manager, for example, to look up the st manager surface the fb embedded in.
2010-01-16Replace co state tracker by state tracker manager.Chia-I Wu1-38/+31
2010-01-16Initiali commit.Chia-I Wu1-0/+237
Add st_api.h from http://www.mail-archive.com/mesa3d-dev@lists.sourceforge.net/msg10792.html.