summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Use .so extension for egl_gallium10.2.2-patchesJon TURNEY1-0/+1
2014-07-08osmesa is not a moduleJon TURNEY1-1/+0
2014-07-04Fixes for building with --enable-egl --enable-gallium-egl without DRMJon TURNEY3-3/+11
2014-07-04Avoid mesa_dri_drivers import lib being installedJon TURNEY1-1/+1
2014-07-04Remove checks for shared LLVM which assume .so is library nameJon TURNEY1-30/+0
2014-07-04megadriver: explicitly link against glapi, link with -no-undefinedJon TURNEY1-1/+7
2014-07-04targets/dri-swrast: explicitly link against glapi, use -no-undefinedJon TURNEY1-1/+7
2014-07-04Make DRI dependencies and build depend on the targetJon TURNEY13-41/+89
2014-06-24docs: Add release notes for 10.2.2 releasemesa-10.2.2Carl Worth1-0/+178
2014-06-24Update VERSION to 10.2.2Carl Worth1-1/+1
2014-06-23i915: Fix gen2 texblend setupVille Syrjälä1-1/+1
2014-06-23i965: Save meta stencil blit programs in the context.Kenneth Graunke2-8/+13
2014-06-23glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres1-4/+8
2014-06-23mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga1-0/+1
2014-06-23clover: Don't use llvm's global contextTom Stellard1-6/+9
2014-06-23clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard1-0/+5
2014-06-23nv30: hack to avoid errors on unexpected color/zeta combinationsIlia Mirkin1-0/+17
2014-06-23nv30: avoid dangling references to deleted contextsIlia Mirkin1-0/+3
2014-06-23nv30: plug some memory leaks on screen destroy and shader compileIlia Mirkin2-0/+7
2014-06-23meta: Respect the driver's maximum number of draw buffersIan Romanick1-2/+2
2014-06-23mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg1-5/+0
2014-06-23radeon/uvd: disable VC-1 simple/main on UVD 2.xGrigori Goronzy1-1/+4
2014-06-23nv50: make sure to mark first scissor dirty after blitIlia Mirkin1-0/+1
2014-06-23i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke1-4/+16
2014-06-23i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke1-8/+8
2014-06-23i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke1-2/+2
2014-06-23i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2-4/+0
2014-06-23i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke1-3/+1
2014-06-23i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke1-1/+2
2014-06-23meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand1-1/+1
2014-06-23configure: correctly autodetect xvmc/vdpau/omxEmil Velikov1-1/+1
2014-06-23i965: Set the fast clear color value for texture surfacesNeil Roberts2-2/+6
2014-06-23i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke1-0/+6
2014-06-23i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke1-1/+1
2014-06-23configure: Only check for OpenCL without LLVM when the latter is certainMichel Dänzer1-4/+4
2014-06-23android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu1-0/+5
2014-06-23android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2-0/+2
2014-06-23android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma...Adrian Negreanu1-1/+1
2014-06-23android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu1-0/+1
2014-06-23android: add src/gallium/auxiliary as include path for libmesa_dricoreAdrian Negreanu1-1/+2
2014-06-23android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2-1/+7
2014-06-23android: adapt to the megadriver mechanismAdrian Negreanu2-0/+18
2014-06-23add megadriver_stub_FILESAdrian Negreanu2-1/+4
2014-06-23configure: error out when building opencl without LLVMEmil Velikov1-0/+4
2014-06-23mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca1-1/+5
2014-06-23gk110/ir: fix bfind emissionIlia Mirkin1-1/+1
2014-06-23gk110/ir: fix emitting constbuf file indexIlia Mirkin1-2/+3
2014-06-23gk110/ir: emit saturate flag on fadd when neededIlia Mirkin1-0/+1
2014-06-16targets/xa: limit the amount of exported symbolsEmil Velikov2-0/+41
2014-06-06docs: Add MD5 checksum, etc. for 10.2.1 releaseIan Romanick2-1/+10