summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.Eric Anholt2015-04-013-0/+1454
* gallivm: (trivial) fix the logic deciding if function call should be used...Roland Scheidegger2015-04-011-3/+1
* gallivm: do some hack heuristic to disable texture functionsRoland Scheidegger2015-04-011-0/+40
* gallivm: implement TG4 for ARB_texture_gatherRoland Scheidegger2015-03-312-40/+133
* gallivm: add gather support to sampler interfaceRoland Scheidegger2015-03-313-21/+34
* gallivm: simplify sampler interfaceRoland Scheidegger2015-03-315-245/+211
* util/debug: Update MgwHelp link, drop BfdHelp link.Jose Fonseca2015-03-311-10/+2
* gallivm: Fix build against LLVM 3.7 SVN r233648Michel Dänzer2015-03-311-0/+5
* gallivm: fix texture function name (key) when using txf/ldRoland Scheidegger2015-03-281-2/+5
* gallivm: Fix build since llvm r233411Jan Vesely2015-03-271-0/+4
* gallivm: use llvm function calls for texturing instead of inliningRoland Scheidegger2015-03-272-26/+438
* gallivm: pass jit_context pointer through to samplingRoland Scheidegger2015-03-278-94/+152
* gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places."Christian König2015-03-271-1/+5
* tgsi: fix out-of-bounds access for cube arraysIlia Mirkin2015-03-261-1/+1
* gallium/util: remove u_linkageIlia Mirkin2015-03-263-218/+0
* gallium/hud: avoid overflowing hud graph name sizeIlia Mirkin2015-03-261-1/+2
* gallium/util: Use HAVE___BUILTIN_FFS* macros.Jonathan Gray2015-03-241-2/+16
* vc4: Allow DRI3 on simulation, as well.Eric Anholt2015-03-241-0/+5
* gallivm: Use MCInstrInfo in the disassembler for querying instruction infoTom Stellard2015-03-231-7/+1
* gallivm: Silence unused variable warnings on release builds.Jose Fonseca2015-03-222-0/+4
* galahad: remove driverEmil Velikov2015-03-211-8/+0
* u_primconvert: add primitive restart supportDave Airlie2015-03-206-86/+201
* gallivm: remove unused 'builder' variableBrian Paul2015-03-191-1/+0
* gallivm: Use INFINITY directly.Jose Fonseca2015-03-181-8/+1
* gallivm: abort properly when running out of buffer space in lp_disassemblyRoland Scheidegger2015-03-171-4/+8
* auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov2015-03-161-2/+2
* tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)Marek Olšák2015-03-161-0/+8
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-164-2/+5
* util: convert slab macros to inline functionsBrian Paul2015-03-131-2/+11
* gallivm: (trivial) Fix typo in comment introduced by 70dc8aAlexandre Demers2015-03-131-1/+1
* gallivm: Prevent double delete on LLVM 3.6Jose Fonseca2015-03-121-0/+1
* nouveau: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-0/+7
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-6/+5
* gallivm: init MM = NULL to silence warningBrian Paul2015-03-041-1/+1
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+4
* gallium/auxiliary/indices: fix start paramMarc-Andre Lureau2015-03-041-4/+4
* tgsi/lowering: don't forget interp for BCOLOR inputsRob Clark2015-03-031-3/+7
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-2/+5
* draw: fix division-by-zero for empty geometry shadersMarek Olšák2015-03-021-2/+5
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-5/+2
* auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray2015-02-271-2/+2
* gallium/util: add debug_print_usage_enum() debug helperBrian Paul2015-02-272-0/+22
* gallium/util: fix 'statement with no effect' warningBrian Paul2015-02-271-2/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-2/+5
* include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca2015-02-262-28/+1
* util: add debug_print_bind_flags() debug helperBrian Paul2015-02-262-0/+36
* mesa: move math-related function into new c99_math.h fileBrian Paul2015-02-231-1/+1
* gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner2015-02-235-390/+88
* gallium/util: Use HAVE___BUILTIN_* macros.Matt Turner2015-02-231-6/+5
* mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.Matt Turner2015-02-231-143/+0