summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* state_trackers/dri/sw: Implement texture_from_pixmap.Stéphane Marchesin2011-09-061-7/+43
* Duplicate state_tracker/dri/sw/dri_drawable.cStéphane Marchesin2011-09-061-1/+269
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-195-4/+47
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-161-1/+0
* dri2: check if context is valid before flushing the pipeCooper Yuan2011-08-161-1/+2
* dri2: add code to dri2_Flush extension.Cooper Yuan2011-08-161-0/+4
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-051-7/+0
* st/dri: remove a dummy function dri2_create_contextMarek Olšák2011-08-051-15/+1
* st/dri: remove unused variablesMarek Olšák2011-07-101-2/+0
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-1/+1
* 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-293-7/+3
* st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke2011-06-231-0/+19
* st/dri: Support dri2 useflags in dri2_create_imageBenjamin Franzke2011-05-201-0/+9
* st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-112-3/+3
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-12/+12
* swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson2011-03-111-0/+1
* st/dri: one more missing array sizeDave Airlie2011-03-011-0/+1
* st/dri: fix missing array size init.Dave Airlie2011-03-011-0/+1
* st/dri: Track drawable context bindingsJakob Bornecrantz2011-02-204-2/+14
* st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke2011-02-101-2/+4