summaryrefslogtreecommitdiff
path: root/src/gallium
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-16scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2-84/+0
2013-11-16freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr6-66/+36
2013-11-16st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov4-23/+23
2013-11-15clover: Remove dead file from Makefile.sources.Matt Turner1-1/+0
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-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
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-11-15tools/trace: Several bugfixes/improvements to dump_state.pyJosé Fonseca1-9/+49
2013-11-15trace: Dump user_buffer members.José Fonseca1-0/+2
2013-11-15radeonsi: add support for Hawaii asics (v2)Alex Deucher5-0/+17
2013-11-14llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger1-2/+4
2013-11-14llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger1-2/+1
2013-11-14gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca5-47/+222
2013-11-14softpipe: (trivial) fix debug codeRoland Scheidegger1-15/+10
2013-11-14llvmpipe: clean up state setup code a bitRoland Scheidegger1-115/+59
2013-11-14gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger5-28/+45
2013-11-13nvc0: release 3d bufctx after drawingBen Skeggs1-0/+3
2013-11-12clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-12draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2-19/+28
2013-11-12gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-11-12nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-12nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-11-11egl-static: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-11r600/llvm: Store inputs in function argumentsVincent Lejeune3-0/+121