summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-09-14gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee1-0/+3
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee1-0/+1
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri24-321/+584
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca1-2/+2
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák1-4/+1
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk1-3/+3
2010-09-13r300g: fix SWTCLMarek Olšák4-41/+99
2010-09-13llvmpipe: Unbreak rasterization on 64bit.José Fonseca1-24/+22
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca1-3/+5
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie2-3/+2
2010-09-13llvmpipe: use gcc asm only with gccJosé Fonseca1-1/+1
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák1-0/+9
2010-09-13r300g: fix map_bufferMarek Olšák1-4/+17
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák5-3/+16
2010-09-13r300g: skip rendering if CS space validation failsMarek Olšák3-52/+73
2010-09-13r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák1-1/+0
2010-09-12nvfx: Remove unused variables.Vinson Lee3-3/+1
2010-09-12nvfx: Move declaration before code.Vinson Lee1-6/+12
2010-09-12llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell6-46/+127
2010-09-12llvmpipe: allow tri_3_16 at any 4-aligned location within a tileKeith Whitwell1-27/+50
2010-09-12llvmpipe: refactor tri_3_16Keith Whitwell1-17/+47
2010-09-12llvmpipe: pass linear masks to fragment shaderKeith Whitwell3-73/+23
2010-09-12llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell1-3/+3
2010-09-12llvmpipe: fix wierd performance regression in isosurfKeith Whitwell1-6/+8
2010-09-12pb: Fix the build, and add notes.José Fonseca5-5/+14
2010-09-12llvmpipe: Only generate the whole shader specialization for opaque shaders.José Fonseca1-1/+7
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie11-28/+24
2010-09-11nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri1-2/+2
2010-09-11r600g: Undo bo placement change.Tilman Sauerbeck1-1/+1
2010-09-11llvmpipe: Silence some warnings.José Fonseca1-2/+2
2010-09-11gallivm: nr_channels is only valid for formats with plain layout.José Fonseca1-3/+1
2010-09-11gallivm: Use const keyword on swizzles.José Fonseca2-2/+2
2010-09-11gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2-33/+87
2010-09-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca4-12/+13
2010-09-11gallivm: Add a new debug flag to warn about performance issues.José Fonseca8-8/+50
2010-09-11gallivm: Helper functions for pointer indirection.José Fonseca2-0/+56
2010-09-11gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2-9/+4
2010-09-11gallivm: Add some utility functions to set/get array elements too.José Fonseca2-0/+70
2010-09-11gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca4-0/+1156
2010-09-11gallivm: Move the texture modifiers to the header.José Fonseca2-19/+20
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca3-6/+9
2010-09-11Add a test for the KIL opcodeAlex Corscadden1-0/+18
2010-09-11llvmpipe: restore larger command blocksKeith Whitwell1-1/+1
2010-09-11llvmpipe: move some debug to DEBUG_SCENEKeith Whitwell1-2/+2
2010-09-11llvmpipe: add DEBUG_MEM optionKeith Whitwell3-0/+14