summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-06-123-23/+22
* st/wgl: Remove buggy assertion.José Fonseca2011-06-121-2/+0
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-06-121-1/+25
* st/wgl: Cope with zero width/height windows.José Fonseca2011-06-121-12/+38
* st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-06-121-5/+12
* st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-06-121-3/+3
* st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-06-121-8/+53
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-06-121-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-06-121-0/+13
* draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-101-5/+57
* r300g: clear can be killed by render conditionMarek Olšák2011-06-103-7/+35
* r300g: fix occlusion queries when depth test is disabled or zbuffer is missingMarek Olšák2011-06-102-4/+29
* r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák2011-06-091-0/+6
* r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák2011-06-091-2/+11
* 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