aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: Use int type for format field width.José Fonseca2010-06-141-1/+1
* util: Add a func_to_pointer util function too.José Fonseca2010-06-141-0/+11
* draw: geometry shader fixesZack Rusin2010-06-101-0/+46
* util: reference vertex buffers in blitterMarek Olšák2010-06-092-0/+18
* util: implement util_clear_depth_stencil fallbackRoland Scheidegger2010-06-072-1/+115
* util: new file u_dirty_flags.hKeith Whitwell2010-06-071-0/+28
* util: add u_box_3dKeith Whitwell2010-06-071-0/+19
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-072-0/+40
* util: allocate larger tmp_row in util_format_translateKeith Whitwell2010-06-071-3/+4
* util: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-035-95/+151
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-035-41/+41
| * util: adapt to clear interface changesRoland Scheidegger2010-05-295-95/+151
* | gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-035-47/+56
* | util/u_debug: use MAX2 macroBrian Paul2010-06-031-7/+1
* | util/u_debug: add description field to debug_named_valueJoakim Sindholt2010-06-032-6/+20
* | gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu2010-05-311-0/+3
* | util: Add inline function for approximate floating point comparison.José Fonseca2010-05-301-0/+9
* | util: Generic pointer to func conversion helper.José Fonseca2010-05-301-0/+12
* | util: Also add a define for the dynamic library's prefix.José Fonseca2010-05-271-0/+3
* | util: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
|/
* util: update comments at blitterMarek Olšák2010-05-251-1/+1
* util: fix indentation in blitterMarek Olšák2010-05-251-14/+14
* r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák2010-05-252-126/+121
* r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák2010-05-252-25/+29
* util: remove unused util_blitter_copy_surfaceMarek Olšák2010-05-251-19/+1
* util/blitter: allow NULL clear colorMarek Olšák2010-05-231-5/+14
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-218-202/+163
|\
| * util: fix obvious util_blitter_copy bugs...Roland Scheidegger2010-05-191-4/+3
| * util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger2010-05-191-52/+2
| * util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2010-05-182-8/+18
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-178-143/+145
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-215-12/+28
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-0/+18
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-144-12/+10
* | | gallium: fix/update tex target dumpingBrian Paul2010-05-201-0/+2
* | | gallium: added util_dump_logicop()Brian Paul2010-05-202-0/+46
* | | util: Remove unused imports from Python scripts.Vinson Lee2010-05-192-4/+0
* | | util: Remove unnecessary semicolons in Python scripts.Vinson Lee2010-05-192-5/+5
* | | util: Remove unused cruft.José Fonseca2010-05-151-95/+0
|/ /
* | util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell2010-05-141-2/+2
* | util: Fix ptr -> int conversion.José Fonseca2010-05-131-1/+1
* | util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2010-05-122-0/+30
* | util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz2010-05-061-0/+4
* | gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca2010-05-061-2/+0
* | gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* | util: Remove unnecessary headers.Vinson Lee2010-05-043-3/+0
* | gallium/util: added is_format_compressed()Brian Paul2010-05-041-0/+20
* | u_blitter: fix creating fragment shadersWiktor Janas2010-05-041-7/+6
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-036-179/+175