summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
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-13r600c: remove stray unmap callAndre Maasikas
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-13r300/compiler: fix warningsMarek 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-12mesa: Fix depend.es[12] generation when LLVM is enabled.Chia-I Wu
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: Reorganize presub_helper()Tom Stellard
2010-09-10r300/compiler: Don't use presubtract in TEX instructionsTom Stellard
2010-09-10r300/compiler: Print the presub subtract operation in the correct orderTom Stellard
2010-09-10r300/compiler: Fix dataflow bug in presub_helper()Tom Stellard
2010-09-10r300/compiler: Replace asserts with error messagesTom Stellard
2010-09-10r300/compiler: Fix copy propigation for some presub instructionsTom Stellard