summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-18docs: Add release notes for 10.1.1Carl Worth1-0/+251
2014-04-18Update VERSION to 10.1.1Carl Worth1-1/+1
2014-04-18i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt1-1/+1
2014-04-18i965: Avoid dependency hints on math opcodesMike Stroyan1-0/+8
2014-04-18glsl: Try vectorizing when seeing a repeated assignment to a channel.Kenneth Graunke1-0/+1
2014-04-18glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick4-2/+30
2014-04-18linker: Set binding for all elements of UBO arrayIan Romanick1-2/+34
2014-04-18linker: Set block bindings based on UniformBlocks rather than UniformStorageIan Romanick1-11/+21
2014-04-18linker: Clean up "unused parameter" warningsIan Romanick1-8/+4
2014-04-18glsl: Allow explicit binding on atomics againCarl Worth1-1/+3
2014-04-16linker: Fold set_uniform_binding into call siteIan Romanick1-21/+12
2014-04-16linker: Various trivial clean-ups in set_sampler_bindingIan Romanick1-18/+18
2014-04-16linker: Split set_uniform_binding into separate functions for blocks and samp...Ian Romanick1-3/+39
2014-04-16configure: don't require libudev for gbm or egl drm/waylandJonathan Gray1-5/+16
2014-04-16configure: cleanup libudev handlingEmil Velikov1-5/+6
2014-04-16configure: Use LLVM shared libraries by defaultTom Stellard1-4/+4
2014-04-15i965/fs: Don't propagate saturation modifiers if there are source modifiers.Matt Turner1-0/+2
2014-04-15i965/fs: Don't propagate saturate modifiers into partial writes.Matt Turner1-1/+2
2014-04-15i965/fs: Fix off-by-one in saturate propagation.Matt Turner1-1/+1
2014-04-15haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV2-3/+14
2014-04-14egl/dri2: use drm macros to construct device nameJonathan Gray1-1/+6
2014-04-14cherry-ignore: Ignore a few patchesCarl Worth1-0/+9
2014-04-14r600g: implement edge flagsMarek Olšák3-3/+52
2014-04-14r600g: Don't leak bytecode on shader compile failureMichel Dänzer1-7/+12
2014-04-14glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov1-3/+1
2014-04-14svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul1-2/+2
2014-04-14i965: Stop advertising GL_MESA_ycbcr_texture.Kenneth Graunke1-1/+0
2014-04-14mesa: add bounds checking to eliminate buffer overrunCourtney Goeltzenleuchter1-24/+54
2014-04-14svga: replace sampler assertion with conditionalBrian Paul2-5/+33
2014-04-14i965/vec4: fix record clearing in copy propagationChia-I Wu1-5/+16
2014-04-14glsl: Fix lack of i2u in lower_ubo_reference.Kenneth Graunke1-3/+7
2014-04-14st/xa: Make sure unused samplers are set to NULLThomas Hellstrom1-2/+3
2014-04-14st/xa: Bind destination before setting new stateThomas Hellstrom1-3/+3
2014-04-14nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin1-3/+3
2014-04-14winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom3-6/+81
2014-04-14winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom1-1/+12
2014-04-14egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray1-2/+0
2014-04-14configure.ac: fix the detection of expat with pkg-configJohannes Nixdorf1-1/+1
2014-04-14megadriver_stub.c: don't use _GNU_SOURCE to gate the compat codeJonathan Gray1-2/+2
2014-04-14loader: don't limit the non-udev path to only androidJonathan Gray1-1/+1
2014-04-14loader: use 0 instead of FALSE which isn't definedJonathan Gray1-2/+2
2014-04-14cso: fix sampler view count in cso_set_sampler_views()Brian Paul1-3/+4
2014-04-14winsys/svga: Replace the query mm buffer pool with a slab pool v3Thomas Hellstrom1-5/+13
2014-04-14configure: enable dri3 only for linuxEmil Velikov1-6/+12
2014-04-14mesa: fix glMultiDrawArrays inside a display listBrian Paul1-3/+4
2014-04-14st/mesa: add null pointer checking in query object functionsBrian Paul1-2/+16
2014-04-14mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-upBrian Paul1-4/+4
2014-04-14st/mesa: fix sampler view handling with shared textures v4Christian König3-0/+28
2014-04-14draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca1-1/+2
2014-04-14st/mesa: recreate sampler view on context change v3Christian König1-0/+10