summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/drm
AgeCommit message (Expand)Author
2010-11-05scons: DetabifyJakob Bornecrantz
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg
2010-09-10st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu
2010-09-08st/dri: Add multi-api supportnobled
2010-08-20st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-13st/dri: move TFP code to dri_drawable.cGeorge Sapountzis
2010-08-13st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis
2010-08-04st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-07-20st/dri: Remove driFrameTrackingExtension.Chia-I Wu
2010-07-18gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz
2010-05-26st/dri: Remove dri.c from SCons build.Vinson Lee
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-05-25st/dri: Remove DRI1 supportJakob Bornecrantz
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/dri: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz
2010-04-26st/dri: Make st_manager the base for dri_screenJakob Bornecrantz
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz
2010-04-26st/dri: Make lookup_egl_image a hookJakob Bornecrantz
2010-04-25st/dri: Add missing header.Vinson Lee
2010-04-24st/dri: DRI2 give proper binding to depth bufferJakob Bornecrantz
2010-04-17st/dri: Check for NULL before dereference and assignment.Vinson Lee
2010-04-16st/dri: Refactor init code a bitJakob Bornecrantz
2010-04-16st/dri: Remove unnecessary header.Vinson Lee
2010-04-11scons: Use libdrm options only where needed.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.Chia-I Wu
2010-04-06st/dri: Implement DRI image extension.Chia-I Wu
2010-03-30st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
2010-03-26st/dri: Fix SCons build.Vinson Lee
2010-03-26st/dri: factor out common init_screen codeGeorge Sapountzis
2010-03-26st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz