draw: do bounds checking of array elements (debug only)
[mesa.git] / src / gallium / auxiliary / util /
2010-07-29 Keith Whitwellutil: add uint version of pack_z_stencil
2010-07-29 José Fonsecautil: Don't include xmmintrin.h.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-27 Brian Paulutil: fix unused function warning on non-x86
2010-07-26 nobledutil: fix CPU detection on OS X
2010-07-26 Marek Olšákutil: fix another mutex leak in mempool
2010-07-26 Marek Olšákutil: fix mutex leaks in mempool
2010-07-24 Vinson Leeutil: Add PIPE_OS_CYGWIN to u_network.
2010-07-20 Marek Olšákutil: mempool: initialize last block's magic number...
2010-07-19 Marek Olšákutil: remove the dummy field in mempool
2010-07-19 Brian Paulutil: add dummy field to empty structure types
2010-07-19 Marek Olšákutil: add a memory pool for equally sized memory alloca...
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-12 Marek Olšáku_blitter: add draw_rectangle callback which can be...
2010-07-12 Marek Olšáku_blitter: clean up the texcoord computations
2010-07-12 Marek Olšáku_blitter: simplify blitter_set_rectangle
2010-07-12 Marek Olšáku_blitter: rename blitter->base, add a way to get a...
2010-07-06 Marek Olšákutil: print help for debug options on non-debug builds
2010-07-05 Corbin Simpsonauxiliary/util: Add SM3 meta-cap list.
2010-07-02 José Fonsecautil: Add a fetch_rgba_8unorm.
2010-07-02 José Fonsecautil: Expose util_format_fits_8unorm().
2010-07-02 Dave Airlier600: use gallium list macros instead of making our...
2010-06-28 Marek Olšákutil: reference surfaces and sampler views in blitter...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-27 Marek Olšákutil: fix a memory leak in blitter
2010-06-25 Brian Paulgallium/util: fix pipe_sampler_view_reference() calls
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Jakob Bornecrantzu_math: Add align function npot alignments
2010-06-16 Alan Hourihaneutil: add alloc check
2010-06-14 José Fonsecautil: Use int type for format field width.
2010-06-14 José Fonsecautil: Add a func_to_pointer util function too.
2010-06-10 Zack Rusindraw: geometry shader fixes
2010-06-09 Marek Olšákutil: reference vertex buffers in blitter
2010-06-07 Roland Scheideggerutil: implement util_clear_depth_stencil fallback
2010-06-07 Keith Whitwellutil: new file u_dirty_flags.h
2010-06-07 Keith Whitwellutil: add u_box_3d
2010-06-07 Keith Whitwellutil: add util_framebuffer_min_size
2010-06-07 Keith Whitwellutil: allocate larger tmp_row in util_format_translate
2010-06-04 Vinson Leeutil: Remove unnecessary header.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-06-03 Brian Paulgallium: add interpolation parameter to simple shader...
2010-06-03 Brian Paulutil/u_debug: use MAX2 macro
2010-06-03 Joakim Sindholtutil/u_debug: add description field to debug_named_value
2010-05-31 Chia-I Wugallium/util: Define isfinite and isnan for MSVC.
2010-05-30 José Fonsecautil: Add inline function for approximate floating...
2010-05-30 José Fonsecautil: Generic pointer to func conversion helper.
2010-05-28 Roland Scheideggerutil: adapt to clear interface changes
2010-05-27 José Fonsecautil: Also add a define for the dynamic library's prefix.
2010-05-26 Vinson Leeutil: Remove unnecessary headers.
2010-05-25 Marek Olšákutil: update comments at blitter
2010-05-25 Marek Olšákutil: fix indentation in blitter
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_c...
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_f...
2010-05-25 Marek Olšákutil: remove unused util_blitter_copy_surface
2010-05-23 Marek Olšákutil/blitter: allow NULL clear color
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Brian Paulgallium: fix/update tex target dumping
2010-05-20 Brian Paulgallium: added util_dump_logicop()
2010-05-19 Roland Scheideggerutil: fix obvious util_blitter_copy bugs...
2010-05-19 Roland Scheideggerutil: util_blitter_fill no longer needs to handle overlap
2010-05-18 Roland Scheideggerutil: fix some leftover util_surface_fill/copy calls
2010-05-17 Roland Scheideggergallium/util: adapt util code to interface changes
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-14 Keith Whitwellutil: fix copy_rect stride in default transfer_inline_write
2010-05-13 José Fonsecautil: Fix ptr -> int conversion.
2010-05-12 José Fonsecautil: Add function to dump PIPE_STENCIL_OP_xxx
2010-05-06 Jakob Bornecrantzutil: Recognize FALSE and F in debug_get_bool_option
2010-05-06 José Fonsecagallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 Xavier Chantrygallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-05 Vinson Leeutil: Remove unnecessary headers.
2010-05-04 Brian Paulgallium/util: added is_format_compressed()
2010-05-04 Wiktor Janasu_blitter: fix creating fragment shaders
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-03 Marek Olšákutil: add util_format_short_name
2010-05-03 Marek Olšákutil: add util_format_is_plain
2010-05-02 Luca Barbierigallium/util: print \n after DXTn printf
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Jakob Bornecrantzutil: Update caps after helpfull input
2010-04-29 Jakob Bornecrantzutil: Add small caps checker helper
2010-04-29 Jakob Bornecrantzutil: Format error format string as the rest of the...
2010-05-19 Vinson Leeutil: Remove unused imports from Python scripts.
2010-05-19 Vinson Leeutil: Remove unnecessary semicolons in Python scripts.
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-15 José Fonsecautil: Remove unused cruft.
2010-04-24 José Fonsecautil: Add missing static keyword.
2010-04-24 José Fonsecautil: Fix unsigned <-> ptr conversions.
2010-04-24 Vinson Leegallium: In option helpers, move assignment outside...
2010-04-24 Brian Paulgallium/util: document that pack/unpack strides are...
2010-04-23 Jakob Bornecrantzgallium: Add static get option helpers
2010-04-23 Jakob Bornecrantzgallium: Add option to not print options
2010-04-23 José Fonsecagallium: s/free/FREE/ and same for friends.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
next