summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2010-07-12u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák
2010-07-12u_blitter: clean up the texcoord computationsMarek Olšák
2010-07-12u_blitter: simplify blitter_set_rectangleMarek Olšák
2010-07-12u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák
2010-07-07util: print help for debug options on non-debug buildsMarek Olšák
2010-07-05auxiliary/util: Add SM3 meta-cap list.Corbin Simpson
2010-07-02util: Add a fetch_rgba_8unorm.José Fonseca
2010-07-02util: Expose util_format_fits_8unorm().José Fonseca
2010-07-02r600: use gallium list macros instead of making our own.Dave Airlie
2010-06-29util: reference surfaces and sampler views in blitter when saving themMarek Olšák
2010-06-27util: fix a memory leak in blitterMarek Olšák
2010-06-25gallium/util: fix pipe_sampler_view_reference() callsBrian Paul
2010-06-22u_math: Add align function npot alignmentsJakob Bornecrantz
2010-06-16util: add alloc checkAlan Hourihane
2010-06-14util: Use int type for format field width.José Fonseca
2010-06-14util: Add a func_to_pointer util function too.José Fonseca
2010-06-10draw: geometry shader fixesZack Rusin
2010-06-09util: reference vertex buffers in blitterMarek Olšák
2010-06-07util: implement util_clear_depth_stencil fallbackRoland Scheidegger
2010-06-07util: new file u_dirty_flags.hKeith Whitwell
2010-06-07util: add u_box_3dKeith Whitwell
2010-06-07util: add util_framebuffer_min_sizeKeith Whitwell
2010-06-07util: allocate larger tmp_row in util_format_translateKeith Whitwell
2010-06-03util: Remove unnecessary header.Vinson Lee
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
2010-06-03util/u_debug: use MAX2 macroBrian Paul
2010-06-03util/u_debug: add description field to debug_named_valueJoakim Sindholt
2010-05-31gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu
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-29util: adapt to clear interface changesRoland Scheidegger
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