os: New OS abstraction module.
[mesa.git] / src / gallium / auxiliary / util /
2010-02-02 José Fonsecagallium: Move some compiler portability stuff into...
2010-02-02 José Fonsecagallium: Move deprecated pipe/internal/p_winsys_screen...
2010-02-02 José Fonsecagallium: Move p_thread.h and p_atomic.h out of gallium...
2010-02-02 José Fonsecagallium: Make pipe_atomic a regular int32_t.
2010-02-02 José Fonsecagallium: pipe/p_inlines.h -> util/u_inlines.h
2010-02-01 José Fonsecautil: Add missing includes.
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-27 Vinson Leeutil: Remove unnecessary header.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Brian Paulgallium/util: fix incorrect shift in a4r4g4b4_put_tile_...
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-21 José Fonsecautil: Set DISCARD & UNSYNCHRONIZED when uploading verti...
2010-01-21 José Fonsecautil: Use pipe_buffer_write_nooverlap in blits / mipmap...
2010-01-21 Roland Scheideggergallium: adapt util code to blend changes
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-20 Brian Paulutil/blit: document params to util_blit_pixels_writemask()
2010-01-16 Keith Whitwellutil: add generic ringbuffer utitilty
2010-01-16 Chia-I Wugallium: Fix uninitialized instance divisor and index.
2010-01-15 Michal Krolutil: Handle FORMAT_Z32_FLOAT in util_pack_z().
2010-01-15 Michal Krolutil: Handle the remaining formats in pipe_put_tile_rgba().
2010-01-15 Michal Krolutil: Fix encoding for R8G8B8A8_UNORM formats and friends.
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Brian Paulgallium/util: silence warning about array initializers
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-12 Brian PaulRevert "util: Build u_bitmask.o when using make."
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Corbin Simpsonutil: Set flatshade for blitter.
2010-01-11 Keith Whitwellutil/blitter: remove unused variable
2010-01-11 Corbin Simpsonutil: Apply Brian's suggested blit improvements.
2010-01-11 Dave Airliegallium: u_blitter add overlapping blit support.
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-07 Brian Paulgallium/util: remove useless assertions
2010-01-07 Brian Paulgallium/util: update comment: s/src_pitch/src_stride
2010-01-07 Brian Paulgallium/util: make src_y unsigned like the other x...
2010-01-11 Thomas Hellstromutil: Build u_bitmask.o when using make.
2010-01-06 Marek Olšákutil/blitter: allow NULL CSOs to be saved
2010-01-06 Michal Krolutil: Fix format descriptor table entries.
2010-01-06 Michal Krolutil: Handle the remaining format cases in pipe_tile_ra...
2010-01-06 Jakob Bornecrantzutil: Add u_bitmask to make build
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
2010-01-06 Brian Paulgallium/util: replace 8 with PIPE_MAX_COLOR_BUFS
2010-01-05 Brian Paulgallium/util: comments and whitespace fixes
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-03 José Fonsecautil: Minor enhancements/corrections to the bitmask...
2010-01-02 José Fonsecautil: Silent potential loss of precision warnings.
2010-01-01 Vinson Leegallium/util: Silence format warnings.
2010-01-01 Vinson Leegallium/util: Replace h_addr with h_addr_list[0].
2010-01-01 José Fonsecagallium: Generate a single library for auxiliaries...
2010-01-01 José Fonsecascons: Aggregate all tiny libraries in a single library.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-28 Keith Whitwellutil: better fix for unused variable warnings with...
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Vinson Leegallium/util: Remove comma at end of enumerator list.
2009-12-25 Zack Rusinutil: put vertices_per_primitive function in its proper...
2009-12-24 Keith Whitwellgallium/util: quieten compiler
2009-12-24 Vinson Leegallium/util: Initialize variable in util_clear.
2009-12-23 Vinson Leeutil: Ensure debug_dump_flags generates a null-terminat...
2009-12-23 José Fonsecautil: Define common dynamic library extensions.
2009-12-23 Vinson Leegallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
2009-12-22 Vinson Leegallium/util: Add PIPE_OS_APPLE to u_network.
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith Whitwellgallium: remove return value from draw calls
2009-12-21 Keith Whitwelli965g: fixes to build after merge of master
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-21 Christoph Bumillerutil: draw cube mipmaps with TEX CUBE
2009-12-20 Christoph Bumillerutil: util_format_get_blocksizebits() returns bits...
2009-12-18 Michal Krolutil: Add util_format_has_alpha(), enclose in extern C.
2009-12-18 Michal Krolutil/pack: Handle the remaining formats with generic...
2009-12-18 Corbin Simpsonutil: Update blitter for u_format changes.
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal Krolutil: Remove util_format_get_block().
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krolutil/format: Fix bogus assertion.
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-15 Marek Olšákutil/blitter: kill the draw_quad callback
2009-12-15 Marek Olšákutil/blitter: allocate most of the state objects on...
2009-12-15 Marek Olšákutil/blitter: use PIPE_MAX_* limits, and fix a memory...
2009-12-15 Marek Olšákutil: add blitter
2009-12-15 Marek Olšákutil: add a function which converts 2D coordinates...
2009-12-15 Marek Olšákutil: add new fragment shaders to simple_shaders
2009-12-15 José Fonsecautil: Fix unity value for swizzle 1.
2009-12-15 José Fonsecautil: Add dl wrappers.
next