summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/i915/sw: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-11/+8
* st/xvmc: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-6/+8
* st/xorg: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-25/+15
* st/xa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-7/+9
* st/wgl: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-18/+16
* st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-63/+33
* st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-12/+14
* st/osmesa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-2/+4
* st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-015-17/+11
* st/gbm: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-1/+4
* st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov2013-10-014-53/+53
* st/dri/sw: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/dri: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/clover: consolidate CPP sources list into Makefile.sourcesEmil Velikov2013-10-012-40/+43
* galahad: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-25/+23
* noop: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-17/+23
* identity: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-15/+18
* freedreno: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-016-41/+47
* trace: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+10
* llvmpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-85/+46
* rbug: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-11/+9
* softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-92/+37
* r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2013-10-011-1/+1
* gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov2013-10-011-3/+0
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-016-19/+0
* gallium/targets: Make use of prebuilt libdricommon.la.Johannes Obermayr2013-10-018-38/+17
* i915: Fix memory leak in do_blit_readpixels.Vinson Lee2013-09-301-0/+1
* llvmpipe: Remove unnecessary null check of shader.Vinson Lee2013-09-301-1/+1
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* draw: Add a null check for draw.Vinson Lee2013-09-301-1/+1
* st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-302-0/+2
* st/vdpau: Include u_format.h for util_format_description.Vinson Lee2013-09-301-0/+1
* st/xvmc: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-301-0/+1
* st/egl: include u_format.h for util_format_get_blocksize()Brian Paul2013-09-301-0/+1
* svga: fix pixel center integerBrian Paul2013-09-301-2/+4
* svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERBrian Paul2013-09-301-1/+1
* svga: we don't support TGSI_OPCODE_CONTBrian Paul2013-09-302-2/+5
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-304-9/+3
* i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt2013-09-301-1/+2
* mesa: Remove all traces of GL_OES_matrix_getIan Romanick2013-09-303-12/+0
* Use -Bsymbolic when linking libEGL.soCarl Worth2013-09-301-1/+1
* i965/blorp: retype destination register for texture SEND instruction to UW.Paul Berry2013-09-301-1/+1
* i965: Add a real native TexStorage path.Eric Anholt2013-09-301-0/+63
* i965: Add missing license to intel_tex_validate.c.Eric Anholt2013-09-301-0/+23
* i965: Always allocate validated miptrees from level 0.Eric Anholt2013-09-301-6/+5
* i965: Don't relayout a texture just for baselevel changes.Eric Anholt2013-09-302-24/+39
* i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.Eric Anholt2013-09-301-1/+2
* i965: Stop allocating miptrees with first_level != 0.Eric Anholt2013-09-301-17/+6
* i965: Drop a special case for guessing small miptree levels.Eric Anholt2013-09-301-43/+30
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-304-19/+12