summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-106-114/+141
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-106-34/+35
* ilo: add a wrapper to cast struct intel_boChia-I Wu2014-03-101-23/+28
* ilo: fix DRM_API_HANDLE_TYPE_FD exportChia-I Wu2014-03-101-2/+0
* ilo: improve winsys documentation/commentsChia-I Wu2014-03-102-15/+107
* ilo: remove intel_winsys_enable_reuse()Chia-I Wu2014-03-103-13/+3
* radeonsi: Use proper member name for deleting export shader PM4 stateMichel Dänzer2014-03-101-0/+2
* r600g: document why texture offset emulation is neededMarek Olšák2014-03-101-1/+2
* Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures"Ilia Mirkin2014-03-091-8/+4
* nv50: adjust blit_3d handling of ms output texturesIlia Mirkin2014-03-092-8/+16
* nouveau: fix fence waiting logic in screen destroyIlia Mirkin2014-03-093-7/+27
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-096-0/+47
* radeonsi: fix freeing descriptor buffersChristian König2014-03-081-1/+1
* radeonsi: fix leaking the bound state on destruction v2Christian König2014-03-083-0/+10
* radeonsi: avoid stale state pointersChristian König2014-03-081-9/+3
* radeonsi: avoid stale pointers in si_delete_shader_selectorChristian König2014-03-081-1/+6
* Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák2014-03-081-28/+12
* radeon/vce: fix memory leakChristian König2014-03-081-0/+1
* radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2Tom Stellard2014-03-072-1/+2
* radeon/llvm: Factor elf parsing code out into its own functionTom Stellard2014-03-074-51/+132
* radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2Tom Stellard2014-03-075-12/+23
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-076-12/+11
* radeonsi: fix blit compressed texture workaround to support 2D arraysMarek Olšák2014-03-071-1/+2
* r600g: fix blitting the last 2 mipmap levels for EvergreenMarek Olšák2014-03-073-13/+36
* r600g: fix texelFetchOffset GLSL functionsMarek Olšák2014-03-071-10/+77
* winsys/radeon: if there's VRAM-only usage, keep itMarek Olšák2014-03-071-12/+28
* radeon: Use upload manager for buffer downloadsNiels Ole Salscheider2014-03-071-18/+56
* st/vdpau: Add rotation v2Kusanagi Kouichi2014-03-071-0/+6
* vl: Add rotation v3Kusanagi Kouichi2014-03-072-12/+107
* st/omx/enc: fix crash on destructionChristian König2014-03-071-8/+15
* clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer2014-03-071-0/+4
* gallium/util: Fix memory leakAaron Watry2014-03-061-0/+2
* WIP: freedreno/a3xx: incorrect scissor for binning passRob Clark2014-03-053-8/+35
* nv50,nvc0: add 11f_11f_10f vertex supportIlia Mirkin2014-03-043-1/+3
* radeon/uvd: fix typo in documentationDieter Nützel2014-03-041-1/+1
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* translate: fix buffer overflowsZack Rusin2014-03-044-6/+18
* draw/llvm: fix generation of the VS with GS presentZack Rusin2014-03-041-7/+7
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* r600g: implement edge flagsMarek Olšák2014-03-043-4/+53
* r600g: port color buffer format conversion from radeonsiMarek Olšák2014-03-044-913/+161
* radeonsi: move translate_colorswap to common codeMarek Olšák2014-03-044-54/+62
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul2014-03-031-3/+3
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* clover: Fix building with latest llvmBruno Jiménez2014-03-031-3/+2
* st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2014-03-032-1/+57
* st/dri: move fourcc->format conversion to a common placeDave Airlie2014-03-031-46/+35
* freedreno/a3xx/compiler: overflow in trans_endifRob Clark2014-03-021-13/+5