summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* fix vdpau interop when using -Bsymbolic-functions in ldflagsMaarten Lankhorst2014-03-109-7/+25
* ilo: do not set I915_EXEC_NO_RELOCChia-I Wu2014-03-101-11/+1
* ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu2014-03-104-3/+108
* ilo: add ILO_3D_PIPELINE_WRITE_STATISTICSChia-I Wu2014-03-105-0/+90
* ilo: add some MI commands to GPEChia-I Wu2014-03-104-0/+116
* ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automaticallyChia-I Wu2014-03-102-2/+16
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-104-0/+24
* ilo: require hardware logical context supportChia-I Wu2014-03-107-14/+32
* ilo: protect the decode context with a mutexChia-I Wu2014-03-101-7/+20
* ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2014-03-102-3/+15
* ilo: move ring types to winsysChia-I Wu2014-03-108-49/+30
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-107-4/+15
* ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2014-03-104-1/+19
* ilo: rework winsys batch buffer functionsChia-I Wu2014-03-105-54/+58
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-108-27/+28
* ilo: remove intel_bo_get_size()Chia-I Wu2014-03-104-27/+18
* 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