summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol
2010-05-19tgsi: Implement OPCODE_DIV.Michal Krol
2010-05-18st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer
2010-05-17llvmpipe: Fix link order for test appsJakob Bornecrantz
2010-05-17gallium/docs: Fix missing ref.Corbin Simpson
2010-05-17gallium/docs: Update for timer queries.Corbin Simpson
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-17r300g: Add RS block dump.Corbin Simpson
2010-05-17rbug: remove extra semicolonBrian Paul
2010-05-17gallivm: Tweak ret_mask handling.José Fonseca
2010-05-17gallivm: implement function calls by inliningZack Rusin
2010-05-17i965g: Fix printf format specifier.José Fonseca
2010-05-16r300g: implement flush+sync (AKA glFinish)Marek Olšák
2010-05-16r300g: expose radeon_bo_wait to the driverMarek Olšák
2010-05-16r300g: remove unused winsys entrypointsMarek Olšák
2010-05-16sw/wrapper: Implement dt_get_handleJakob Bornecrantz
2010-05-16sw/wrapper: Make sure targets are texturesJakob Bornecrantz
2010-05-16i965g: Fix return for resource_get_handleJakob Bornecrantz
2010-05-16r300g/swtcl: put emitting max index to the right placeMarek Olšák
2010-05-16r300g/swtcl: flush draw to avoid the rejection of CSMarek Olšák
2010-05-16r300g/swtcl: update PSC only once when a shader is changedMarek Olšák
2010-05-16r300g/swtcl: call update_derived_state only once per draw-callMarek Olšák
2010-05-15st/xlib: Remove unnecessary header.Vinson Lee
2010-05-15st/xorg: Remove unnecessary header.Vinson Lee
2010-05-15r300g: Move code after declarations.Vinson Lee
2010-05-16r300g/swtcl: fix provoking vertexMarek Olšák
2010-05-16r300g/swtcl: fix point sprite texgen (do it in HW)Marek Olšák
2010-05-16r300g/swtcl: disable converting points/lines to trianglesMarek Olšák
2010-05-15r300g: fix psychedelic colors with SWTCLMarek Olšák
2010-05-15r300g: the vertex_stream_state atom for SWTCL should be staticMarek Olšák
2010-05-15r300g: remove unused struct r300_vertex_infoMarek Olšák
2010-05-15r300g: fix emission of some non-CSO atoms at the beginning of CSMarek Olšák
2010-05-15r300g: remove unused r300_query::activeMarek Olšák
2010-05-15r300g: fix BO space accounting for occlusion queriesMarek Olšák
2010-05-15r300g: forbid overlapping queries and print error messagesMarek Olšák
2010-05-15r300g: rename a few emit_query functionsMarek Olšák
2010-05-15r300g: silence warningsMarek Olšák
2010-05-15llvmpipe: Remove unnecessary headers.Vinson Lee
2010-05-15util: Remove unused cruft.José Fonseca
2010-05-15llvmpipe: Use GALLIVM_DEBUG opt where applicable.José Fonseca
2010-05-15draw: Use GALLIVM_DEBUG opt.José Fonseca
2010-05-15gallivm: Centralize some of the LLVM debugging options.José Fonseca
2010-05-15gallivm: Temporarily remove function call supportJosé Fonseca
2010-05-15gallivm: use our util_snprintfZack Rusin
2010-05-15gallivm: implement function callsZack Rusin
2010-05-14gallivm: added some vector length sanity checksBrian Paul
2010-05-14gallivm: added lp_sizeof_llvm_type()Brian Paul
2010-05-14gallivm: comments, const qualifiersBrian Paul
2010-05-14tgsi: clean up in emit_fetch()Brian Paul
2010-05-14tgsi: add a dummy function to silence warningBrian Paul