summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2010-05-30util: Add inline function for approximate floating point comparison.José Fonseca
2010-05-30util: Generic pointer to func conversion helper.José Fonseca
2010-05-27util: Also add a define for the dynamic library's prefix.José Fonseca
2010-05-26util: Remove unnecessary headers.Vinson Lee
2010-05-25util: update comments at blitterMarek Olšák
2010-05-25util: fix indentation in blitterMarek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák
2010-05-25util: remove unused util_blitter_copy_surfaceMarek Olšák
2010-05-23util/blitter: allow NULL clear colorMarek Olšák
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-20gallium: fix/update tex target dumpingBrian Paul
2010-05-20gallium: added util_dump_logicop()Brian Paul
2010-05-19util: fix obvious util_blitter_copy bugs...Roland Scheidegger
2010-05-19util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger
2010-05-18util: fix some leftover util_surface_fill/copy callsRoland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-14util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell
2010-05-13util: Fix ptr -> int conversion.José Fonseca
2010-05-12util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca
2010-05-06util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-05-04gallium/util: added is_format_compressed()Brian Paul
2010-05-04u_blitter: fix creating fragment shadersWiktor Janas
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-05-03util: add util_format_short_nameMarek Olšák
2010-05-03util: add util_format_is_plainMarek Olšák
2010-05-03gallium/util: print \n after DXTn printfLuca Barbieri
2010-05-19util: Remove unused imports from Python scripts.Vinson Lee
2010-05-19util: Remove unnecessary semicolons in Python scripts.Vinson Lee
2010-05-15util: Remove unused cruft.José Fonseca
2010-04-30util: Add missing break statement in u_caps.cJakob Bornecrantz
2010-04-29util: Update caps after helpfull inputJakob Bornecrantz
2010-04-29util: Add small caps checker helperJakob Bornecrantz
2010-04-29util: Format error format string as the rest of the pipe formatsJakob Bornecrantz
2010-04-28gallium/util: convert //-style commentsBrian Paul
2010-04-28gallium/util: convert //-style commentsBrian Paul
2010-04-27util: fix assorted problems in the image packing functionsBrian Paul
2010-04-24util: Add missing static keyword.José Fonseca
2010-04-24util: Fix unsigned <-> ptr conversions.José Fonseca
2010-04-23gallium: In option helpers, move assignment outside of if clause.Vinson Lee
2010-04-23gallium/util: document that pack/unpack strides are in bytesBrian Paul
2010-04-23gallium: Add static get option helpersJakob Bornecrantz
2010-04-23gallium: Add option to not print optionsJakob Bornecrantz