aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()Benjamin Franzke2011-02-101-1/+1
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-02-101-2/+6
* st/dri: Implement dri2::{Allocate,Release}BufferBenjamin Franzke2011-02-072-0/+111
* st/dri: Fix warningJakob Bornecrantz2011-01-211-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-32/+8
* st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-103-2/+7
* scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-052-14/+18
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-052-24/+22
* scons: DetabifyJakob Bornecrantz2010-11-053-18/+18
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-138-10/+10
* 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-224-13/+11
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-221-2/+2
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-46/+14
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+7
* st/dri: support EGL_MESA_image_drm: queryImageben2010-09-091-0/+30
* st/dri: support EGL_MESA_image_drm: createImageben2010-09-091-0/+58
* st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu2010-09-081-1/+9
* st/dri: Use enum st_api_type internally.Chia-I Wu2010-09-085-27/+39
* st/dri: Add multi-api supportnobled2010-09-085-13/+46
* st/dri: Make clear which API's are supportednobled2010-09-081-1/+4