summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Barbieri16-280/+497
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-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: 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-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 Airlie1-1/+1
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-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca4-12/+13
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca1-1/+1
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
2010-09-11llvmpipe: allow bigger scenesKeith Whitwell1-1/+1
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard2-0/+2
2010-09-10r600g: Fixed a bo reference leak in the draw module.Tilman Sauerbeck1-0/+5
2010-09-10r600g: Fixed a bo leak in r600_texture_from_handle().Tilman Sauerbeck1-5/+6
2010-09-10r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck1-1/+3
2010-09-10r600g: Implemented the y component write for the LOG opcode.Tilman Sauerbeck1-5/+90
2010-09-10r600g: fixup state calculations for picking states.Dave Airlie1-0/+1
2010-09-10r600g: fixup CB state numbering headerDave Airlie3-95/+36
2010-09-10r600g: fix warning in r600 pipe driverDave Airlie3-15/+14
2010-09-10r600g: evergreen CBs are more sane to support with a single stateDave Airlie1-1/+1
2010-09-10r600g: add initial evergreen supportDave Airlie20-40/+4548
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie3-0/+60
2010-09-10r600g: don't need 3 bos here.Dave Airlie1-6/+2
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul1-3/+0