summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-288-117/+186
* radeonsi: Fix memory leak in si_set_constant_buffer.Vinson Lee2013-02-261-0/+1
* r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV caseAlex Deucher2013-02-261-0/+1
* r600g: synchronize streamout buffers on r6xx too (v3)Alex Deucher2013-02-261-1/+1
* svga: fix comment typosBrian Paul2013-02-261-1/+1
* r300g: implement 3D transfersMarek Olšák2013-02-261-2/+18
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-266-47/+15
* llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger2013-02-251-7/+0
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-256-103/+177
* llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker2013-02-231-1/+3
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-222-8/+11
* llvmpipe: add missing checks for polygon offset point/line modesBrian Paul2013-02-221-0/+6
* r600g: fixup PS_PARTIAL_FLUSH flag handling for caymanAlex Deucher2013-02-221-7/+6
* r600g: r6xx deadlock workaround (v6)Alex Deucher2013-02-221-0/+6
* r600g: add PS_PARTIAL_FLUSH flagAlex Deucher2013-02-222-0/+6
* radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coordsMichel Dänzer2013-02-221-1/+0
* r600g: fix random corruption with CP DMA in TF2Marek Olšák2013-02-221-0/+3
* radeonsi: Don't pretend there is any R8G8B8 supportMichel Dänzer2013-02-221-1/+0
* llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll2013-02-221-5/+12
* llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger2013-02-221-15/+31
* trace: Never close stdout/stderr.José Fonseca2013-02-221-2/+9
* trace: Fix set_constant_buffer dumping.José Fonseca2013-02-221-2/+2
* r600g: Fix memory leak in r600_shader_select.Vinson Lee2013-02-211-0/+1
* llvmpipe: simplify buffer allocation logic.Roland Scheidegger2013-02-221-7/+5
* r300g/compiler: Fix bug in OMOD foldingTom Stellard2013-02-213-1/+77
* r300g/tests: Add helper functions for creating a full programTom Stellard2013-02-212-8/+75
* r300g/tests: Exit test runner with a valid status codeTom Stellard2013-02-215-6/+22
* r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2013-02-212-1/+3
* r300g/compiler: Fix typo in commentTom Stellard2013-02-211-1/+1
* r300g/compiler: Add missing license headersTom Stellard2013-02-2113-1/+339
* r600g: don't enable ReZ mode on evergreenAlex Deucher2013-02-211-1/+4
* radeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs to vs outputsMichel Dänzer2013-02-211-2/+5
* radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.Michel Dänzer2013-02-211-0/+8
* radeonsi: Fix up and enable flat shading.Michel Dänzer2013-02-214-22/+5
* radeonsi: Fix memory leak in si_shader_select.Vinson Lee2013-02-201-0/+1
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-205-49/+47
* llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger2013-02-201-84/+86