aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-221-1/+1
* st/mesa: unify window-system renderbuffer initializationMarek Olšák2019-01-091-0/+6
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+1
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-031-0/+3
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-201-0/+5
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-0/+4
* st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.cPhilipp Zabel2017-03-291-3/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee2010-08-051-2/+5
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-291-3/+0
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+4
* st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-0/+47