summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: allocate more space before a counter is configuredSamuel Pitoiset2014-07-081-2/+3
* nv50/ir: use unordered_set instead of list to keep track of var usesTobias Klausmann2014-07-084-9/+10
* radeonsi: mark MSAA config state as dirty at the beginning of CSMarek Olšák2014-07-081-0/+1
* gallium: fix u_default_transfer_inline_write for texturesMarek Olšák2014-07-081-2/+2
* ilo: fix fence reference countingChia-I Wu2014-07-081-12/+9
* nvc0/ir: fill offset in properly for TXDIlia Mirkin2014-07-081-13/+43
* nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin2014-07-081-1/+2
* nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin2014-07-081-2/+3
* nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin2014-07-081-0/+10
* nv50/ir: retrieve shadow compare from first argIlia Mirkin2014-07-081-1/+1
* gallium/radeon: use PRIX64 instead of PRIu64Christian König2014-07-062-2/+2
* nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin2014-07-035-4/+57
* nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin2014-07-033-2/+50
* nv50: disable dedicated ubo upload methodIlia Mirkin2014-07-031-0/+7
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-0315-16/+18
* r600g: allow vs to write to gl_ViewportIndexIlia Mirkin2014-07-031-0/+17
* svga: Don't unnecessarily reemit BindGBShader commands v2Thomas Hellstrom2014-07-033-20/+8
* radeon/llvm: Allocate space for kernel metadata operandsAaron Watry2014-07-031-3/+7
* svga: add switch cases for PIPE_SHADER_CAP_DOUBLESBrian Paul2014-07-031-0/+4
* st/xa: Don't close the drm fd on failure v2Thomas Hellstrom2014-07-031-1/+6
* Revert "radeonsi: Use dma_copy when possible for si_blit."Michel Dänzer2014-07-031-19/+0
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-026-1/+15
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* gallium/radeon: Only print a message for LLVM diagnostic errorsTom Stellard2014-07-021-2/+4
* radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQTom Stellard2014-07-021-1/+1
* r600g: allow viewport index/layer to be sent to psIlia Mirkin2014-07-021-2/+20
* targets/dri: allow duplicated symbolsEmil Velikov2014-07-021-0/+6
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-022-11/+4
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-028-128/+18
* targets/dri-ilo: Convert to static/shared pipe-driverEmil Velikov2014-07-024-102/+9
* targets/dri-i915: Convert to static/shared pipe-driversEmil Velikov2014-07-024-83/+9
* targets/dri-freedreno: Convert to static/shared pipe-driversEmil Velikov2014-07-025-105/+11
* targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-driversEmil Velikov2014-07-0212-405/+33
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-028-98/+109
* st/dri/drm: Add a second libdridrm libraryEmil Velikov2014-07-021-1/+9
* st/dri: Allow separate dri-targetsEmil Velikov2014-07-027-2/+56
* targets/dri-swrast: use drm aware dricommon when building more than swrastEmil Velikov2014-07-023-15/+4
* nvc0: add missed PIPE_CAP_DRAW_INDIRECTIlia Mirkin2014-07-011-0/+1
* llvmpipe: get rid of llvmpipe_get_texture_tile_linearRoland Scheidegger2014-07-023-107/+17
* llvmpipe: get rid of llvmpipe_get_texture_imageRoland Scheidegger2014-07-022-52/+1
* llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger2014-07-024-65/+7
* llvmpipe: allocate regular texture memory upfrontRoland Scheidegger2014-07-021-0/+7
* llvmpipe: get rid of linear_img structRoland Scheidegger2014-07-024-33/+19
* llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger2014-07-024-6/+6
* target-helpers: don't use designated initializersRoland Scheidegger2014-07-021-4/+4
* gallium/u_vbuf: get draw info from an indirect buffer if there's anyMarek Olšák2014-07-021-44/+72
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-0218-0/+106
* gallium: add PIPE_BIND_COMMAND_ARGS_BUFFERChristoph Bumiller2014-07-022-0/+4
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-015-2/+5