summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)Author
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-18st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee
2010-01-18st/dri: fix optionCache memory leaksMarcin Slusarz
2010-01-18dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson
2010-01-18dri: Properly calculate number of modes for MSAA.Corbin Simpson
2010-01-18st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-13st/dri: Make sure we always request a fake front.Thomas Hellstrom
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-11Revert "st/dri: no need to request fake front buffer, only handle it being re...Thomas Hellstrom
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-11dri-st: Add some required GL 2.0 extensions.Corbin Simpson
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-19dri-st: Add EXT_provoking_vertex.Corbin Simpson
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer
2009-10-05st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs
2009-10-05st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs
2009-10-03st/dri: Install APPLE_vertex_array_object functionsNicolai Hähnle
2009-10-03st/dri: Install ARB_vertex_array_object functionsNicolai Hähnle
2009-09-02st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-28st/dri: Fix some warningsJakob Bornecrantz
2009-08-28Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."Jakob Bornecrantz
2009-08-27st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.Michel Dänzer
2009-08-27st/dri: Only ask for fake front buffer for single buffer visuals by default.Michel Dänzer
2009-08-27st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer
2009-08-26st/dri: Add some debug codeJakob Bornecrantz
2009-08-26st/dri: Redo config generationJakob Bornecrantz
2009-08-26st/dri: make the GL_ARB_map_buffer_range entrypoints availableBen Skeggs
2009-08-22st/dri: Remove some debug printsJakob Bornecrantz
2009-08-22st/dri: Find out if the drawable is a pixmapJakob Bornecrantz
2009-08-22st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz
2009-08-14st/dri: remove unused dummyContext valueKeith Whitwell
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer
2009-07-14dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-06-27st/dri: Fix last depth bits logicJakob Bornecrantz
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom
2009-06-11dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-05-18st/dri: Only create new textures if drawable has changedJakob Bornecrantz
2009-05-17dri-gallium: Add GLSL support.Corbin Simpson