summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-06-011-1/+1
* draw: Fix draw_variant_output::format's type.José Fonseca2011-05-182-3/+4
* r600c/g: Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* r600g: add new pci idsAlex Deucher2011-05-031-0/+4
* docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul2011-04-201-138/+0
* llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul2011-04-201-0/+4
* llvmpipe: Update readme.José Fonseca2011-04-201-21/+2
* Check for out of memory when creating fenceAlan Hourihane2011-04-201-0/+3
* gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2011-04-201-0/+2
* scons: remove dangling reference to state_trackers/python/SConscriptBrian Paul2011-04-191-1/+0
* r600g: add some additional ontario pci idsAlex Deucher2011-04-041-0/+2
* r300g: tell the GLSL compiler to lower the continue opcodeMarek Olšák2011-04-031-2/+2
* r600g: move user fence into base radeon structureJerome Glisse2011-03-306-43/+42
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-03-301-2/+6
* r300g: fix alpha-test with no colorbufferMarek Olšák2011-03-241-0/+5
* r600: don't close fd on failed loadDave Airlie2011-03-141-3/+0
* st/dri: Track drawable context bindingsMarek Olšák2011-02-204-2/+14
* cso: fix loop bound in cso_set_vertex_samplers()Brian Paul2011-02-211-1/+1
* softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-02-211-1/+1
* llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-02-211-0/+4
* gallivm: fix copy&paste error from previous commitBrian Paul2011-02-211-1/+1
* gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2011-02-212-11/+61
* nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller2011-02-161-1/+1
* r300g: Null pointer check for buffer deref in gallium winsysBryce Harrington2011-02-111-1/+1
* Remove talloc from the SCons build system.Kenneth Graunke2011-02-073-3/+0
* draw: Fix an off-by-one bug in a vsplit assertion.Brian Paul2011-01-131-1/+2
* r600g: support up to 64 shader constantsAlex Deucher2011-01-062-1/+20
* r600g: add support for NI (northern islands) asicsAlex Deucher2011-01-067-0/+118
* r600g: hack around property unknown issues.Dave Airlie2011-01-061-0/+2
* r600g: remove useless switch statementsAlex Deucher2011-01-062-105/+0
* r600g: fix evergreen segfaults.Dave Airlie2011-01-061-1/+1
* r600g: avoid segfaultJerome Glisse2011-01-062-2/+2
* r600g: properly unset vertex bufferJerome Glisse2011-01-063-12/+22
* r600g: need to reference upload buffer as the might still live accross flushJerome Glisse2011-01-062-2/+4
* r600g: fix segfault when translating vertex bufferJerome Glisse2011-01-064-21/+10
* r600g: fix bo size when creating bo from handleJerome Glisse2011-01-061-1/+1
* r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund2010-12-291-1/+1
* r600g: fix rendering with a vertex attrib having a zero strideAlex Deucher2010-12-291-4/+6
* r300g: mark vertex arrays as dirty after a buffer_offset changeMarek Olšák2010-12-281-0/+1
* r300g/swtcl: re-enable LLVMMarek Olšák2010-12-283-2/+23
* st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu2010-12-261-4/+4
* st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu2010-12-221-4/+36
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-12-221-6/+5
* st/egl: Plug pbuffer leaks.Chia-I Wu2010-12-221-8/+2
* r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák2010-12-181-17/+15
* r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák2010-12-161-7/+7
* r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-163-31/+19
* draw/llvm: don't flush in vs_llvm_delete()Brian Paul2010-12-141-12/+0
* r600g: Fix SCons build.Vinson Lee2010-12-094-4/+5
* r600g: indentation cleanupJerome Glisse2010-12-092-23/+21