aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* targets/xvmc: do not link against libtrace.laEmil Velikov2013-11-162-2/+0
* targets/xvmc: consolidate lib deps into Automake.incEmil Velikov2013-11-163-8/+8
* targets/xvmc: move linker flags to Automake.incEmil Velikov2013-11-163-8/+9
* targets/xvmc: use drop duplicated compiler flagsEmil Velikov2013-11-162-13/+2
* gallium/winsys: compact compiler flags into Automake.incEmil Velikov2013-11-1614-32/+28
* targets/vdpau: drop unused libraries from linkerEmil Velikov2013-11-163-5/+0
* targets/vdpau: consolidate lib deps into Automake.incEmil Velikov2013-11-164-12/+10
* targets/vdpau: move linker flags to Automake.incEmil Velikov2013-11-164-18/+16
* targets/vdpau: compact compiler flags into Automake.incEmil Velikov2013-11-164-20/+14
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-1617-109/+84
* targets/radeonsi: move drm_target.c to a common folderEmil Velikov2013-11-165-2/+4
* targets/r600: move drm_target.c to common folderEmil Velikov2013-11-167-3/+6
* targets/r300: move drm_target.c to common folderEmil Velikov2013-11-163-1/+2
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-166-0/+12
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* st/xvmc: enable automake subdir-objectsEmil Velikov2013-11-161-0/+1
* dri/common: move source file lists to Makefile.sourcesEmil Velikov2013-11-163-11/+9
* gtest: enable subdir-objects to prevent automake warningsEmil Velikov2013-11-161-0/+2
* gbm: enable subdir-objects to prevent automake warningsEmil Velikov2013-11-161-0/+2
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-163-2/+4
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-166-66/+36
* scons: drop obsolete enabled_apis variableEmil Velikov2013-11-161-7/+0
* Android: remove unused MESA_ENABLED_APIS variableEmil Velikov2013-11-163-6/+0
* st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov2013-11-164-23/+23
* i965: Assert that IF with cmod is Gen6 only.Matt Turner2013-11-152-4/+4
* i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee2013-11-151-0/+2
* mesa: Dynamically allocate the storage for program local parameters.Eric Anholt2013-11-154-3/+33
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-158-37/+5
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-158-28/+2
* mesa: Update a comment about valid values of a field.Eric Anholt2013-11-151-1/+1
* glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.Eric Anholt2013-11-151-3/+4
* glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Move the CSE equality functions to the ir class.Eric Anholt2013-11-154-179/+222
* clover: Remove dead file from Makefile.sources.Matt Turner2013-11-151-1/+0
* i965: Rework brw_new_batch to actually start a new batch.Kenneth Graunke2013-11-151-4/+5
* i965: Move cache_used_by_gpu flag setting to brw_finish_batch.Kenneth Graunke2013-11-151-6/+6
* i915: Actually enable __DRI2rendererQueryExtensionRecIan Romanick2013-11-151-0/+1
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* mesa: remove duplicated prototypes in varray.hBrian Paul2013-11-151-6/+0
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3