summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrast: rename texture fetch functions (pt. 7)Brian Paul2014-04-072-38/+38
* swrast: rename texture fetch functions (pt. 6)Brian Paul2014-04-072-83/+83
* swrast: rename texture fetch functions (pt. 5)Brian Paul2014-04-072-35/+35
* swrast: rename texture fetch functions (pt. 4)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 3)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 2)Brian Paul2014-04-072-60/+60
* swrast: rename texture fetch functions (pt. 1)Brian Paul2014-04-072-44/+44
* mesa: rename stencil/Z functions in format_unpack.cBrian Paul2014-04-071-40/+40
* nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin2014-04-071-3/+3
* winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom2014-04-073-6/+81
* winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom2014-04-071-1/+12
* docs: mark ARB_texture_gather as done on nvc0Ilia Mirkin2014-04-071-1/+1
* nvc0: add support for texture gatherIlia Mirkin2014-04-074-5/+22
* docs: mark ARB_texture_query_lod as done for nv50, nvc0Ilia Mirkin2014-04-071-1/+1
* nvc0: enable texture query lodIlia Mirkin2014-04-074-1/+55
* nv50: enable texture query lodIlia Mirkin2014-04-076-1/+34
* st/mesa: add support for ARB_texture_query_lodDave Airlie2014-04-072-2/+4
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-0717-2/+32
* i965/vec4: Allow constant propagation into dot product.Matt Turner2014-04-051-0/+4
* glsl: Optimize (x + y cmp 0) into (x cmp -y).Matt Turner2014-04-051-0/+22
* i965/fs: Split out can_coalesce_vars() function.Matt Turner2014-04-051-44/+47
* i965/fs: Split out is_coalesce_candidate() function.Matt Turner2014-04-051-14/+23
* i965/fs: Split fs_visitor::register_coalesce() into its own file.Matt Turner2014-04-053-181/+209
* i965/fs: Mark appropriate fs_inst members as const.Matt Turner2014-04-052-15/+15
* i965: Mark is_tex() and friends as const.Matt Turner2014-04-052-10/+10
* i965/fs: Don't propagate saturation modifiers if there are source modifiers.Matt Turner2014-04-051-0/+2
* i965/fs: Don't propagate saturate modifiers into partial writes.Matt Turner2014-04-051-1/+2
* i965/fs: Fix off-by-one in saturate propagation.Matt Turner2014-04-051-1/+1
* i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.Matt Turner2014-04-051-12/+8
* i965/fs: Name temporary ralloc contexts something other than mem_ctx.Matt Turner2014-04-052-10/+10
* i965/fs: Recalculate live intervals in calculate_register_pressure().Matt Turner2014-04-051-0/+1
* egl/dri2: use drm macros to construct device nameJonathan Gray2014-04-051-1/+6
* configure: don't require libudev for gbm or egl drm/waylandJonathan Gray2014-04-051-5/+16
* egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray2014-04-051-2/+0
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-0518-20/+20
* targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPSEmil Velikov2014-04-0510-18/+2
* targets/omx: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-2/+2
* targets/xvmc: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-053-3/+2
* r600/omx: drop -lstdc++ hackEmil Velikov2014-04-051-2/+1
* drivers/nouveau: mention dummy.cpp to use g++ linkerEmil Velikov2014-04-051-1/+1
* drivers/nouveau: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-2/+1
* drivers/r300: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-057-35/+15
* automake: move GALLIUM_DRI_LIB_DEPS to Automake.incEmil Velikov2014-04-052-3/+9
* configure.ac: fix the detection of expat with pkg-configJohannes Nixdorf2014-04-051-1/+1
* megadriver_stub.c: don't use _GNU_SOURCE to gate the compat codeJonathan Gray2014-04-051-2/+2
* loader: don't limit the non-udev path to only androidJonathan Gray2014-04-051-1/+1
* loader: use 0 instead of FALSE which isn't definedJonathan Gray2014-04-051-2/+2
* clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez2014-04-051-4/+6
* i965: Mark SNB GT1 as a GT1.Matt Turner2014-04-041-1/+1