Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / auxiliary / util /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 José Fonsecagallium: Define util_vsprintf.
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 José Fonsecagallium: Disable debug_get_option for release builds...
2008-05-09 Brian Paulgallium: handle null ptrs
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 José Fonsecagallium: Really free hash entries.
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Implement util_pack_color for A8, L8, and...
2008-05-07 José Fonsecagallium: Fix release build.
2008-05-07 Michal Krolgallium: Fix compilation errors.
2008-05-07 José Fonsecagallium: Implement pf_sprint_name as a simple static...
2008-05-07 José Fonsecagallium: Use the u_string.h functions.
2008-05-07 José Fonsecagallium: Output the total of leaked memory.
2008-05-06 José Fonsecagallium: Simple facility to dump and view images for...
2008-05-06 Michel Dänzergallium: Define util_sprintf for non-WIN32.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-05 José Fonsecautil: Alternative implementation for standard c library...
2008-05-02 Brian Paulgallium: remove 0.5 vertex biases in set_vertex_data()
2008-05-02 Keith Whitwellgallium: fix build after merge
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Michel Dänzergallium: Notify driver of texture updates in util_blit_...
2008-05-01 Keith Whitwellgallium: do something sensible on the error path to...
2008-05-01 José Fonsecagallium: Add newline to eof.
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-30 José Fonsecagallium: Fix release build.
2008-04-30 José Fonsecad3d: Windows miniport driver portability fixes.
2008-04-29 Zack Rusinsilence p_debug.h:63: warning: ISO C forbids forward...
2008-04-29 Keith Whitwellgallium: add pack for _FLOAT formats to pack_ub
2008-04-29 Keith Whitwellgallium: fix pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add pack for A4R4G4B4
2008-04-29 Keith Whitwellgallium: add pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add debug_print_format() make it easier to...
2008-04-29 Brian Paulgallium: added some assertions to be sure the blit...
2008-04-29 Brian Paulgallium: add \n to error strings
2008-04-29 Brian Paulgallium: fix error msg typo
2008-04-28 Brian Paulgallium: add cases for PIPE_FORMAT_X8Z24_UNORM
2008-04-25 José Fonsecagallium: Windows user mode portability fixes.
2008-04-24 Michel Dänzergallium: Initial support for pixel formats with unused...
2008-04-23 José Fonsecagallium: Add extern "C" to the headers.
2008-04-22 Brian Paulgallium: setup an identity viewport
2008-04-22 Brian Paulgallium: update comment about bypass clipping/viewport
2008-04-22 Brian Paulgallium: setup an identity viewport
2008-04-21 Keith Whitwelluse cso fs/vs handle functions
2008-04-21 José Fonsecagallium: Set all state via cso_context in blit/gen_mipm...
2008-04-16 Brian Paulgallium: added util_pack_color_ub()
2008-04-16 José Fonsecagallium: Use debug_get_bool_option for controlling...
2008-04-15 José Fonsecagallium: Cache one line worth of debug output on windows.
2008-04-15 José Fonsecagallium: Less confusing interface for timeouts.
2008-04-15 José Fonsecagallium: Fix mismatching prototypes.
2008-04-15 José Fonsecagallium: Don't assume snprintf are always available.
2008-04-13 José Fonsecagallium: Add u_time.c
2008-04-13 José Fonsecagallium: OS independent time-manipulation functions.
2008-04-11 José Fonsecagallium: Attribute realloc leaks to the first malloc...
2008-04-08 José Fonsecagallium: Allow to debug memory leaks in nested scopes.
2008-04-05 José Fonsecagallium: Use the custom snprintf implementation everywh...
2008-04-04 Keith Whitwellgallium: make msvc less unhappy
2008-04-03 Briangallium: implement ycbcr->rgba tile conversion
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-29 José Fonsecagallium: Fix some MSVC warnings.
2008-03-27 Briangallium: return pipe_shader_state from the simple shade...
2008-03-27 Briangallium: fix incorrect types for shaders
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-25 José Fonsecagallium: Fix default option on Windows.
2008-03-25 Briangallium: fix a few bugs, warnings in the p_debug code
2008-03-24 José Fonsecagallium: Simple cross platform get-opt system.
2008-03-24 José Fonsecagallium: cleanup p_debug
2008-03-24 Briangallium: move filter assignment out of loop
2008-03-24 Michal Krolgallium: Remove util_gen_mipmap_filter().
2008-03-24 Briangallium: pass the filter mode to util_gen_mipmap().
2008-03-24 Michal Krolgallium: tweak coords in u_gen_mipmap code
2008-03-23 Michal Krolgallium: Add util_gen_mipmap_filter().
2008-03-23 José Fonsecagallium: Remove the debug_mask_* stuff.
2008-03-23 José Fonsecagallium: Fix typo.
2008-03-23 José Fonsecagallium: Memory debugging utilities.
2008-03-22 José Fonsecagallium: Remove pedantic asserts.
2008-03-20 Briangallium: set fb.width/height
2008-03-20 Briangallium: enable vp input semantic info
2008-03-20 Briangallium: create one vertex buffer and re-use
2008-03-20 Briangallium: use sizeof(vertex buffer)
2008-03-20 José Fonsecagallium: Give some chance for the table to actually...
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Keith Whitwellgallium: remove unused local var
2008-03-20 Briangallium: create vertex buffer once and re-use.
2008-03-20 Briangallium: added util_draw_vertex_buffer()
2008-03-20 Briangallium: added util_make_fragment_passthrough_shader()
2008-03-20 Keith Whitwellgallium: add debug facility to dump random blobs as hex
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 José Fonsecagallium: Fix broken logic.
2008-03-19 Keith Whitwellgallium: explict float casts
2008-03-19 Briangallium: implement CSO save/restore functions for use...
next