summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-01ralloc: Remove the rzalloc-based new/delete operator definition macro.remove-znewFrancisco Jerez1-14/+12
2013-10-01st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch vec4_live_variables to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch fs_live_variables to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch fs_inst to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch ip_record to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Initialize all member variables of cfg_t on construction.Francisco Jerez2-1/+2
2013-10-01i965: Initialize all member variables of bblock_t on construction.Francisco Jerez2-2/+3
2013-10-01glsl: Switch ast_type_qualifier to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01glsl: Switch ast_node to the non-zeroing allocator.Francisco Jerez2-2/+11
2013-10-01i965: Initialize all member variables of vec4_instruction on construction.Francisco Jerez2-1/+16
2013-10-01glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.Francisco Jerez2-3/+15
2013-10-01st/egl: flush resources before presentationGrigori Goronzy1-0/+11
2013-10-01i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GSPaul Berry1-3/+4
2013-10-01mesa: check for bufSize > 0 in _mesa_GetSynciv()Brian Paul1-1/+1
2013-10-01mesa: minor fix-ups for _mesa_validate_sync()Brian Paul2-4/+13
2013-10-01mesa: add missing error checks in _mesa_GetObject[Ptr]Label()Brian Paul1-0/+12
2013-10-01mesa: use caller string in error message in get_label_pointer()Brian Paul1-1/+1
2013-10-01mesa: asst. clean-ups in copy_label()Brian Paul1-10/+27
2013-10-01st/xorg: Include u_surface.h for u_copy_rectAlex Deucher1-0/+1
2013-10-01winsys/freedreno/drm: drop obsolete .gitignoreEmil Velikov1-1/+0
2013-10-01winsys/freedreno/drm: consolidate C sources list into Makefile.sourcesEmil Velikov2-1/+4
2013-10-01winsys/nouveau/drm: consolidate C sources list into Makefile.sourcesEmil Velikov3-3/+6
2013-10-01winsys/i915/sw: consolidate C sources list into Makefile.sourcesEmil Velikov3-11/+8
2013-10-01st/xvmc: consolidate C sources list into Makefile.sourcesEmil Velikov2-6/+8
2013-10-01st/xorg: consolidate C sources list into Makefile.sourcesEmil Velikov3-25/+15
2013-10-01st/xa: consolidate C sources list into Makefile.sourcesEmil Velikov2-7/+9
2013-10-01st/wgl: consolidate C sources list into Makefile.sourcesEmil Velikov2-18/+16
2013-10-01st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov3-63/+33
2013-10-01st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2-12/+14
2013-10-01st/osmesa: consolidate C sources list into Makefile.sourcesEmil Velikov2-2/+4
2013-10-01st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov6-18/+12
2013-10-01st/gbm: consolidate C sources list into Makefile.sourcesEmil Velikov2-1/+4
2013-10-01st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov4-53/+53
2013-10-01st/dri/sw: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+8
2013-10-01st/dri: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+8
2013-10-01st/clover: consolidate CPP sources list into Makefile.sourcesEmil Velikov2-40/+43
2013-10-01galahad: consolidate C sources list into Makefile.sourcesEmil Velikov5-25/+24
2013-10-01noop: consolidate C sources list into Makefile.sourcesEmil Velikov5-17/+24
2013-10-01identity: consolidate C sources list into Makefile.sourcesEmil Velikov5-15/+19
2013-10-01freedreno: consolidate C sources list into Makefile.sourcesEmil Velikov6-41/+47
2013-10-01trace: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+10
2013-10-01llvmpipe: consolidate C sources list into Makefile.sourcesEmil Velikov3-85/+46
2013-10-01rbug: consolidate C sources list into Makefile.sourcesEmil Velikov3-11/+9
2013-10-01softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov4-92/+37
2013-10-01r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2-3/+1
2013-10-01gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov1-3/+0
2013-10-01mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov6-19/+0
2013-10-01gallium/targets: Make use of prebuilt libdricommon.la.Johannes Obermayr9-39/+17