summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker/st_api.h
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz
2010-05-04gallium: remove trailing comma in enum listBrian Paul
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-12gallium: Add st_api.h.Chia-I Wu