aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-0/+2
* st/dri: add a way to force MSAA on with an environment variableMarek Olšák2012-12-121-4/+39
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-073-7/+66
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-072-3/+6
* st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák2012-12-071-1/+13
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-072-107/+43
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-023-34/+83
* 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
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-3/+3
* mesa: s/FREE/free/Brian Paul2012-09-012-8/+8
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-0/+1
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/dri: add force_glsl_extensions_warn option to dri optionsVadim Girlin2012-08-231-1/+10
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-8/+4
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-12/+19
* gbm: track buffer format through DRI driversJesse Barnes2012-02-221-0/+1
* gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala2012-02-031-13/+17
* 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-022-4/+51
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-1/+3
* dri: drop drisw_util.hGeorge Sapountzis2011-11-043-12/+2
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-043-3/+3
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-043-7/+0
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-021-3/+3
* st/dri/sw: Implement texture_from_pixmapBenjamin Franzke2011-11-022-0/+7
* st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom2011-10-142-1/+4
* st/dri: Implement the new dri2 throttling extensionThomas Hellstrom2011-10-142-2/+136
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-4/+4
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-193-1/+34
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* 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-292-5/+0
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-0/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-12/+12
* st/dri: Track drawable context bindingsJakob Bornecrantz2011-02-203-1/+13
* st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke2011-02-101-2/+4
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-02-101-2/+6
* st/dri: Fix warningJakob Bornecrantz2011-01-211-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-4/+2
* st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-103-2/+7
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-136-6/+6
* st/dri: Remove unnecessary header.Vinson Lee2010-09-251-1/+0
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-223-8/+6
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-103-43/+11