summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: don't try to emit half-float intrinsics if avx isn't availableRoland Scheidegger2014-09-191-1/+1
* draw: (trivial) remove duplicated linesRoland Scheidegger2014-09-181-12/+0
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-172-7/+25
* gallivm: add texture target information for sample opcodes to tgsi infoRoland Scheidegger2014-09-171-14/+43
* gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formatsRichard Sandiford2014-09-171-0/+3
* gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formatsRichard Sandiford2014-09-171-0/+9
* util: move shared rgtc code to util (v2)Dave Airlie2014-09-172-118/+46
* util: Add big-endian layout for a number of formats.Richard Sandiford2014-09-162-35/+42
* gallivm: Fix uses of 2^24Richard Sandiford2014-09-161-4/+4
* gallivm: Add SNORM clamping to lp_build_{add, sub}Richard Sandiford2014-09-161-6/+28
* gallivm: attach DataLayout to module too, not just pass manager.Rafael Ávila de Espíndola2014-09-161-0/+7
* gallivm: handle SAMPLE opcode in aos samplingRoland Scheidegger2014-09-162-13/+50
* tgsi: accept offsets for sample opcodes too in the text parserRoland Scheidegger2014-09-161-3/+2
* tgsi: don't print texture target for sample opcodesRoland Scheidegger2014-09-161-2/+5
* util/u_format: add _is_alpha()Rob Clark2014-09-122-0/+19
* gallium/util: add missing u_debug includeAndreas Boll2014-09-121-0/+1
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* u_vbuf: simple whitespace fixBrian Paul2014-09-101-1/+2
* pipe-loader: Include unistd.h in pipe_loader_drm.c for close function.Vinson Lee2014-09-101-0/+1
* automake: remove obsolete NEED_GALLIUM_LOADEREmil Velikov2014-09-093-8/+5
* gallivm: (trivial) don't try to use rcp when the division 1/x is integerRoland Scheidegger2014-09-091-1/+1
* gallivm: (trivial) fix min / max variable namesRoland Scheidegger2014-09-091-8/+8
* gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand2014-09-061-5/+21
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-051-4/+9
* gallivm: Fix build against LLVM SVN >= r216982Michel Dänzer2014-09-032-0/+11
* u_primconvert: Use u_upload_mgr for our little IB allocations.Eric Anholt2014-09-021-11/+9
* u_primconvert: Shut up compiler warning.Eric Anholt2014-09-021-1/+1
* u_blitter: Create all shaders on demandMichel Dänzer2014-09-021-43/+104
* gallium/pb_bufmgr_cache: limit the size of cacheMarek Olšák2014-09-012-3/+20
* pipe-loader: use the correct screen indexMarek Olšák2014-09-011-2/+18
* gallivm: fix somewhat broken NaN behavior for exp2Roland Scheidegger2014-08-302-13/+25
* gallivm: handle cube map arrays for texture samplingRoland Scheidegger2014-08-305-44/+107
* draw: kill off bogus assertion in tgsi_fetch_gs_outputsRoland Scheidegger2014-08-301-3/+2
* tgsi: (trivial) fix handling msaa resources on TXFRoland Scheidegger2014-08-301-1/+4
* draw: remove fishy num_samplers/num_sampler_views check in llvm pathRoland Scheidegger2014-08-301-5/+1
* u_vbuf: Make sure all caps are initializedMichel Dänzer2014-08-291-24/+16
* gallium/ilo: cleanup intel_winsys.hEmil Velikov2014-08-281-1/+1
* draw: fix base instance handling in llvm pathRoland Scheidegger2014-08-283-10/+18
* vl/compositor: set the scissor before clearing the render targetChristian König2014-08-261-1/+1
* u_vbuf: Add a few more format fallbacks.Eric Anholt2014-08-241-0/+32
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-243-117/+87
* auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee2014-08-221-2/+2
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák2014-08-191-1/+1
* gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák2014-08-191-0/+3
* util: whitespace and formatting fixes in u_math.hBrian Paul2014-08-161-17/+23
* Revert "hud: don't overrun malloced arrays"Dave Airlie2014-08-161-1/+0