summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-04-20docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul1-138/+0
2011-04-20llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul1-0/+4
2011-04-20llvmpipe: Update readme.José Fonseca1-21/+2
2011-04-20Check for out of memory when creating fenceAlan Hourihane1-0/+3
2011-04-20gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee1-0/+2
2011-04-19scons: remove dangling reference to state_trackers/python/SConscriptBrian Paul1-1/+0
2011-04-04r600g: add some additional ontario pci idsAlex Deucher1-0/+2
2011-04-03r300g: tell the GLSL compiler to lower the continue opcodeMarek Olšák1-2/+2
2011-03-30r600g: move user fence into base radeon structureJerome Glisse6-43/+42
2011-03-30st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke1-2/+6
2011-03-24r300g: fix alpha-test with no colorbufferMarek Olšák1-0/+5
2011-03-14r600: don't close fd on failed loadDave Airlie1-3/+0
2011-02-20st/dri: Track drawable context bindingsMarek Olšák4-2/+14
2011-02-21cso: fix loop bound in cso_set_vertex_samplers()Brian Paul1-1/+1
2011-02-21softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul1-1/+1
2011-02-21llvmpipe: make sure binning is active when we begin/end a queryBrian Paul1-0/+4
2011-02-21gallivm: fix copy&paste error from previous commitBrian Paul1-1/+1
2011-02-21gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2-11/+61
2011-02-16nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller1-1/+1
2011-02-11r300g: Null pointer check for buffer deref in gallium winsysBryce Harrington1-1/+1
2011-02-07Remove talloc from the SCons build system.Kenneth Graunke3-3/+0
2011-01-13draw: Fix an off-by-one bug in a vsplit assertion.Brian Paul1-1/+2
2011-01-06r600g: support up to 64 shader constantsAlex Deucher2-1/+20
2011-01-06r600g: add support for NI (northern islands) asicsAlex Deucher7-0/+118
2011-01-06r600g: hack around property unknown issues.Dave Airlie1-0/+2
2011-01-06r600g: remove useless switch statementsAlex Deucher2-105/+0
2011-01-06r600g: fix evergreen segfaults.Dave Airlie1-1/+1
2011-01-06r600g: avoid segfaultJerome Glisse2-2/+2
2011-01-06r600g: properly unset vertex bufferJerome Glisse3-12/+22
2011-01-06r600g: need to reference upload buffer as the might still live accross flushJerome Glisse2-2/+4
2011-01-06r600g: fix segfault when translating vertex bufferJerome Glisse4-21/+10
2011-01-06r600g: fix bo size when creating bo from handleJerome Glisse1-1/+1
2010-12-29r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund1-1/+1
2010-12-29r600g: fix rendering with a vertex attrib having a zero strideAlex Deucher1-4/+6
2010-12-28r300g: mark vertex arrays as dirty after a buffer_offset changeMarek Olšák1-0/+1
2010-12-28r300g/swtcl: re-enable LLVMMarek Olšák3-2/+23
2010-12-26st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu1-4/+4
2010-12-22st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu1-4/+36
2010-12-22st/egl: Fix eglCopyBuffers.Chia-I Wu1-6/+5
2010-12-22st/egl: Plug pbuffer leaks.Chia-I Wu1-8/+2
2010-12-18r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák1-17/+15
2010-12-16r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák1-7/+7
2010-12-16r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie3-31/+19
2010-12-14draw/llvm: don't flush in vs_llvm_delete()Brian Paul1-12/+0
2010-12-09r600g: Fix SCons build.Vinson Lee4-4/+5
2010-12-09r600g: indentation cleanupJerome Glisse2-23/+21
2010-12-09r600g: specialized upload managerJerome Glisse8-109/+176
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse9-388/+364
2010-12-09llvmpipe: Plug fence leaks.José Fonseca2-0/+3
2010-12-07r600g: fix userspace fence against lastest kernelJerome Glisse2-0/+3