summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-15pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-15radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-15tests: Fix make check for out of tree builds.Rico Schüller2-0/+2
2013-11-15osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-11-15i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes1-7/+11
2013-11-15glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes1-0/+2
2013-11-15i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner1-1/+2
2013-11-15Add .cherry-ignore fileIan Romanick1-0/+3
2013-11-15glx: Back DRI3 enablement out of the stable branch.Eric Anholt3-13/+3
2013-11-15glx: change query_renderer_integer() value param to unsignedBrian Paul3-3/+4
2013-11-15glx: Fix scons build.José Fonseca1-0/+3
2013-11-15swrast: add missing notify_reset parameter to dri_create_context()Brian Paul1-0/+1
2013-11-15scons: Add dri2_query_renderer.c to sources.José Fonseca1-0/+1
2013-11-15st/dri: Fix dri_create_context declaration prototype.José Fonseca1-0/+1
2013-11-14haiku/swrast: Inherit gl_config, fix flushAlexander von Gluck IV2-37/+26
2013-11-13haiku: add swrast driverAlexander von Gluck IV5-0/+873
2013-11-07dri3: Fix pixmap buf_id computation10.0-branchpointKeith Packard1-1/+1
2013-11-07glx: Add a more informative debug message in a DRI3 error path.Eric Anholt1-0/+7
2013-11-07Add DRI3+Present loaderKeith Packard7-4/+2204
2013-11-07dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard12-11/+428
2013-11-07dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2-108/+8
2013-11-07dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*Keith Packard2-0/+68
2013-11-07Define __DRI_IMAGE_FORMAT_SARGB8Keith Packard1-0/+1
2013-11-07dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard6-9/+10
2013-11-07dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2-44/+68
2013-11-07drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard2-59/+76
2013-11-08gallivm: deduplicate some indirect register address codeRoland Scheidegger1-157/+96
2013-11-07glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick3-6/+314
2013-11-07glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick3-1/+449
2013-11-07glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick1-0/+4
2013-11-07docs: Import extension spec for GLX_MESA_query_rendererIan Romanick1-0/+405
2013-11-07glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick5-1/+119
2013-11-07glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2-20/+52
2013-11-07glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick1-2/+6
2013-11-07glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick4-1/+186
2013-11-07glx: Add GLX_MESA_query_rendererIan Romanick1-1/+26
2013-11-07glx: Add extension tracking GLX_MESA_query_rendererIan Romanick2-0/+2
2013-11-07i965: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+83
2013-11-07i915: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+81
2013-11-07dri: Add function to implement queries common to all Mesa driversIan Romanick2-0/+67
2013-11-07i965: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-11-07i915: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-11-07i965: Refactor the vendor string out of intelGetStringIan Romanick2-2/+5
2013-11-07i915: Refactor the vendor string out of intelGetStringIan Romanick2-2/+4
2013-11-07dri: Add interface definition for DRI_RENDERER_QUERY extensionIan Romanick1-0/+29
2013-11-07i965: Enable DRI_Robustness extensionIan Romanick1-0/+5
2013-11-07i965: Propagate the GPU reset notifiction strategy down into the driverIan Romanick2-5/+29
2013-11-07i965: Add function to query the GPU reset status for a contextIan Romanick3-0/+71
2013-11-07i965: Handle __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS flagIan Romanick1-1/+6
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick6-9/+27