aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: fix lp_build_compare_extRoland Scheidegger2015-07-062-1/+4
* gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák2015-07-052-0/+67
* gallium/os: add os_wait_until_zero (v2)Marek Olšák2015-07-052-1/+48
* gallium/ttn: mark location specially in nir for color0-writes-allIlia Mirkin2015-07-031-1/+6
* gallium/ttn: IN/OUT are only array if ArrayID != 0Rob Clark2015-07-031-62/+81
* gallivm: add fp64 support. (v2.1)Dave Airlie2015-07-018-31/+553
* tgsi: add infer support for double opcodes.Dave Airlie2015-07-011-0/+37
* gallium/ttn: don't upset nir_validate w/ BRK'sRob Clark2015-06-301-1/+1
* gallium/ttn: add TXB2Rob Clark2015-06-301-0/+11
* gallium/ttn: partial fix for output arraysRob Clark2015-06-301-2/+4
* gallium/hud: prevent NULL pointer dereference with pipe_query functionsSamuel Pitoiset2015-06-281-6/+8
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS valueMarek Olšák2015-06-252-2/+2
* tgsi_to_nir: Fix translation of TXF on MSAA targets.Eric Anholt2015-06-231-2/+10
* draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.Jose Fonseca2015-06-231-0/+1
* draw/gallivm: add invocation ID support for llvmpipe.Dave Airlie2015-06-235-3/+14
* draw/tgsi: implement geom shader invocation support.Dave Airlie2015-06-234-18/+34
* tgsi: handle indirect sampler arrays. (v2)Dave Airlie2015-06-231-4/+38
* gallium/ttn: add missing SNERob Clark2015-06-211-0/+1
* gallium/ttn: add texture-type supportRob Clark2015-06-211-1/+43
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-215-46/+143
* util/pstipple: updates for SVIEW declsRob Clark2015-06-211-5/+17
* draw: updates to support SVIEW declsRob Clark2015-06-212-2/+32
* tgsi/transform: add support for SVIEW declsRob Clark2015-06-211-0/+21
* u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul2015-06-191-1/+2
* tgsi: add comments for ureg_emit_label()Brian Paul2015-06-191-0/+6
* tgsi: new comments, assertion for executing TGSI_OPCODE_CALBrian Paul2015-06-191-1/+5
* llvmpipe: Truncate the binned constants to max const buffer size.Jose Fonseca2015-06-191-1/+5
* gallium: Enable build of NIR support on Android.Eric Anholt2015-06-151-0/+3
* gallium/util: add util_last_bit64Marek Olšák2015-06-141-0/+19
* gallivm: Only build lp_profile() body when PROFILE is definedTom Stellard2015-06-121-1/+1
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+8
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* tgsi/ureg: fix a coverity defect in emit_declsMarek Olšák2015-06-051-3/+4
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-054-36/+142
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-052-24/+66
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-052-13/+28
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-052-19/+19
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-052-16/+59
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-052-3/+25
* draw: (trivial) fix NULL pointer dereferenceRoland Scheidegger2015-06-051-2/+2
* gallium/util: silence silence unused var warnings for non-debug buildBrian Paul2015-06-011-2/+1
* gallivm: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* draw: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+4
* gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca2015-06-011-13/+1
* gallivm: make sampling more robust when the sampler setup is bogusRoland Scheidegger2015-05-291-6/+32
* gallivm: Use the LLVM's C disassembly interface.Jose Fonseca2015-05-291-223/+37
* gallivm: Disable frame pointer omission on LLVM 3.7.Jose Fonseca2015-05-291-0/+10