summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* llvmpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-285-59/+68
|\
| * gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
| * llvmpipe: adapt to blend changesRoland Scheidegger2010-01-251-35/+37
| * llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger2010-01-203-24/+27
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-273-3/+0
* | llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca2010-01-251-1712/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2218-23/+1712
|\ \ | |/ |/|
| * llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-2119-26/+0
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-154-9/+8
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-112-2/+2
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-244-9/+8
* | | 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
|\ \ \