summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)Author
2010-05-21st_api: Add get param function to st_managerJakob 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-02Update dri state tracker to use new API aware context createXavier Chantry
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-04-27st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz
2010-04-27st/dri: Use flush function of old context not newJakob Bornecrantz
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-26st_api: Remove st_moduleJakob 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/drisw: Stop pretending to be drm_apiJakob Bornecrantz
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-10Fix copyright headers.Chia-I Wu
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-04-02gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-30st/dri: Remove unnecessary header.Vinson Lee
2010-03-30st/dri: Remove unnecessary header.Vinson Lee
2010-03-30st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu
2010-03-29drisw: Remove unnecessary header.Vinson Lee
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-26st/dri: Fix SCons build.Vinson Lee
2010-03-26swrastg: allow for any of the software rasterizers.George Sapountzis
2010-03-26st/dri: add comment about the ifdef in dri_screen.cGeorge Sapountzis
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-26swrastg: Build with sconsJakob Bornecrantz
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
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz
2010-03-25st/dri: add TODO list for DRISWGeorge Sapountzis
2010-03-25st/dri: add driswGeorge Sapountzis
2010-03-25st/dri: add dri_wrapper.hGeorge Sapountzis