| Commit message (Expand) | Author | Age | Files | Lines |
* | rbug: Fix shaders | Jakob Bornecrantz | 2010-05-12 | 5 | -36/+188 |
* | rbug: Break out of trace | Jakob Bornecrantz | 2010-05-12 | 10 | -0/+2797 |
* | gallivm: additional comments | Brian Paul | 2010-05-12 | 2 | -6/+39 |
* | llvmpipe: s/bool/boolean/ in test progs | Brian Paul | 2010-05-12 | 3 | -6/+6 |
* | gallivm: s/bool/boolean | Brian Paul | 2010-05-12 | 1 | -3/+3 |
* | gallivm: rename vars, update comments, etc | Brian Paul | 2010-05-12 | 2 | -21/+23 |
* | r300g: Correct viewport setup for SW TCL. | Corbin Simpson | 2010-05-12 | 4 | -12/+9 |
* | r300g: Add VBO dumper for SW TCL. | Corbin Simpson | 2010-05-12 | 1 | -0/+19 |
* | r300g: Immediate mode won't work with SW TCL right now. | Corbin Simpson | 2010-05-12 | 1 | -1/+9 |
* | r300g: Fix indentation. | Corbin Simpson | 2010-05-12 | 1 | -10/+10 |
* | gallivm: comment out LLVMUnionTypeKind case | Brian Paul | 2010-05-12 | 1 | -0/+2 |
* | gallivm: rename texel result param | Brian Paul | 2010-05-12 | 2 | -17/+22 |
* | gallivm: add a few comments | Brian Paul | 2010-05-12 | 1 | -3/+3 |
* | gallivm/llvmpipe: add const qualifiers | Brian Paul | 2010-05-12 | 4 | -14/+14 |
* | gallivm: added lp_typekind_name() util function | Brian Paul | 2010-05-12 | 2 | -0/+49 |
* | tgsi: also count instructions in tgsi_scan_shader() | Brian Paul | 2010-05-12 | 2 | -4/+4 |
* | llvmpipe: Handle PIPE_CAP_GUARD_*. | José Fonseca | 2010-05-12 | 1 | -0/+5 |
* | llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places. | José Fonseca | 2010-05-12 | 4 | -7/+8 |
* | llvmpipe: Move the opaque flag computation into the variant. | José Fonseca | 2010-05-12 | 2 | -14/+15 |
* | svga: Advertise shader limits. | José Fonseca | 2010-05-12 | 1 | -0/+51 |
* | llvmpipe: Advertise (gallivm's) shader limits. | José Fonseca | 2010-05-12 | 1 | -0/+32 |
* | softpipe: Adverstise (tgsi_exec's) shader limits. | José Fonseca | 2010-05-12 | 2 | -4/+36 |
* | gallium: Add new fine grained PIPE_CAP_xx for shader limits. | José Fonseca | 2010-05-12 | 2 | -0/+40 |
* | gallium: Make PIPE_CAP_xxx enums. | José Fonseca | 2010-05-12 | 13 | -64/+69 |
* | st/egl: Link egl-apis to LLVM when enabled. | Chia-I Wu | 2010-05-12 | 1 | -0/+10 |
* | mesa/es: Merge back to core mesa. | Chia-I Wu | 2010-05-12 | 1 | -2/+2 |
* | mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens(). | José Fonseca | 2010-05-11 | 2 | -0/+10 |
* | llvmpipe: fix texture image size calculation | Brian Paul | 2010-05-11 | 1 | -1/+1 |
* | llvmpipe: add a simple resource tracking/debug feature | Brian Paul | 2010-05-11 | 2 | -0/+58 |
* | llvmpipe: remove trailing whitespace, rewrap comment | Brian Paul | 2010-05-11 | 1 | -3/+2 |
* | scons: Export shouldn't be part of the if stanza. | José Fonseca | 2010-05-11 | 1 | -1/+1 |
* | st/xorg: Fix SCons build. | Michel Dänzer | 2010-05-11 | 1 | -1/+3 |
* | tests/graw: raw -> graw | José Fonseca | 2010-05-11 | 3 | -1/+1 |
* | gallium: Add llvmpipe support to st/egl. | Chia-I Wu | 2010-05-11 | 2 | -1/+6 |
* | llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE | Brian Paul | 2010-05-10 | 1 | -1/+1 |
* | llvmpipe: fix up indexing of blend/colormask state for render targets | Brian Paul | 2010-05-10 | 5 | -24/+47 |
* | llvmpipe: update image dump/debug code | Brian Paul | 2010-05-10 | 1 | -16/+17 |
* | llvmpipe: add, update, rewrap comments | Brian Paul | 2010-05-10 | 2 | -6/+16 |
* | gallivm/llvmpipe: move an old comment to a better location | Brian Paul | 2010-05-10 | 2 | -11/+11 |
* | svga: Fill in is_resource_referenced callback. | José Fonseca | 2010-05-10 | 1 | -0/+1 |
* | gallivm: Silent warning. | José Fonseca | 2010-05-10 | 1 | -1/+1 |
* | gallivm: Add missing lvalue. | José Fonseca | 2010-05-10 | 1 | -1/+1 |
* | i965g: link with software- wrapper winsys and drm api helper | Jakob Bornecrantz | 2010-05-10 | 1 | -0/+2 |
* | gallium: Add software drm api helper to scons build | Jakob Bornecrantz | 2010-05-10 | 2 | -0/+22 |
* | gallium: Add pipe wrapper software winsys to scons build | Jakob Bornecrantz | 2010-05-10 | 2 | -0/+26 |
* | i965g: fix resource creation recursion bug | Roland Scheidegger | 2010-05-10 | 1 | -1/+1 |
* | i965g: add brw_state_debug.c to SConscript | Roland Scheidegger | 2010-05-10 | 1 | -1/+1 |
* | i965g: avoid void * arithmetic | Roland Scheidegger | 2010-05-10 | 1 | -1/+1 |
* | gallivm: Temporarily disable custom LLVMDumpValue on MSVC. | José Fonseca | 2010-05-10 | 1 | -2/+3 |
* | gallivm: cosf/sinf are macros on MSVC. | José Fonseca | 2010-05-10 | 1 | -2/+12 |