aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-0625-91/+91
* gallium/auxiliary: Fix zero integer literal to pointer comparisonEdward O'Callaghan2015-12-061-1/+1
* gallium/util: fix pipe_debug_message macro to allow 0 argsIlia Mirkin2015-12-041-1/+1
* draw: fix clipping of layer/vp index outputsRoland Scheidegger2015-12-041-139/+186
* gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan2015-12-031-1/+1
* automake: Fix typo in MSVC2008 compat flags.Jose Fonseca2015-12-031-1/+1
* ttn: Whitelist from -Werror=declaration-after-statement.Jose Fonseca2015-12-031-0/+4
* util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca2015-12-021-2/+4
* gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1Edward O'Callaghan2015-12-021-4/+12
* gallium/util: Fix util_blitter_clear_render_target() for num_layers>1Edward O'Callaghan2015-12-021-3/+12
* Remove Sun CC specific code.Jose Fonseca2015-12-021-5/+5
* vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce2015-11-301-1/+1
* auxiliary/vl/dri: fd management cleanupsEmil Velikov2015-11-291-2/+5
* auxiliary/vl/drm: fd management cleanupsEmil Velikov2015-11-291-1/+7
* pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov2015-11-291-4/+4
* gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LISTNicolai Hähnle2015-11-261-1/+9
* targets: use the non-inline sw helpersEmil Velikov2015-11-251-1/+2
* target-hepers: add non inline sw helpersEmil Velikov2015-11-252-0/+83
* pipe-loader: fix off-by one errorEmil Velikov2015-11-251-1/+1
* ttn: fix UMSB conversionIlia Mirkin2015-11-231-1/+1
* ttn: add LODQ supportIlia Mirkin2015-11-231-2/+9
* gallium: add ASTC formatsIlia Mirkin2015-11-234-3/+96
* gallium/util: remove the fake format helpers for bptc and etc2Ilia Mirkin2015-11-234-108/+7
* pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov2015-11-231-2/+2
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-231-1/+1
* vc4: Take precedence over ilo when in simulator mode.Eric Anholt2015-11-221-8/+12
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-221-1/+1
* pipe-loader: Fix PATH_MAX define on MSVC.Jose Fonseca2015-11-211-0/+5
* scons: Conditionally use DRM module on pipe-loader.Jose Fonseca2015-11-211-5/+4
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-211-371/+0
* {auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov2015-11-213-24/+1
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-212-52/+0
* pipe-loader: add preliminary Android supportEmil Velikov2015-11-211-0/+49
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-212-0/+36
* pipe-loader: don't mix code and variable declarationsEmil Velikov2015-11-211-1/+2
* target-helpers: add a non-inline drm_helper.hEmil Velikov2015-11-211-0/+275
* target-helpers: move the DRI specifics to the targetEmil Velikov2015-11-212-146/+0
* automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2015-11-211-4/+0
* pipe-loader: wire up the 'static' sw pipe-loaderEmil Velikov2015-11-211-0/+47
* pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2015-11-212-3/+161
* pipe-loader: add a dummy 'static' pipe-loaderEmil Velikov2015-11-211-3/+20
* gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov2015-11-211-4/+4
* pipe-loader: dlopen/dlsym the pipe-driver at probe timeEmil Velikov2015-11-211-27/+17
* pipe-loader: annotate the ops as const dataEmil Velikov2015-11-212-4/+4
* pipe-loader: teardown the winsys, if create_screen failsEmil Velikov2015-11-211-1/+6
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-36/+91
* pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov2015-11-211-13/+4
* pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov2015-11-211-20/+18