summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/common/dri_context.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-10st/dri: Add support for surfaceless current contexts.Chia-I Wu1-1/+2
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-09-10st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu1-28/+6
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-3/+7
2010-09-08st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu1-1/+9
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu1-11/+19
2010-09-08st/dri: Add multi-api supportnobled1-8/+25
2010-09-08st/dri: Make clear which API's are supportednobled1-1/+4
2010-05-02Update dri state tracker to use new API aware context createXavier Chantry1-1/+1
2010-04-27st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz1-30/+22
2010-04-27st/dri: Use flush function of old context not newJakob Bornecrantz1-1/+1
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz1-1/+0
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz1-1/+1
2010-04-26st/dri: Make st_manager the base for dri_screenJakob Bornecrantz1-6/+9
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis1-1/+13
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-0/+174