summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-3/+3
* gallium: unify transfer functionsMarek Olšák2012-10-111-6/+4
* mesa: s/FREE/free/Brian Paul2012-09-012-8/+8
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-312-1/+82
* st/dri: Support width and height gettersJakob Bornecrantz2012-08-261-1/+7
* st/dri: Claim to support validate_usageJakob Bornecrantz2012-08-261-1/+16
* 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
* st/dri: Add shared usage on buffers createdJakob Bornecrantz2012-08-221-0/+3
* 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
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-03-251-3/+3
* st/dri: Fix crash in st/dri from dri format commitJakob Bornecrantz2012-02-231-2/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-222-0/+7
* 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: Support 24bit formats in dri2_allocate_bufferBenjamin Franzke2012-01-301-0/+3
* st/dri: Remove useless flush front.Stéphane Marchesin2012-01-181-2/+7
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* 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
* st/dri: Use depth instead of bpp when communicating formats with the X server v3Thomas Hellstrom2011-12-071-3/+38
* st/dri: Fix memory leak on error path.Vinson Lee2011-11-071-1/+3
* dri: drop drisw_util.hGeorge Sapountzis2011-11-044-13/+3
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-045-5/+5
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-042-3/+2
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-043-7/+0
* gallium/dri: Remove references to vblank.José Fonseca2011-11-021-1/+0
* Fix gallium dri compile and a merge conflictKristian Høgsberg2011-11-022-8/+1
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-2/+1
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-2/+1
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-023-5/+4
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-18/+1
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* 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-024-5/+60
* Revert "Duplicate state_tracker/dri/sw/dri_drawable.c"Benjamin Franzke2011-11-021-269/+1
* Revert "state_trackers/dri/sw: Implement texture_from_pixmap."Benjamin Franzke2011-11-021-43/+7
* st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom2011-10-143-2/+27
* 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
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+6