os: Do not use Pthreads barrier functions on Mac OS X.
[mesa.git] / src / gallium / auxiliary /
2010-02-11 Vinson Leeos: Do not use Pthreads barrier functions on Mac OS X.
2010-02-10 Brian Paulgallium: cast to silence waring
2010-02-10 Brian Paulgallium: use os_time.h in pb_bufmgr_cache.c
2010-02-10 Brian Paulgallium: use os_time.h in u_timed_winsys.c
2010-02-09 Brian Paulgallium/auxiliary: add -D__STDC_CONSTANT_MACROS
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Michal Krolgallium: Remove prefilter member from pipe_sampler_stat...
2010-02-09 Michal Kroltgsi: Gather cylindrical wrap info in tgsi_shader_info...
2010-02-09 Michal Kroltgsi: Add ureg_DECL_fs_input_cyl().
2010-02-09 Michal Krolgallium: Add cylindrical wrap info to TGSI declaration.
2010-02-09 Michal Kroltgsi: Remove tgsi_dump_c.[ch].
2010-02-09 Zack Rusinllvmpipe: switch to using dynamic stack allocation...
2010-02-09 Brian Paulgallivm: added lp_bld_misc.cpp to sources list
2010-02-09 Brian Paulgallivm: added gallivm/lp_bld_misc.cpp to Makefile
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...
2010-02-06 Alan CoopersmithGallium: Add Solaris atomic function definitions to...
2010-02-05 Brian Paultgsi: remove special-case code for fragment position
2010-02-05 José Fonsecaos: Don't assert on missing implementation of barrier...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 Roland Scheideggergallium: add point_quad_rasterization bit to rasterizer...
2010-02-04 José Fonsecaauxiliary: util_stream -> os_stream
2010-02-04 José Fonsecaos: Ensure header includes are outside extern "C" {}.
2010-02-04 José Fonsecautil: Reimplement u_time on top of os_time.
2010-02-04 José Fonsecaos: Time abstractions.
2010-02-04 José Fonsecaos/os_memory_aligned.h: fix memory allocation alignment...
2010-02-04 José Fonsecautil: Disable u_time.c implementation for embedded.
2010-02-04 José Fonsecautil: Add missing include.
2010-02-04 José Fonsecaos: Add missing dummy threading definitions.
2010-02-04 Vinson Leeutil: Remove unnecessary header.
2010-02-03 José Fonsecautil: Cast to match the MSVC intrinsics.
2010-02-03 José Fonsecautil: Don't include system headers inside extern "C...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Roland Scheideggergallium: clean up point sprite rasterizer state
2010-02-03 Brian Paultgsi: added debugging code to catch divide by zero
2010-02-03 Brian Paultgsi: convert CHECK_INF_OR_NAN to inline function
2010-02-03 José Fonsecaos: Also add the aligned memory prototypes to the embed...
2010-02-03 José Fonsecautil: Reimplement all utility functions in terms of...
2010-02-03 José Fonsecaos: New OS abstraction module.
2010-02-03 Brian Pauldraw: remove old hard-coded shader length limits
2010-02-03 Brian Paultgsi: added tgsi_alloc_tokens()
2010-02-03 Brian Pauldraw: re-implement free_bit() with ffs()
2010-02-03 Brian Pauldraw: comments and var renaming
2010-02-03 Brian Paultgsi: fix comment
2010-02-03 Brian Pauldraw: add const qualifiers, fix return types
2010-02-03 Brian Pauldraw: new, updated comments
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-02 Michal Kroltgsi: ureg_DECL_gs_input() accepts shader semantics.
2010-02-01 José Fonsecautil: Add missing includes.
2010-02-01 José Fonsecadraw: Add missing includes.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-30 Roland Scheideggergallium: fix blend state cso
2010-01-29 Keith WhitwellMerge commit 'lb2/arb_fragment_coord_conventions'
2010-01-29 Luca Barbieritgsi: add properties for fragment coord conventions...
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Michal Kroltgsi: Constants declared with ureg_DECL_constant()...
2010-01-28 Michal Kroltgsi: Add ureg_property_gs_output_prim/max_vertices().
2010-01-28 Michal Krolgallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_...
2010-01-28 Michal Krolgallium: Enable multiple constant buffers for vertex...
2010-01-28 Michal Kroltgsi: Handle two-dimensional constants in text parser.
2010-01-28 Michal Krolgallium: Implement 2D constant buffers for fragment...
2010-01-28 Michal Kroltgsi: Handle 2-D declarations.
2010-01-28 Vinson Leetgsi: Silence uninitialized variable warning.
2010-01-27 Vinson Leeutil: Remove unnecessary header.
2010-01-27 Vinson Leetgsi: Remove unnecessary header.
2010-01-27 Vinson Leegallium/draw: Remove unnecessary headers.
2010-01-27 Brian Paulgallium/util: comments for time-related functions
2010-01-27 Brian Paulgallium/util: print dlerror() info upon dlopen() failure
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Roland Scheideggergallium: fix cast for size calc of pipe_blend_state
2010-01-25 José Fonsecapipebuffer: Reapply the mesa_7_7_branch's changes.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Brian Paulgallium/util: add missing util/u_bitmask.c to Makefile
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 Alan HourihaneRemove obsolete file
2010-01-22 Brian Paulgallium/aux: re-add pb_buffer_fenced.[ch] accidentally...
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian Paulgallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex...
2010-01-22 Brian Paulgallium/draw: added comments, whitespace fixes
2010-01-22 Brian Paulgallium/draw: fix-up comments, whitespace
2010-01-22 Brian Paulgallium/draw: replace int with boolean
2010-01-22 Vinson Leepipebuffer: Remove unnecessary header.
2010-01-22 Vinson Leedraw: Remove unnecessary headers.
2010-01-21 José Fonsecapipebuffer: Release the lock during map wait. Cleanups.
2010-01-21 José Fonsecapipebuffer: Swap buffers out to system memory when...
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 Roland Scheideggergallium: prepare for per-rendertarget blend enables...
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-19 José Fonsecapipebuffer: Ensure buffer size/alignment is not zero.
2010-01-18 Brian Paulutil: fix broken util_ringbuffer_dequeue()
2010-01-18 Michal Kroltgsi: Fix behaviour of dimension index.
next