summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri_screen.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-373/+0
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz1-0/+3
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz1-1/+1
2010-03-25st/dri: add driswGeorge Sapountzis1-0/+33
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis1-2/+3
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis1-85/+2
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis1-20/+27
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis1-7/+2
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu1-26/+111
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu1-2/+1
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu1-3/+4
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu1-75/+4
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer1-49/+52
2010-03-01dri: Rename pipe formats.José Fonseca1-7/+7
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez1-0/+12
2010-02-12st/dri: don't expose visuals we'll have trouble supportingZack Rusin1-9/+20
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-3/+6
2010-02-04gallium: fix more missing includes from various placesDave Airlie1-0/+2
2010-01-31st/dri: Remove duplicate type qualifier.Vinson Lee1-1/+1
2010-01-28st/dri: Remove unnecessary headers.Vinson Lee1-4/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-0/+15
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+1
2010-01-18st/dri: fix optionCache memory leaksMarcin Slusarz1-0/+10
2010-01-18dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson1-2/+3
2010-01-18dri: Properly calculate number of modes for MSAA.Corbin Simpson1-3/+5
2010-01-18st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom1-0/+5
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+1
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg1-0/+8
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-4/+4
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-5/+0
2009-08-26st/dri: Redo config generationJakob Bornecrantz1-50/+76
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer1-0/+7
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz1-2/+4
2009-06-27st/dri: Fix last depth bits logicJakob Bornecrantz1-2/+2
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz1-1/+1
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom1-25/+60
2009-04-28gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom1-90/+74
2009-04-28gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom1-13/+74
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom1-0/+239