Age | Commit message (Expand) | Author |
2011-01-22 | gallium/util: added util_format_linear() | Brian Paul |
2011-01-13 | util: Undo spurious changes in last commit. | José Fonseca |
2011-01-13 | util: Don't limit debug_printf message length on unices. | José Fonseca |
2011-01-06 | util: add comments to u_upload_mgr and u_inlines | Marek Olšák |
2011-01-06 | gallium: drivers should reference vertex buffers | Marek Olšák |
2011-01-06 | u_upload_mgr: new features | Marek Olšák |
2011-01-06 | u_upload_mgr: keep the upload buffer mapped until it is flushed | Marek Olšák |
2010-12-30 | util: Add forward declarations in u_index_modify.h. | Vinson Lee |
2010-12-29 | util: add a way to store translated indices to a user memory in u_index_modify | Marek Olšák |
2010-12-23 | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM | Marek Olšák |
2010-12-20 | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák |
2010-12-15 | gallium: properly check for src->dst blit compatibilities | Jerome Glisse |
2010-12-07 | u_blitter: use util_is_format_compatible in the assert | Marek Olšák |
2010-12-06 | gallium/util: minor formatting fixes | Brian Paul |
2010-12-05 | init ps->context with util_surfaces_get and do_get | Xavier Chantry |
2010-12-05 | nvfx: fixes after array textures merge | Xavier Chantry |
2010-12-02 | gallium/util: add states relevant to geometry shaders | Zack Rusin |
2010-12-02 | util: Don't try to use imagehlp on mingw. | José Fonseca |
2010-12-02 | util: __builtin_frame_address() doesn't work on mingw. | José Fonseca |
2010-12-02 | util: Plug leaks in util_destroy_gen_mipmap. | José Fonseca |
2010-12-02 | util: C++ safe. | José Fonseca |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-11-30 | util: rename u_mempool -> u_slab | Marek Olšák |
2010-11-28 | u_blitter: interpolate clear color using a GENERIC varying instead of COLOR | Marek Olšák |
2010-11-25 | u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stall | Marek Olšák |
2010-11-25 | auxiliary: util_blit_pixels_tex should restore the viewport. | Chia-I Wu |
2010-10-28 | gallium: Avoid using __doc__ in python scripts. | José Fonseca |
2010-10-25 | util: use pointer_to_func() to silence warning | Brian Paul |
2010-10-15 | gallium: move some intrinsics helpers to u_sse.h | Keith Whitwell |
2010-10-13 | gallium/util: add S8 tile sampling support. | Dave Airlie |
2010-10-13 | gallium/format: add X32_S8X24_USCALED format. | Dave Airlie |
2010-10-13 | gallium/format: add support for X24S8 and S8X24 formats. | Dave Airlie |
2010-10-12 | gallium: move sse intrinsics debug helpers to u_sse.h | Keith Whitwell |
2010-10-09 | util: Defined M_SQRT2 when not available. | José Fonseca |
2010-10-06 | util: Cleanup util_pack_z_stencil and friends. | José Fonseca |
2010-09-30 | Revert "Prefer intrinsics to handrolled atomic ops." | Tom Fogal |
2010-09-30 | Prefer intrinsics to handrolled atomic ops. | Tom Fogal |
2010-09-30 | Implement x86_64 atomics for compilers w/o intrinsics. | Tom Fogal |
2010-09-30 | gallium/util: remove duplicated include | Nicolas Kaiser |
2010-09-26 | util/u_blitter: fix leak | Joakim Sindholt |
2010-09-25 | util: fix util_pack_color for B4G4R4A4 | Marek Olšák |
2010-09-24 | util: make calling remove_from_list multiple times in a row safe | Marek Olšák |
2010-09-23 | u_blitter: add a custom blitter call passing a dsa cso | Dave Airlie |
2010-09-20 | util/r300g: split the r300 index buffer modifier functions out to util | Dave Airlie |
2010-09-19 | auxiliary: fix depth-only and stencil-only clears | Luca Barbieri |
2010-09-17 | util: linearized sRGB values don't fit into 8bits | José Fonseca |
2010-09-14 | auxiliary: fix unintended fallthrough | Luca Barbieri |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-05 | util: Helper function to determined whether two formats can be memcpy'ed. | José Fonseca |
2010-09-05 | util: Utility function to determine the channels that can be written in a col... | José Fonseca |