summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2010-01-10util: Apply Brian's suggested blit improvements.Corbin Simpson
2010-01-10gallium: u_blitter add overlapping blit support.Dave Airlie
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07gallium/util: remove useless assertionsBrian Paul
2010-01-07gallium/util: update comment: s/src_pitch/src_strideBrian Paul
2010-01-07gallium/util: make src_y unsigned like the other x/y paramsBrian Paul
2010-01-11util: Build u_bitmask.o when using make.Thomas Hellstrom
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák
2010-01-06util: Fix format descriptor table entries.Michal Krol
2010-01-06util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol
2010-01-06util: Add u_bitmask to make buildJakob Bornecrantz
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05gallium/util: replace 8 with PIPE_MAX_COLOR_BUFSBrian Paul
2010-01-05gallium/util: comments and whitespace fixesBrian Paul
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-03util: Minor enhancements/corrections to the bitmask logic.José Fonseca
2010-01-02util: Silent potential loss of precision warnings.José Fonseca
2010-01-01gallium/util: Silence format warnings.Vinson Lee
2010-01-01gallium/util: Replace h_addr with h_addr_list[0].Vinson Lee
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28util: better fix for unused variable warnings with assertsKeith Whitwell
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26gallium/util: Remove comma at end of enumerator list.Vinson Lee
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin
2009-12-24gallium/util: quieten compilerKeith Whitwell
2009-12-23gallium/util: Initialize variable in util_clear.Vinson Lee
2009-12-23util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee
2009-12-23util: Define common dynamic library extensions.José Fonseca
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.Vinson Lee
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell
2009-12-21util: draw cube mipmaps with TEX CUBEChristoph Bumiller
2009-12-20util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller
2009-12-18util: Add util_format_has_alpha(), enclose in extern C.Michal Krol
2009-12-18util/pack: Handle the remaining formats with generic u_format access functions.Michal Krol
2009-12-18util: Update blitter for u_format changes.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17util: Remove util_format_get_block().Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17util/format: Fix bogus assertion.Michal Krol
2009-12-15util/blitter: kill the draw_quad callbackMarek Olšák
2009-12-15util/blitter: allocate most of the state objects on-demandMarek Olšák
2009-12-15util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák
2009-12-15util: add blitterMarek Olšák
2009-12-15util: add a function which converts 2D coordinates to cubemap coordinatesMarek Olšák
2009-12-15util: add new fragment shaders to simple_shadersMarek Olšák