summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol2-10/+11
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol16-112/+308
2009-12-16llvmpipe: add LP_DEBUG env varJosé Fonseca3-59/+151
2009-12-16llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul1-1/+1
2009-12-16llvmpipe: fix broken lp_build_abs()Brian Paul1-1/+2
2009-12-15llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.José Fonseca1-1/+1
2009-12-15llvmpipe: Fix lp_build_polynomial comment.José Fonseca1-1/+1
2009-12-15llvmpipe: Fix typo in lp_build_log constant.José Fonseca1-1/+1
2009-12-15llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx.José Fonseca1-1/+1
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol1-2/+6
2009-12-08Simplify the redundant meaning of format layout.Michal Krol1-6/+2
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger1-2/+3
2009-12-08move assert to avoid crash in debug build.Alan Hourihane1-1/+2
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas1-3/+3
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas1-3/+3
2009-12-07llvmpipe: Initialize variables in emit_instruction.Vinson Lee1-3/+3
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger1-2/+3
2009-12-05llvmpipe: Tweak disassembly to match gdb.José Fonseca1-2/+8
2009-12-05llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca1-1/+2
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca6-8/+101
2009-12-04llvmpipe: Ensure transfers are mapped.José Fonseca1-0/+4
2009-12-04llvmpipe: Remove debug printf.José Fonseca1-1/+0
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger4-30/+28
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol1-2/+5
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-2/+4
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul3-21/+6
2009-12-02llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul1-1/+1
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul3-6/+21
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger4-30/+28
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2-22/+22
2009-12-01lp: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-11-27r300g,llvmpipe: fix some more merge problemsRoland Scheidegger1-1/+1
2009-11-27Merge branch 'width0'Roland Scheidegger5-39/+37
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger5-39/+37
2009-11-26llvmpipe: Fake missing SSSE3 when simulation less capabable machines.José Fonseca1-0/+1
2009-11-26llvmpipe: Update/correct CPU requirements.José Fonseca1-3/+7
2009-11-24llvmpipe: Update instructions.José Fonseca1-15/+17
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-8/+8
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell1-6/+6
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell1-2/+2
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell1-8/+8
2009-11-24llvmpipe: Use assert instead of abort. Only verify functions on debug builds.José Fonseca2-2/+4
2009-11-24llvmpipe: Fix memory leak.José Fonseca1-0/+1
2009-11-24llvmpipe: Use the generic conversion routine for depths.José Fonseca1-7/+18
2009-11-24llvmpipe: Be more conservative with the supported formats.José Fonseca1-7/+51
2009-11-24llvmpipe: Fix typo in comparison operator.José Fonseca1-1/+1
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell1-1/+1
2009-11-10llvmpipe: Fix derived blend color state.José Fonseca1-1/+1
2009-11-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca3-12/+15
2009-11-06llvmpipe: Fix build with llvm 2.6.José Fonseca2-5/+10