summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul2015-04-151-0/+1
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59
* gallium/ttn: add support for temp arraysRob Clark2015-04-111-15/+145
* gallium/ttn: minor cleanupRob Clark2015-04-111-5/+6
* gallivm: Fix build since llvm-3.7.0svn r234495Nick Sarnie2015-04-101-4/+0
* gallivm: Fix build since llvm-3.7.0svn r234460.Vinson Lee2015-04-091-0/+4
* draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)Roland Scheidegger2015-04-091-5/+5
* gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger2015-04-092-67/+54
* u_tile: fix warnings about incompatible casts.Dave Airlie2015-04-081-3/+3
* u_tile: fix stencil texturing tests under softpipeDave Airlie2015-04-081-6/+6
* gallium/ttn: MOD is an integer instructionRob Clark2015-04-051-1/+1
* gallium/ttn: add UMADRob Clark2015-04-051-1/+11
* i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin2015-04-011-1/+1
* gallium: ship tgsi_to_nir.h in the tarballEmil Velikov2015-04-011-1/+2
* automake,scons: Put NIR source files in a separate var to fix SCons build.Jose Fonseca2015-04-012-1/+4
* automake: Fix out-of-source builds.Jose Fonseca2015-04-011-0/+1
* 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