summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)Author
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
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis
2010-03-25st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz
2010-03-20st/dri: fix bug in make_currentGeorge Sapountzis
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie
2010-03-12Merge branch '7.8'Michel Dänzer