summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/sw/drisw.c
Commit message (Expand)AuthorAgeFilesLines
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-101-422/+0
* targets/dri-swrast: convert to gallium megadrivers :)Emil Velikov2014-07-101-2/+2
* st/dri: fix compiler warning for driCopySubBufferExtensionBrian Paul2013-12-171-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-4/+54
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford2013-06-241-2/+3
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-2/+2
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-071-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-6/+4
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-03-251-3/+3
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-2/+1
* st/dri/sw: add get_image inline helper similar to put_imageGeorge Sapountzis2011-11-021-4/+16
* st/dri/sw: Fix incorrect castBenjamin Franzke2011-11-021-1/+1
* st/dri/sw: Implement texture_from_pixmapBenjamin Franzke2011-11-021-5/+44
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-191-0/+3
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-4/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson2011-03-111-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-24/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+1
* st/dri: Fix segmentation fault in sw driversnobled2010-08-131-2/+2
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-301-5/+21
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-301-6/+19
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-301-3/+20
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-061-1/+0
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-261-2/+2
* 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-3/+3
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-261-33/+24
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-161-5/+1
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-161-2/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-11/+11
* drisw: Remove unnecessary header.Vinson Lee2010-03-291-1/+0
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-291-64/+36
* drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-3/+16
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-5/+5
* swrastg: allow for any of the software rasterizers.George Sapountzis2010-03-261-6/+0
* st/dri: factor out common init_screen codeGeorge Sapountzis2010-03-261-13/+8
* st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis2010-03-261-0/+7
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-261-0/+318