summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca2010-01-124-4/+4
* gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-124-17/+17
* gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-124-17/+18
* llvmpipe: Update instructions.José Fonseca2010-01-101-21/+18
* llvmpipe: Yet another hack to get release LLVM static libraries to link in de...José Fonseca2010-01-101-0/+14
* lvmpipe: Initialize all coordinates.José Fonseca2010-01-081-0/+3
* llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca2010-01-073-19/+9
* llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca2010-01-076-127/+4
* llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca2010-01-075-1727/+0
* pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-064-7/+7
* gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-062-4/+0
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-13/+11
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-13/+11
* | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-043-3/+3
|\ \
| * | llvmpipe: Remove comma at end of enumerator list.Vinson Lee2010-01-032-2/+2
| * | llvmpipe: Silence uninitialized variable warning.Vinson Lee2010-01-011-1/+1
| * | llvmpipe: Use C-style comment.Vinson Lee2010-01-011-1/+1
* | | silence compiler warningAlan Hourihane2010-01-041-2/+2
* | | llvmpipe: Add missing include path.José Fonseca2010-01-011-0/+2
* | | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-1/+1
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-317-6/+13
|\| |
| * | llvmpipe: Fix assert.Vinson Lee2009-12-281-1/+1
| * | llvmpipe: Silence compiler warnings.Vinson Lee2009-12-282-2/+7
| * | llvmpipe: Silence compiler warnings.Vinson Lee2009-12-286-4/+6
* | | llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.José Fonseca2009-12-281-1/+7
* | | llvmpipe: Treat state changes systematically.José Fonseca2009-12-264-11/+38
* | | llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca2009-12-261-0/+8
* | | llvmpipe: Flush draw module before switching framebuffer.José Fonseca2009-12-261-0/+2
* | | gs: fix drivers so they work with geometry shadersZack Rusin2009-12-251-2/+2
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-252-2/+3
* | | llvmpipe: Install unit tests on build/xxx/binJosé Fonseca2009-12-231-13/+11
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-223-13/+0
|\ \ \ | |_|/ |/| |
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-193-13/+0
* | | 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