summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/common/dri_drawable.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14st/dri: resolve sRGB buffers in linear colorspaceMarek Olšák1-2/+23
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+4
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-5/+8
2013-06-13st/dri: resolve the back buffer only in SwapBuffersMarek Olšák1-3/+3
2013-06-13st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák1-0/+25
2013-06-13st/dri: refactor dri_msaa_resolveMarek Olšák1-8/+8
2013-06-13st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák1-2/+2
2013-03-28st/dri: fix crash with HUD and single bufferingMarek Olšák1-1/+2
2013-03-26st/dri: integrate the HUDMarek Olšák1-0/+4
2013-01-24st/dri: disallow recursion in dri_flushMarek Olšák1-1/+12
2013-01-24st/dri: add null-pointer check, remove duplicated local variableMarek Olšák1-4/+5
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-0/+2
2012-12-07st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák1-5/+56
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-2/+4
2012-12-02st/dri: implement new driver hook flush_with_flagsMarek Olšák1-34/+76
2012-02-03gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala1-13/+17
2011-11-04dri: unify __DRIscreenRecGeorge Sapountzis1-1/+1
2011-11-02dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg1-3/+3
2011-11-02st/dri/sw: Implement texture_from_pixmapBenjamin Franzke1-0/+3
2011-10-14st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom1-1/+3
2011-10-14st/dri: Implement the new dri2 throttling extensionThomas Hellstrom1-1/+125
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-0/+1
2011-02-20st/dri: Track drawable context bindingsJakob Bornecrantz1-0/+1
2011-01-21st/dri: Fix warningJakob Bornecrantz1-0/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-08-13st/dri: make dri_drawable_validate_att staticGeorge Sapountzis1-3/+2
2010-08-13st/dri: move TFP code to dri_drawable.cGeorge Sapountzis1-0/+52
2010-07-31st/dri: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis1-5/+4
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis1-8/+1
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz1-1/+1
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz1-3/+108
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz1-4/+2
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz1-0/+28
2010-03-30st/dri: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-0/+94