summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: remove the power of two sizeof(struct cmd_block) assertionBrian Paul2013-03-071-7/+0
* radeon/llvm: document LLVM commitChristian König2013-03-071-0/+1
* radeon/llvm: enable LICM and DCE pass v2Christian König2013-03-071-0/+2
* radeonsi: add LLVMNoUnwindAttribute to intrinsicChristian König2013-03-071-1/+1
* radeonsi: rework input interpolationChristian König2013-03-072-34/+72
* radeonsi: remove SI.vs.load.buffer.indexChristian König2013-03-072-10/+12
* radeon/llvm: make SGPRs proper function arguments v2Christian König2013-03-075-83/+63
* radeon/llvm: replace shader type intrinsic with function attributeChristian König2013-03-073-12/+26
* radeonsi: switch to v*i8 for resources and samplers v2Christian König2013-03-071-18/+12
* r600g/llvm: Update CONSTANT_BUFFER address space definitionChristian König2013-03-071-1/+1
* draw/llvm: fix inputs to the geometry shaderZack Rusin2013-03-051-4/+9
* draw: use geometry shader info in clip_init_state if appropriateBryan Cain2013-03-051-6/+9
* draw: account for separate shader objects in geometry shader codeBryan Cain2013-03-054-4/+32
* llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul2013-03-061-3/+3
* llvmpipe: remove unused cmd_block_list structBrian Paul2013-03-061-4/+0
* llvmpipe: add some scene limit sanity check assertionsBrian Paul2013-03-061-0/+22
* llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul2013-03-061-2/+8
* radeon/llvm: fix trivial warningsChristian König2013-03-061-4/+3
* radeonsi: fix trivial warningChristian König2013-03-061-1/+0
* scons: Provide shorthand aliases for software winsyses.José Fonseca2013-03-053-0/+3
* tgsi: handle projection modifier for array textures.Roland Scheidegger2013-03-051-3/+11
* u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAADave Airlie2013-03-041-0/+5
* vdpau-softpipe: Build correct source file - vl_winsys_xsp.cJakub Bogusz2013-03-031-1/+1
* r600g: Check comp_mask before merging export instructionsVincent Lejeune2013-03-031-0/+1
* r600g: fix check_and_set_bank_swizzle for caymanVadim Girlin2013-03-031-7/+3
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-023-80/+194
* draw: additional fix for the no-position case with llvmRoland Scheidegger2013-03-021-20/+20
* draw: fix no position output in non-llvm pipeline.Roland Scheidegger2013-03-021-19/+19
* draw/llvm: skip clipping and viewport transform if there's no position outputRoland Scheidegger2013-03-021-26/+31
* llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2013-03-022-4/+4
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-022-12/+5
* gallivm: add support for texel offsets for ordinary texturing.Roland Scheidegger2013-03-023-53/+210
* svga: always link with C++Brian Paul2013-03-011-5/+1
* winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson2013-03-011-4/+4
* r600g: enable CP DMA on 6xxAlex Deucher2013-03-011-1/+1
* r600g: don't require dword alignment with CP DMA for buffer transfersMarek Olšák2013-03-015-11/+9
* r600g: always map uninitialized buffer range as unsynchronizedMarek Olšák2013-03-016-0/+45
* gallium/util: add helper code for 1D integer rangeMarek Olšák2013-03-011-0/+89
* r600g: cleanup deprecated register tablesMarek Olšák2013-03-013-45/+14
* r600g: unify vgt statesMarek Olšák2013-03-015-26/+9
* r600g: flush and invalidate htile cache when appropriateMarek Olšák2013-03-016-1/+21
* r600g: atomize streamout enablingMarek Olšák2013-03-019-87/+96
* r600g: use async DMA with a non-zero src offsetMarek Olšák2013-03-011-1/+1
* r600g: pad the DMA CS to a multiple of 8 dwordsMarek Olšák2013-03-011-2/+14
* clover: Fix build with LLVM 3.3 v2Tom Stellard2013-02-282-9/+40
* r600g: workaround hyperz lockup on evergreenJerome Glisse2013-02-284-2/+23
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-283-8/+24
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-284-47/+61
* util: fix issues with util_clear_render_target.Roland Scheidegger2013-02-281-9/+46
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-2815-189/+249