summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-211-1/+16
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-213-1/+17
* llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger2013-11-211-6/+82
* svga: remove special-case code for texkil w componentBrian Paul2013-11-211-23/+6
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-213-19/+5
* tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca2013-11-211-0/+3
* winsys/radeon: cleanup virtual memory nonsenseChristian König2013-11-212-20/+18
* gallivm: Ignore unknown file type in non-debug builds.Vinson Lee2013-11-201-0/+1
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-205-6/+19
* gallivm: Fix mask calculation for emit_kill_if.Si Chen2013-11-191-5/+8
* svga: improve check for 3D compressed texturesBrian Paul2013-11-191-5/+7
* svga: we don't supported 3D compressed texturesBrian Paul2013-11-181-0/+6
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-181-1/+36
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-184-4/+4
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-181-2/+6
* osmesa: add support for postprocess filtersBrian Paul2013-11-181-0/+87
* postprocess: document the pp_init() function.Brian Paul2013-11-181-1/+8
* postprocess: move #defines to filters.hBrian Paul2013-11-182-3/+4
* postprocess: refactor header files, etcBrian Paul2013-11-188-47/+70
* postprocess: rename program to pp_programBrian Paul2013-11-188-23/+23
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* targets/xvmc: export only necessary symbolsEmil Velikov2013-11-181-1/+1
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* st/vega: Fix broken assertChris Forbes2013-11-171-1/+1
* r600/sb: Fix broken assertChris Forbes2013-11-171-1/+1
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-175-44/+123
* targets/dri: move linker flags out of configure into Automake.incEmil Velikov2013-11-1610-9/+17
* targets/dri: compact compiler flags into Automake.incEmil Velikov2013-11-1610-75/+22
* 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
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-162-84/+0
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-166-66/+36
* st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov2013-11-164-23/+23
* clover: Remove dead file from Makefile.sources.Matt Turner2013-11-151-1/+0
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1