summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-16targets/vdpau: drop unused libraries from linkerEmil Velikov3-5/+0
2013-11-16targets/vdpau: consolidate lib deps into Automake.incEmil Velikov4-12/+10
2013-11-16targets/vdpau: move linker flags to Automake.incEmil Velikov4-18/+16
2013-11-16targets/vdpau: compact compiler flags into Automake.incEmil Velikov4-20/+14
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov17-109/+84
2013-11-16targets/radeonsi: move drm_target.c to a common folderEmil Velikov5-2/+4
2013-11-16targets/r600: move drm_target.c to common folderEmil Velikov7-3/+6
2013-11-16targets/r300: move drm_target.c to common folderEmil Velikov3-1/+2
2013-11-16gallium/drivers: enable automake subdir-objectsEmil Velikov6-0/+12
2013-11-16r300: move the final sources list to Makefile.sourcesEmil Velikov2-12/+15
2013-11-16r300: add symlink to ralloc.c and register_allocate.cEmil Velikov3-3/+5
2013-11-16st/xvmc: enable automake subdir-objectsEmil Velikov1-0/+1
2013-11-16dri/common: move source file lists to Makefile.sourcesEmil Velikov3-11/+9
2013-11-16gtest: enable subdir-objects to prevent automake warningsEmil Velikov1-0/+2
2013-11-16gbm: enable subdir-objects to prevent automake warningsEmil Velikov1-0/+2
2013-11-16scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov3-2/+4
2013-11-16freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr7-68/+36
2013-11-16scons: drop obsolete enabled_apis variableEmil Velikov1-7/+0
2013-11-16Android: remove unused MESA_ENABLED_APIS variableEmil Velikov3-6/+0
2013-11-16st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov4-23/+23
2013-11-15i965: Assert that IF with cmod is Gen6 only.Matt Turner2-4/+4
2013-11-15i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee1-0/+2
2013-11-15mesa: Dynamically allocate the storage for program local parameters.Eric Anholt4-3/+33
2013-11-15mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt8-37/+5
2013-11-15mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt8-28/+2
2013-11-15mesa: Update a comment about valid values of a field.Eric Anholt1-1/+1
2013-11-15glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.Eric Anholt1-3/+4
2013-11-15glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.Eric Anholt1-1/+3
2013-11-15glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.Eric Anholt1-1/+3
2013-11-15glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.Eric Anholt1-1/+3
2013-11-15glsl: Move the CSE equality functions to the ir class.Eric Anholt4-179/+222
2013-11-15clover: Remove dead file from Makefile.sources.Matt Turner1-1/+0
2013-11-15i965: Rework brw_new_batch to actually start a new batch.Kenneth Graunke1-4/+5
2013-11-15i965: Move cache_used_by_gpu flag setting to brw_finish_batch.Kenneth Graunke1-6/+6
2013-11-15i915: Actually enable __DRI2rendererQueryExtensionRecIan Romanick1-0/+1
2013-11-15radeon/llvm: Free elf_buffer after useAaron Watry1-0/+1
2013-11-15r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry1-0/+3
2013-11-15r600/llvm: initialize radeon_llvm_binaryAaron Watry1-0/+1
2013-11-15svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul1-12/+2
2013-11-15svga: print warning for unsupported indirect dest reg indexingBrian Paul1-0/+4
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-11-15svga: do primitive trimming in translate_indices()Brian Paul1-3/+12
2013-11-15indices: add comments, assertions in u_indices.c fileBrian Paul1-0/+26
2013-11-15mesa: remove duplicated prototypes in varray.hBrian Paul1-6/+0
2013-11-15gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry1-0/+3
2013-11-15radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry1-0/+1
2013-11-15radeonsi/compute: Free program and program.kernels on shutdownAaron Watry1-1/+15
2013-11-15radeon/llvm: Free created llvm memory bufferAaron Watry1-0/+1
2013-11-15radeon/llvm: Free libelf resourcesAaron Watry1-0/+3
2013-11-15radeon/llvm: fix spelling errorAaron Watry1-1/+1