aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: Add ASTC formats to format table.Jose Fonseca2015-11-231-0/+28
* freedreno/ir3: add support for a few gs5 opsIlia Mirkin2015-11-231-0/+27
* ttn: fix UMSB conversionIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: add ARB_texture_query_lod supportIlia Mirkin2015-11-232-6/+20
* ttn: add LODQ supportIlia Mirkin2015-11-231-2/+9
* freedreno/a4xx: re-emit program on dirty framebufferIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin2015-11-231-5/+34
* freedreno/a4xx: only compute texture offset once for the viewIlia Mirkin2015-11-233-13/+6
* freedreno/a4xx: add ARB_texture_view supportIlia Mirkin2015-11-233-8/+10
* freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 supportIlia Mirkin2015-11-233-3/+9
* freedreno/a4xx: add ARB_texture_rgb10_a2ui supportIlia Mirkin2015-11-232-2/+3
* freedreno/a4xx: add astc formatsIlia Mirkin2015-11-232-1/+39
* gallium: add ASTC formatsIlia Mirkin2015-11-235-3/+126
* gallium/util: remove the fake format helpers for bptc and etc2Ilia Mirkin2015-11-234-108/+7
* freedreno/a4xx: support 16384 texels in buffer textureIlia Mirkin2015-11-232-5/+4
* freedreno/a4xx: add ARB_texture_buffer_range supportIlia Mirkin2015-11-233-15/+41
* freedreno/a4xx: add polygon mode supportIlia Mirkin2015-11-234-4/+26
* pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov2015-11-231-2/+2
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-232-2/+2
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-11-221-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-222-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-11-221-2/+6
* vc4: Take precedence over ilo when in simulator mode.Eric Anholt2015-11-221-8/+12
* vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt2015-11-222-5/+0
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-221-1/+1
* vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.Eric Anholt2015-11-212-6/+5
* vc4: Fix point size lookup.Eric Anholt2015-11-211-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
* freedreno/a4xx: disable blending and alphatest for integer rt0Ilia Mirkin2015-11-211-2/+13
* freedreno/a4xx: fix independent blendIlia Mirkin2015-11-212-2/+3
* freedreno/a4xx: enable ARB_base_instance supportIlia Mirkin2015-11-211-1/+1
* freedreno/a4xx: set fetchsize in mem2gmem texture restoreIlia Mirkin2015-11-211-1/+2
* freedreno/a4xx: add 11_11_10_float vertex type supportIlia Mirkin2015-11-212-1/+2
* freedreno/a4xx: fix 3d texture setupIlia Mirkin2015-11-213-3/+7
* freedreno/a4xx: only align slices in non-layer_first texturesIlia Mirkin2015-11-211-2/+4
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* targets/nine: remove unused static functionsEmil Velikov2015-11-211-36/+0
* targets/nine: add note about messy header inclusion orderEmil Velikov2015-11-211-0/+1
* targets/nine: add note about fd owndershipEmil Velikov2015-11-211-0/+2
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* st/dri: NULL check the pscreen earlierEmil Velikov2015-11-213-16/+14
* st/dri: Don't close the drm fd on failureEmil Velikov2015-11-211-2/+2
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-212-377/+0
* {st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov2015-11-212-30/+8
* {st,targets}/xa: use static/dynamic pipe-loaderEmil Velikov2015-11-214-22/+8
* {auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov2015-11-2111-36/+25
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-2113-94/+19
* pipe-loader: add preliminary Android supportEmil Velikov2015-11-212-0/+50
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-213-0/+37