summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-015-2/+5
* nvc0/ir: only merge emit/restart for identical streamsIlia Mirkin2014-07-011-3/+10
* nvc0/ir: avoid creating restarts with non-0 streamIlia Mirkin2014-07-011-3/+7
* nvc0/ir: fix emitting vertex streamIlia Mirkin2014-07-011-7/+8
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-0114-1/+23
* gallium: add an index argument to create_queryIlia Mirkin2014-07-0124-30/+49
* gallium: add support for stream in so infoIlia Mirkin2014-07-012-0/+2
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-012-6/+6
* radeonsi: Use dma_copy when possible for si_blit.Axel Davy2014-07-011-0/+19
* targets/egl-static: use inline_drm_helper and Automake.inc helpersEmil Velikov2014-06-307-268/+54
* targets/gbm: convert to static/shared pipe-driverEmil Velikov2014-06-306-121/+160
* targets/xa: provide alternative(static) xa targetEmil Velikov2014-06-304-15/+107
* st/omx: strcpy the string into the allocated bufferEmil Velikov2014-06-281-3/+3
* st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2014-06-272-9/+52
* nv50: fix dri3 prime buffer creationAxel Davy2014-06-271-2/+6
* nvc0: fix dri3 prime buffer creationDave Airlie2014-06-271-1/+1
* gallium/dri2: implement blitImageAxel Davy2014-06-271-3/+51
* gallium: Add __DRIimageDriverExtension support to galliumAxel Davy2014-06-271-183/+286
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/Emil Velikov2014-06-264-4/+4
* auxiliary/vl: Remove no longer used SPLIT_TARGETSEmil Velikov2014-06-261-8/+0
* targets/radeonsi/omx: convert to static/shared pipe-driversEmil Velikov2014-06-265-72/+12
* targets/r600/omx: convert to static/shared pipe-driversEmil Velikov2014-06-264-51/+18
* targets/omx-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-267-68/+73
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-264-94/+18
* st/omx: provide constant number of componentsEmil Velikov2014-06-261-8/+7
* llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai2014-06-251-1/+1
* r600g/compute: Defer the creation of the temporary resourceBruno Jiménez2014-06-242-20/+28
* r600g/compute: Handle failures in compute_memory_pool_finalizeJan Vesely2014-06-241-1/+4
* r600g/compute: Fix possible endless loop in compute_memory_pool allocations.Jan Vesely2014-06-241-2/+5
* r600: Fix use after free in compute_memory_promote_item.Jan Vesely2014-06-241-1/+2
* nouveau: dup fd before passing it to deviceIlia Mirkin2014-06-241-2/+17
* nvc0: allow VIEWPORT_INDEX and LAYER to be used as input semanticsIlia Mirkin2014-06-231-0/+2
* nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2014-06-232-2/+30
* draw: (trivial) fix clamping of viewport indexRoland Scheidegger2014-06-241-1/+1
* targets/(vdpau|xvmc): hardlink against the installed libraryEmil Velikov2014-06-232-3/+3
* targets/xvmc: correctly generate the symlinksEmil Velikov2014-06-231-6/+6
* targets/vdpau: correctly generate the symlinksEmil Velikov2014-06-231-5/+5
* targets/r600/xvmc: convert to static/shared pipe-driversEmil Velikov2014-06-225-71/+10
* targets/xvmc-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-227-68/+96
* targets/radeonsi/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-225-75/+13
* targets/r600/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-224-54/+19
* targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-2217-70/+161
* freedreno: use util_copy_framebuffer_state()Rob Clark2014-06-221-12/+1
* freedreno/a3xx: WFI fixes/cleanupRob Clark2014-06-225-48/+41
* scons: avoid building any piece of i915Emil Velikov2014-06-213-35/+0
* gallivm: Fix build after LLVM commit 211259Aaron Watry2014-06-201-1/+3
* r600g/compute: Use gallium util functions for double listsBruno Jiménez2014-06-202-111/+46
* r600g/compute: Map only against intermediate buffersBruno Jiménez2014-06-201-6/+4
* r600g/compute: Implement compute_memory_demote_itemBruno Jiménez2014-06-202-0/+54