Age | Commit message (Expand) | Author |
2010-09-17 | llvmpipe: Default to no threading on single processor systems. | José Fonseca |
2010-09-16 | llvmpipe: add DEBUG_FS to dump variant information | Keith Whitwell |
2010-09-16 | llvmpipe: add LP_PERF flag to disable various aspects of rasterization | Keith Whitwell |
2010-09-14 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-11 | llvmpipe: add DEBUG_MEM option | Keith Whitwell |
2010-08-26 | llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query | Brian Paul |
2010-08-25 | llvmpipe: move some fence functions into lp_screen.c | Keith Whitwell |
2010-08-25 | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell |
2010-08-20 | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri |
2010-07-21 | llvmpipe: say no to depth clamp | Marek Olšák |
2010-07-13 | llvmpipe: move rasterizer to screen instead of setup context | Roland Scheidegger |
2010-07-12 | llvmpipe: Re-enable threading on windows. | José Fonseca |
2010-07-06 | draw: implement vertex texture sampling using llvm | Zack Rusin |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-05 | Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query" | Roland Scheidegger |
2010-06-05 | llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query | Roland Scheidegger |
2010-06-05 | llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE. | José Fonseca |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-29 | llvmpipe: adapt to clear interface changes | Roland Scheidegger |
2010-05-28 | llvmpipe: add PIPE_BUFFER to assertion | Brian Paul |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | llvmpipe: adapt to interface changes | Roland Scheidegger |
2010-04-29 | softpipe & llvmpipe: Enable SM3 cap | Jakob Bornecrantz |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-05-15 | llvmpipe: Use GALLIVM_DEBUG opt where applicable. | José Fonseca |
2010-05-12 | llvmpipe: Handle PIPE_CAP_GUARD_*. | José Fonseca |
2010-05-12 | llvmpipe: Advertise (gallivm's) shader limits. | José Fonseca |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-10 | llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE | Brian Paul |
2010-05-06 | gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960. | Török Edwin |
2010-04-25 | llvmpipe: Cleanup llvmpipe_is_format_supported(). | José Fonseca |
2010-04-24 | llvmpipe: Move the determination of the number of threads to the screen. | José Fonseca |
2010-04-22 | llvmpipe: Use resource_is_texture() consistently. | José Fonseca |
2010-04-22 | llvmpipe: Do not advertise S3TC rendering support. | José Fonseca |
2010-04-20 | llvmpipe: Re-enable half float formats. | José Fonseca |
2010-04-13 | llvmpipe: disable half float formats | Alan Hourihane |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-06 | llvmpipe: Support S3TC when util_format_s3tc_enabled is set. | José Fonseca |
2010-04-01 | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca |
2010-04-01 | llvmpipe: More tweaks to the supported texture formats. | José Fonseca |
2010-03-31 | llvmpipe: More accurate format capability exporting. | José Fonseca |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | llvmpipe: define max texture levels | Brian Paul |
2010-03-04 | gallium: fix llvmpipe after winsys move | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |