summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-10/+11
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1716-112/+308
|\
| * llvmpipe: add LP_DEBUG env varJosé Fonseca2009-12-163-59/+151
| * llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul2009-12-161-1/+1
| * llvmpipe: fix broken lp_build_abs()Brian Paul2009-12-161-1/+2
| * llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix lp_build_polynomial comment.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix typo in lp_build_log constant.José Fonseca2009-12-151-1/+1
| * llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx.José Fonseca2009-12-151-1/+1
| * Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-2/+3
| |\
| | * gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-2/+3
| * | move assert to avoid crash in debug build.Alan Hourihane2009-12-081-1/+2
| * | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-3/+3
| |\ \
| | * \ Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-3/+3
| | |\ \
| | | * | llvmpipe: Initialize variables in emit_instruction.Vinson Lee2009-12-071-3/+3
| * | | | llvmpipe: Tweak disassembly to match gdb.José Fonseca2009-12-051-2/+8
| * | | | llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca2009-12-051-1/+2
| * | | | llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-046-8/+101
| * | | | llvmpipe: Ensure transfers are mapped.José Fonseca2009-12-041-0/+4
| * | | | llvmpipe: Remove debug printf.José Fonseca2009-12-041-1/+0
| * | | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-044-30/+28
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-024-30/+28
* | | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+6
* | | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-6/+2
* | | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+5
* | | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-2/+4
|/ / / /
* | | | Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul2009-12-023-21/+6
* | | | llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul2009-12-021-1/+1
* | | | llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul2009-12-023-6/+21
* | | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-012-22/+22
|\ \ \ \
| * | | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-8/+8
| * | | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-6/+6
| * | | | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * | | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-8/+8
| * | | | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-1/+1
| | |/ / | |/| |
* | | | lp: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| |/ / |/| |
* | | r300g,llvmpipe: fix some more merge problemsRoland Scheidegger2009-11-271-1/+1
* | | Merge branch 'width0'Roland Scheidegger2009-11-275-39/+37
|\ \ \
| * | | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-265-39/+37
| |/ /
* | | llvmpipe: Fake missing SSSE3 when simulation less capabable machines.José Fonseca2009-11-261-0/+1
* | | llvmpipe: Update/correct CPU requirements.José Fonseca2009-11-261-3/+7
* | | llvmpipe: Update instructions.José Fonseca2009-11-241-15/+17
* | | llvmpipe: Use assert instead of abort. Only verify functions on debug builds.José Fonseca2009-11-242-2/+4
* | | llvmpipe: Fix memory leak.José Fonseca2009-11-241-0/+1
* | | llvmpipe: Use the generic conversion routine for depths.José Fonseca2009-11-241-7/+18
* | | llvmpipe: Be more conservative with the supported formats.José Fonseca2009-11-241-7/+51
* | | llvmpipe: Fix typo in comparison operator.José Fonseca2009-11-241-1/+1
|/ /
* | llvmpipe: Fix derived blend color state.José Fonseca2009-11-101-1/+1
* | llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca2009-11-093-12/+15
* | llvmpipe: Fix build with llvm 2.6.José Fonseca2009-11-062-5/+10