aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund2013-11-151-6/+16
* dri: Change value param to unsignedIan Romanick2013-11-154-4/+4
* i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick2013-11-151-3/+7
* i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick2013-11-151-2/+6
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-153-54/+15
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-152-47/+96
* gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg2013-11-153-10/+72
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-152-2/+4
* i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt2013-11-155-54/+76
* i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt2013-11-151-2/+2
* i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt2013-11-151-21/+29
* i965/fs: Fix message setup for SIMD8 spills.Eric Anholt2013-11-151-1/+1
* i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt2013-11-151-0/+144
* i965: Fix undefined value usage in ABO setup.Eric Anholt2013-11-151-1/+1
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-151-1/+2
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-151-6/+6
* meta: enable vertex attributes in the context of the newly created array objectPetr Sebor2013-11-151-2/+3
* mesa: call update_array_format() after error checkingBrian Paul2013-11-151-5/+5
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-151-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-151-2/+2
* egl-static: Only export necessary symbols v3Tom Stellard2013-11-152-0/+5
* configure.ac: Don't require shared LLVM when building OpenCLTom Stellard2013-11-151-6/+0
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-152-0/+5
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-151-3/+12
* tests: Fix make check for out of tree builds.Rico Schüller2013-11-152-0/+2
* osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul2013-11-151-0/+16
* i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes2013-11-151-7/+11
* glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes2013-11-151-0/+2
* i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner2013-11-151-1/+2
* Add .cherry-ignore fileIan Romanick2013-11-151-0/+3
* glx: Back DRI3 enablement out of the stable branch.Eric Anholt2013-11-153-13/+3
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-153-3/+4
* glx: Fix scons build.José Fonseca2013-11-151-0/+3
* swrast: add missing notify_reset parameter to dri_create_context()Brian Paul2013-11-151-0/+1
* scons: Add dri2_query_renderer.c to sources.José Fonseca2013-11-151-0/+1
* st/dri: Fix dri_create_context declaration prototype.José Fonseca2013-11-151-0/+1
* haiku/swrast: Inherit gl_config, fix flushAlexander von Gluck IV2013-11-142-37/+26
* haiku: add swrast driverAlexander von Gluck IV2013-11-135-0/+873
* dri3: Fix pixmap buf_id computation10.0-branchpointKeith Packard2013-11-071-1/+1
* glx: Add a more informative debug message in a DRI3 error path.Eric Anholt2013-11-071-0/+7
* Add DRI3+Present loaderKeith Packard2013-11-077-4/+2204
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-0712-11/+428
* dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2013-11-072-108/+8
* dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*Keith Packard2013-11-072-0/+68
* Define __DRI_IMAGE_FORMAT_SARGB8Keith Packard2013-11-071-0/+1
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-076-9/+10
* dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2013-11-072-44/+68
* drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard2013-11-072-59/+76
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick2013-11-073-6/+314