aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: Remove unnecessary main/mtype.h.Chia-I Wu2010-08-241-1/+0
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-204-3/+9
* st/dri: make dri_drawable_validate_att staticGeorge Sapountzis2010-08-132-7/+2
* st/dri: move TFP code to dri_drawable.cGeorge Sapountzis2010-08-133-52/+55
* st/dri: Fix segmentation fault in sw driversnobled2010-08-131-2/+2
* st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis2010-08-131-31/+2
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-307-29/+78
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-3013-229/+23
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-306-130/+49
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* st/dri: Remove driFrameTrackingExtension.Chia-I Wu2010-07-201-1/+0
* gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson2010-07-181-0/+1
* gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-063-6/+2
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+2
* st/dri: Remove dri.c from SCons build.Vinson Lee2010-05-261-1/+0
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-254-596/+6
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-3/+5
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-214-2/+13