Age | Commit message (Expand) | Author |
2010-05-12 | gallivm: rename texel result param | Brian Paul |
2010-05-12 | gallivm: add a few comments | Brian Paul |
2010-05-12 | gallivm/llvmpipe: add const qualifiers | Brian Paul |
2010-05-12 | gallivm: added lp_typekind_name() util function | Brian Paul |
2010-05-12 | tgsi: also count instructions in tgsi_scan_shader() | Brian Paul |
2010-05-12 | llvmpipe: Handle PIPE_CAP_GUARD_*. | José Fonseca |
2010-05-12 | llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places. | José Fonseca |
2010-05-12 | llvmpipe: Move the opaque flag computation into the variant. | José Fonseca |
2010-05-12 | svga: Advertise shader limits. | José Fonseca |
2010-05-12 | llvmpipe: Advertise (gallivm's) shader limits. | José Fonseca |
2010-05-12 | softpipe: Adverstise (tgsi_exec's) shader limits. | José Fonseca |
2010-05-12 | gallium: Add new fine grained PIPE_CAP_xx for shader limits. | José Fonseca |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-12 | st/egl: Link egl-apis to LLVM when enabled. | Chia-I Wu |
2010-05-12 | mesa/es: Merge back to core mesa. | Chia-I Wu |
2010-05-11 | mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens(). | José Fonseca |
2010-05-11 | llvmpipe: fix texture image size calculation | Brian Paul |
2010-05-11 | llvmpipe: add a simple resource tracking/debug feature | Brian Paul |
2010-05-11 | llvmpipe: remove trailing whitespace, rewrap comment | Brian Paul |
2010-05-11 | scons: Export shouldn't be part of the if stanza. | José Fonseca |
2010-05-11 | st/xorg: Fix SCons build. | Michel Dänzer |
2010-05-11 | tests/graw: raw -> graw | José Fonseca |
2010-05-11 | gallium: Add llvmpipe support to st/egl. | Chia-I Wu |
2010-05-10 | llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE | Brian Paul |
2010-05-10 | llvmpipe: fix up indexing of blend/colormask state for render targets | Brian Paul |
2010-05-10 | llvmpipe: update image dump/debug code | Brian Paul |
2010-05-10 | llvmpipe: add, update, rewrap comments | Brian Paul |
2010-05-10 | gallivm/llvmpipe: move an old comment to a better location | Brian Paul |
2010-05-10 | svga: Fill in is_resource_referenced callback. | José Fonseca |
2010-05-10 | gallivm: Silent warning. | José Fonseca |
2010-05-10 | gallivm: Add missing lvalue. | José Fonseca |
2010-05-10 | i965g: link with software- wrapper winsys and drm api helper | Jakob Bornecrantz |
2010-05-10 | gallium: Add software drm api helper to scons build | Jakob Bornecrantz |
2010-05-10 | gallium: Add pipe wrapper software winsys to scons build | Jakob Bornecrantz |
2010-05-10 | i965g: fix resource creation recursion bug | Roland Scheidegger |
2010-05-10 | i965g: add brw_state_debug.c to SConscript | Roland Scheidegger |
2010-05-10 | i965g: avoid void * arithmetic | Roland Scheidegger |
2010-05-10 | gallivm: Temporarily disable custom LLVMDumpValue on MSVC. | José Fonseca |
2010-05-10 | gallivm: cosf/sinf are macros on MSVC. | José Fonseca |
2010-05-08 | gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps. | José Fonseca |
2010-05-08 | gallivm: Fix mipfiltering with negative lod bias. | José Fonseca |
2010-05-08 | gallivm: Actually do floor/ceil/trunc for scalars. | José Fonseca |
2010-05-08 | gallivm: Import the code to compute the minimax polynomials. | José Fonseca |
2010-05-08 | gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5]. | José Fonseca |
2010-05-08 | gallivm: Don't hardcode number of args twice. | José Fonseca |
2010-05-08 | r300g: follow pipe_rasterizer_state::light_twoside | Marek Olšák |
2010-05-08 | r300g: follow pipe_rasterizer_state::point_size_per_vertex | Marek Olšák |
2010-05-08 | r300g: move GA_POINT_MINMAX back to rs_state | Marek Olšák |
2010-05-08 | r300g: fix glean/pointSprite using lodbias correction | Marek Olšák |
2010-05-08 | r300g: pass depth texture swizzle to the compiler if compare mode is enabled | Marek Olšák |