aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add interface for writable shader imagesMarek Olšák2015-07-165-0/+51
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* auxiliary/vl: use the correct screen indexEmil Velikov2015-07-131-4/+13
* auxiliary/vl: use loader_open_device() over open()Emil Velikov2015-07-132-1/+4
* pipe-loader: use loader_open_device() rather than open()Emil Velikov2015-07-131-1/+1
* pipe-loader: remove pipe_loader_sw_probe_xlibEmil Velikov2015-07-132-46/+0
* automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov2015-07-131-3/+0
* automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov2015-07-131-24/+18
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-133-87/+4
* pipe-loader: simplify pipe_loader_drm_probeEmil Velikov2015-07-131-9/+4
* pipe-loader: drop support for non-render node devicesEmil Velikov2015-07-131-59/+1
* tgsi: add DFMA to the opcode infer functions.Dave Airlie2015-07-111-0/+1
* tgsi: whitespace fixes in tgsi_parse.cBrian Paul2015-07-091-13/+13
* vl: cleanup video buffer private when the decoder is destroyedChristian König2015-07-092-0/+28
* gallium/hud: display percentages with % suffixBrian Paul2015-07-071-0/+3
* gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul2015-07-071-5/+20
* gallium/hud: replace byte units flag with pipe_driver_query_typeBrian Paul2015-07-073-16/+18
* gallium/os: minor whitespace fixes in os_time.hBrian Paul2015-07-071-5/+6
* 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