summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+8
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-32/+61
|\
| * st/dri: adapt to interface changesRoland Scheidegger2010-05-173-32/+61
* | glapi: Move to src/mapi/.Chia-I Wu2010-05-074-0/+4
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* Update dri state tracker to use new API aware context createXavier Chantry2010-05-022-2/+4
* st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz2010-04-271-30/+22
* st/dri: Use flush function of old context not newJakob Bornecrantz2010-04-271-1/+1
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-2617-303/+173
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-268-41/+26
* st/dri: Make st_manager the base for dri_screenJakob Bornecrantz2010-04-268-85/+35
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-2610-123/+94
* st/dri: Make lookup_egl_image a hookJakob Bornecrantz2010-04-264-10/+13
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-2/+2
* st/dri: Add missing header.Vinson Lee2010-04-251-0/+2
* st/dri: DRI2 give proper binding to depth bufferJakob Bornecrantz2010-04-241-14/+16
* st/dri: Check for NULL before dereference and assignment.Vinson Lee2010-04-171-2/+10