summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-093-1/+32
* r600g: remove unused base_vector_chan variableIlia Mirkin2014-07-091-1/+0
* nvc0/ir: fix encoding of offset register into interpolation instructionIlia Mirkin2014-07-091-1/+1
* nvc0/ir: account for indirect textures on fermi for txdIlia Mirkin2014-07-091-0/+3
* nvc0/ir: unset s/r indirect sources before moving everythingIlia Mirkin2014-07-091-9/+10
* targets/dri-swrast: Convert to static/shared pipe-driverEmil Velikov2014-07-1010-231/+71
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-1029-192/+96
* targets/dri-swrast: convert to gallium megadrivers :)Emil Velikov2014-07-106-2/+25
* scons: build and use a single dri_common libraryEmil Velikov2014-07-102-3/+3
* st/dri/drm: remove __driDriverExtensions and driDriverAPIEmil Velikov2014-07-103-22/+2
* targets/dri: cleanup conversion leftoversEmil Velikov2014-07-102-38/+4
* targets/dri: update scons build to handle __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-102-0/+17
* targets/dri: Add __driDriverGetExtensions_i965 symbolEmil Velikov2014-07-102-0/+17
* targets/dri: Add __driDriverGetExtensions_i915 symbolEmil Velikov2014-07-102-0/+17
* targets/dri: Add __driDriverGetExtensions_freedreno symbolEmil Velikov2014-07-102-0/+17
* targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbolsEmil Velikov2014-07-102-0/+41
* targets/dri: Add __driDriverGetExtensions_nouveau symbolEmil Velikov2014-07-105-0/+46
* tgsi: add interpolation location modifier support to text parserIlia Mirkin2014-07-091-0/+17
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-0914-24/+44
* gallium/u_blitter: fix some shader memory leaksBrian Paul2014-07-091-0/+9
* tgsi: properly parse indirect dimension references (e.g. for UBOs)Ilia Mirkin2014-07-091-0/+7
* radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König2014-07-091-1/+2
* 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