summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk
2010-09-13r300g: fix SWTCLMarek Olšák
2010-09-13llvmpipe: Unbreak rasterization on 64bit.José Fonseca
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie
2010-09-13llvmpipe: use gcc asm only with gccJosé Fonseca
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák
2010-09-13r300g: fix map_bufferMarek Olšák
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák
2010-09-13r300g: skip rendering if CS space validation failsMarek Olšák
2010-09-13r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák
2010-09-12nvfx: Remove unused variables.Vinson Lee
2010-09-12nvfx: Move declaration before code.Vinson Lee
2010-09-12llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell
2010-09-12llvmpipe: allow tri_3_16 at any 4-aligned location within a tileKeith Whitwell
2010-09-12llvmpipe: refactor tri_3_16Keith Whitwell
2010-09-12llvmpipe: pass linear masks to fragment shaderKeith Whitwell
2010-09-12llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell
2010-09-12llvmpipe: fix wierd performance regression in isosurfKeith Whitwell
2010-09-12pb: Fix the build, and add notes.José Fonseca
2010-09-12llvmpipe: Only generate the whole shader specialization for opaque shaders.José Fonseca
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-09-11nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri
2010-09-11r600g: Undo bo placement change.Tilman Sauerbeck
2010-09-11llvmpipe: Silence some warnings.José Fonseca
2010-09-11gallivm: nr_channels is only valid for formats with plain layout.José Fonseca
2010-09-11gallivm: Use const keyword on swizzles.José Fonseca
2010-09-11gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca
2010-09-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca
2010-09-11gallivm: Add a new debug flag to warn about performance issues.José Fonseca
2010-09-11gallivm: Helper functions for pointer indirection.José Fonseca
2010-09-11gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca
2010-09-11gallivm: Add some utility functions to set/get array elements too.José Fonseca
2010-09-11gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca
2010-09-11gallivm: Move the texture modifiers to the header.José Fonseca
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca
2010-09-11Add a test for the KIL opcodeAlex Corscadden
2010-09-11llvmpipe: restore larger command blocksKeith Whitwell
2010-09-11llvmpipe: move some debug to DEBUG_SCENEKeith Whitwell
2010-09-11llvmpipe: add DEBUG_MEM optionKeith Whitwell
2010-09-11llvmpipe: allow bigger scenesKeith Whitwell
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard
2010-09-10r600g: Fixed a bo reference leak in the draw module.Tilman Sauerbeck
2010-09-10r600g: Only increase a bo's map_count if radeon_bo_map() succeeded.Tilman Sauerbeck
2010-09-10r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new().Tilman Sauerbeck
2010-09-10r600g: Fixed a bo leak in r600_texture_from_handle().Tilman Sauerbeck
2010-09-10r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck