summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-07egl/build: Sort egl sources alphabetically.Matt Turner1-15/+15
2014-04-07egl/build: Remove unused -DXF86VIDMODE.Matt Turner1-4/+0
2014-04-07egl/build: Include headers and XML in distribution.Matt Turner3-2/+11
2014-04-07egl/build: Drop two unnecessary Makefiles.Matt Turner3-51/+5
2014-04-07i965/fs: Remove left-over 'removed' variable.Matt Turner1-13/+8
2014-04-07i965/fs: Check for interference after finding all channels.Matt Turner1-11/+26
2014-04-07i965: initialize more device info fields for CherryviewJordan Justen1-0/+2
2014-04-07swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul1-182/+261
2014-04-07swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul1-457/+10
2014-04-07swrast: rename texture fetch functions (pt. 7)Brian Paul2-38/+38
2014-04-07swrast: rename texture fetch functions (pt. 6)Brian Paul2-83/+83
2014-04-07swrast: rename texture fetch functions (pt. 5)Brian Paul2-35/+35
2014-04-07swrast: rename texture fetch functions (pt. 4)Brian Paul2-56/+56
2014-04-07swrast: rename texture fetch functions (pt. 3)Brian Paul2-56/+56
2014-04-07swrast: rename texture fetch functions (pt. 2)Brian Paul2-60/+60
2014-04-07swrast: rename texture fetch functions (pt. 1)Brian Paul2-44/+44
2014-04-07mesa: rename stencil/Z functions in format_unpack.cBrian Paul1-40/+40
2014-04-07nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin1-3/+3
2014-04-07winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom3-6/+81
2014-04-07winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom1-1/+12
2014-04-07nvc0: add support for texture gatherIlia Mirkin4-5/+22
2014-04-07nvc0: enable texture query lodIlia Mirkin4-1/+55
2014-04-07nv50: enable texture query lodIlia Mirkin6-1/+34
2014-04-07st/mesa: add support for ARB_texture_query_lodDave Airlie2-2/+4
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie17-2/+32
2014-04-05i965/vec4: Allow constant propagation into dot product.Matt Turner1-0/+4
2014-04-05glsl: Optimize (x + y cmp 0) into (x cmp -y).Matt Turner1-0/+22
2014-04-05i965/fs: Split out can_coalesce_vars() function.Matt Turner1-44/+47
2014-04-05i965/fs: Split out is_coalesce_candidate() function.Matt Turner1-14/+23
2014-04-05i965/fs: Split fs_visitor::register_coalesce() into its own file.Matt Turner3-181/+209
2014-04-05i965/fs: Mark appropriate fs_inst members as const.Matt Turner2-15/+15
2014-04-05i965: Mark is_tex() and friends as const.Matt Turner2-10/+10
2014-04-05i965/fs: Don't propagate saturation modifiers if there are source modifiers.Matt Turner1-0/+2
2014-04-05i965/fs: Don't propagate saturate modifiers into partial writes.Matt Turner1-1/+2
2014-04-05i965/fs: Fix off-by-one in saturate propagation.Matt Turner1-1/+1
2014-04-05i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.Matt Turner1-12/+8
2014-04-05i965/fs: Name temporary ralloc contexts something other than mem_ctx.Matt Turner2-10/+10
2014-04-05i965/fs: Recalculate live intervals in calculate_register_pressure().Matt Turner1-0/+1
2014-04-05egl/dri2: use drm macros to construct device nameJonathan Gray1-1/+6
2014-04-05egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray1-2/+0
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray18-20/+20
2014-04-05targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPSEmil Velikov10-18/+2
2014-04-05targets/omx: use GALLIUM_COMMON_LIB_DEPSEmil Velikov1-2/+2
2014-04-05targets/xvmc: use GALLIUM_COMMON_LIB_DEPSEmil Velikov3-3/+2
2014-04-05r600/omx: drop -lstdc++ hackEmil Velikov1-2/+1
2014-04-05drivers/nouveau: mention dummy.cpp to use g++ linkerEmil Velikov1-1/+1
2014-04-05drivers/nouveau: use GALLIUM_COMMON_LIB_DEPSEmil Velikov1-2/+1
2014-04-05drivers/r300: use GALLIUM_COMMON_LIB_DEPSEmil Velikov1-1/+1
2014-04-05automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov7-35/+15
2014-04-05automake: move GALLIUM_DRI_LIB_DEPS to Automake.incEmil Velikov1-0/+9