summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: remove opencoded constantKeith Whitwell2010-01-111-4/+4
* llvmpipe: remove scissor cliprect derived stateKeith Whitwell2010-01-112-41/+0
* llvmpipe: initial mrt supportKeith Whitwell2010-01-107-143/+225
* llvmpipe: optimize case when all four pixels are inside the triangleBrian Paul2010-01-081-29/+77
* llvmpipe: fix more if/else/endif design bugsBrian Paul2010-01-081-7/+9
* llvmpipe: move some fields to the private lp_build_flow_if structBrian Paul2010-01-082-31/+32
* llvmpipe: free the phi arrayBrian Paul2010-01-081-0/+2
* llvmpipe: checkpoint if/else/endif contructs workBrian Paul2010-01-082-129/+96
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-0855-987/+2178
|\
| * 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