summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add release notes for the 10.3.1 releasemesa-10.3.1Emil Velikov2014-10-131-0/+156
* Update VERSION to 10.3.1Emil Velikov2014-10-121-1/+1
* st/mesa: Fix paths used in Android buildsTomasz Figa2014-10-033-0/+6
* st/mesa: Generate format_info.c in Android buildsTomasz Figa2014-10-031-0/+9
* util: Include in Android buildsTomasz Figa2014-10-039-4/+115
* glx/dri3: Provide error diagnostics when DRI3 allocation failsKeith Packard2014-10-031-8/+25
* st/xa: Fix regression in xa_yuv_planar_blit()Thomas Hellstrom2014-10-032-0/+12
* st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variablesMarek Olšák2014-09-281-35/+0
* configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard2014-09-271-5/+4
* glsl: Strip arrayness from ir_type_dereference_variable tooIan Romanick2014-09-271-1/+1
* glsl: Round struct size up to at least 16 bytesIan Romanick2014-09-271-1/+1
* glsl: Make sure row-major array-of-structure get correct layoutIan Romanick2014-09-271-1/+8
* glsl: Make sure fields after small structs have correct paddingIan Romanick2014-09-271-0/+22
* st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffersMichel Dänzer2014-09-271-3/+5
* gm107/ir: take relative pfetch offset into accountIlia Mirkin2014-09-271-1/+4
* gm107/ir: add support for indirect const buffer selectionIlia Mirkin2014-09-271-0/+14
* gm107/ir: fix texture argument orderIlia Mirkin2014-09-272-5/+34
* gm107/ir: fix manual TXD for array targetsIlia Mirkin2014-09-271-2/+3
* nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin2014-09-271-1/+10
* mesa: Set correct array element in vbo_exec_vtx_init.Kenneth Graunke2014-09-271-1/+1
* mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).Kenneth Graunke2014-09-271-4/+4
* radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2014-09-272-3/+8
* radeonsi: release GS rings at context destructionMarek Olšák2014-09-271-0/+2
* i915: Fix black buffers when importing prime fdsAndreas Pokorny2014-09-271-0/+2
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-271-0/+1
* gallivm: fix idivRoland Scheidegger2014-09-271-7/+5
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-232-7/+25
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-232-5/+8
* mesa: fix prog_optimize.c assertions triggered by SWZ opcodeBrian Paul2014-09-231-5/+4
* swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford2014-09-231-3/+3
* mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.Richard Sandiford2014-09-231-1/+1
* docs: Add 10.3 sha256 sums, news item and link release notesEmil Velikov2014-09-193-2/+17
* docs: Update 10.3 release notesmesa-10.3Emil Velikov2014-09-191-2/+244
* Bump version to 10.3 (final)Emil Velikov2014-09-191-1/+1
* r300g: set register classes before interferencesConnor Abbott2014-09-161-2/+4
* i965: add support for RGBA dma_buf imports.Gwenole Beauchesne2014-09-161-0/+6
* i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2014-09-162-5/+15
* gallivm: Fix uses of 2^24Richard Sandiford2014-09-161-4/+4
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-161-10/+10
* mesa: fix _mesa_free_pipeline_data() use-after-free bugBrian Paul2014-09-161-2/+2
* gallium/util: add missing u_debug includeAndreas Boll2014-09-161-0/+1
* nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2014-09-162-2/+2
* nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin2014-09-165-4/+9
* nouveau: remove unneeded assertMaarten Lankhorst2014-09-161-1/+0
* nouveau: rework reference frame handlingMaarten Lankhorst2014-09-163-4/+37
* nouveau: fix MPEG4 hw decodingMaarten Lankhorst2014-09-161-3/+3
* nouveau: re-allocate bo's on overflowMaarten Lankhorst2014-09-164-11/+87
* i965/vec4: Only examine virtual_grf_end for GRF sourcesIan Romanick2014-09-161-8/+12
* i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga2014-09-161-4/+9
* glsl: Speed up constant folding for swizzles.Kenneth Graunke2014-09-121-0/+5