summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* st/dri: flush drawable textures before unreferencingMarek Olšák2014-03-111-0/+8
* radeonsi: implement fast color clearMarek Olšák2014-03-115-4/+59
* r600g: move fast color clear code to a common placeMarek Olšák2014-03-113-84/+88
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-116-61/+48
* radeonsi: convert the framebuffer state to atom-basedMarek Olšák2014-03-115-283/+132
* r600g: move cayman MSAA setup to a common placeMarek Olšák2014-03-116-214/+272
* radeonsi: move framebuffer-related state to a new struct si_framebufferMarek Olšák2014-03-115-39/+41
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-1116-88/+197
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-116-16/+31
* winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2014-03-112-8/+32
* gallium: add endian detection for OpenBSDJonathan Gray2014-03-111-0/+10
* automake: allow only shared buildsEmil Velikov2014-03-111-4/+0
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-4/+4
* gallium/targets: use install-gallium-targets.mkEmil Velikov2014-03-114-37/+4
* gallium/targets: drop link generation for non DRI targetsEmil Velikov2014-03-114-24/+0
* targets/vdpau: use install-gallium-links.mkEmil Velikov2014-03-113-15/+3
* targets/dri: use install-gallium-links.mkEmil Velikov2014-03-119-47/+9
* automake: silence folder creationEmil Velikov2014-03-111-4/+4
* radeon: Fix build.Vinson Lee2014-03-101-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-0724-53/+71
* 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