aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/common/dri_context.c
Commit message (Expand)AuthorAgeFilesLines
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-101-276/+0
* st/dri: Fix tests for no draw/read buffers in dri_make_current()Michel Dänzer2014-01-311-2/+2
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* st/dri: minor formatting clean-ups in dri_context.cBrian Paul2013-10-221-4/+6
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-0/+2
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-4/+6
* st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2013-07-301-11/+1
* st/dri: move enabling postprocessing to dri_screenMarek Olšák2013-07-301-14/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-0/+2
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-0/+2
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+2
* st/dri: integrate the HUDMarek Olšák2013-03-261-0/+5
* st/dri: add support for the always_have_depth_buffer optionBrian Paul2013-03-151-2/+3
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-3/+3
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-1/+3
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-1/+3
* mesa: s/FREE/free/Brian Paul2012-09-011-3/+3
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-021-2/+1
* st/dri: Remove useless flush front.Stéphane Marchesin2012-01-181-2/+7
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-4/+47
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-1/+3
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-041-1/+0
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-191-0/+24
* st/dri: remove unused variablesMarek Olšák2011-07-101-2/+0
* st/dri: Get rid of the evil struct dri_drawable::context memberThomas Hellstrom2011-06-291-4/+0
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* st/dri: Track drawable context bindingsJakob Bornecrantz2011-02-201-1/+9
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-02-101-2/+6
* st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-101-1/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-101-28/+6
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+7
* st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu2010-09-081-1/+9
* st/dri: Use enum st_api_type internally.Chia-I Wu2010-09-081-11/+19
* st/dri: Add multi-api supportnobled2010-09-081-8/+25
* st/dri: Make clear which API's are supportednobled2010-09-081-1/+4
* Update dri state tracker to use new API aware context createXavier Chantry2010-05-021-1/+1
* st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz2010-04-271-30/+22
* st/dri: Use flush function of old context not newJakob Bornecrantz2010-04-271-1/+1
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-261-1/+0
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-261-1/+1
* st/dri: Make st_manager the base for dri_screenJakob Bornecrantz2010-04-261-6/+9
* st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis2010-03-261-1/+13
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-261-0/+174