summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-06-12softpipe: small cleanupZack Rusin
2010-06-11scons: Disable i965g build if using MSVC.Vinson Lee
2010-06-11scons: Disable i915g build if using MSVC.Vinson Lee
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-10r300g: Fix memory leak on error path.Vinson Lee
2010-06-09r300g: try harder to create a transfer objectMarek Olšák
2010-06-09r300g: debug output texture sizeMarek Olšák
2010-06-09r300g: return NULL texture early if buffer_create failsMarek Olšák
2010-06-09llvmpipe: fix copy & paste bug in clear logicRoland Scheidegger
2010-06-09nv: fix compile after the latest gs changesZack Rusin
2010-06-09nvfx: fix typo from gallium-msaa mergeBen Skeggs
2010-06-09nv50: fix typo from gallium-msaa mergeBen Skeggs
2010-06-09nv50: use MARK_RING correctlyBen Skeggs
2010-06-09r600g: save vertex buffers in blitterMarek Olšák
2010-06-09r300g: save vertex buffers in blitterMarek Olšák
2010-06-09r300g: report that transfers are always supportedMarek Olšák
2010-06-09r300g: fix loading compressed texturesMarek Olšák
2010-06-08r300g: skip rendering for unsupported vertex formats instead of abortingMarek Olšák
2010-06-08softpipe: make sure we don't fallback to assert on so stats queryZack Rusin
2010-06-08softpipe: make sure that invalid calls to sosettargets don't crash usZack Rusin
2010-06-08softpipe: added sp_state_so.c to file listBrian Paul
2010-06-08gallium: add basic support for stream output queriesZack Rusin
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-06-08llvmpipe: Add geom shader file to make buildJakob Bornecrantz
2010-06-07sw: Remove unnecessary header.Vinson Lee
2010-06-07r600g: Remove unnecessary header.Vinson Lee
2010-06-07llvmpipe: Remove unnecessary header.Vinson Lee
2010-06-07r300g: fix hardlock caused by an incompatible vertex formatMarek Olšák
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger
2010-06-07llvmpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell
2010-06-07cell/spu: divorce from tgsi_exec.hKeith Whitwell
2010-06-07r300g: fix 24-bit depth texturingMarek Olšák
2010-06-06r600g: add shader literal constant supportJerome Glisse
2010-06-06r300g: workaround index bias on chipsets that do not support itMarek Olšák
2010-06-05gallium: always build drivers/swJoakim Sindholt
2010-06-05r600g: split instruction into scalarJerome Glisse
2010-06-05Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger
2010-06-05i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger
2010-06-05llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger
2010-06-05llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-06-04llvmpipe: new -s option to run single testBrian Paul