gallivm: Replace architecture test with PIPE_ARCH_*
[mesa.git] / src / gallium / auxiliary /
2012-01-02 Christian Königvl: seperate shader buffers from components
2012-01-01 Marek Olšáku_blitter: expose functions for setting default views...
2011-12-31 Dave Airliesoftpipe: reorder LIT to fix fp-lit-src-equals-dst
2011-12-30 Dave Airlieu_format: fix latc fetches.
2011-12-30 Dave Airlieu_format/rgtc: fix alpha values in returned texels.
2011-12-30 Dave Airlieu_format: fix inv_swizzles generation
2011-12-27 Alexander von Gluckgallium: use Mesa pthread_barrier_t on Haiku, as it...
2011-12-27 Dave Airliegallium/u_pack: fix l8/i8 pack color ub
2011-12-26 Christian Königvl: call decode_bitstream only once
2011-12-24 Maarten Lankhorstvl: Fix inverted logic in vlc checks
2011-12-23 Maarten Lankhorstvl: improve vlc functions and handling
2011-12-22 Lauri Kasanengallivm: Close a memory leak
2011-12-20 Maarten Lankhorstvl: Remove unused declaration
2011-12-20 Maarten Lankhorstvl: Use pipe clear_render_target instead of util_clear_...
2011-12-19 Dave Airliesoftpipe: fix shadow1d tests.
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliegallium/draw: fix two side handling
2011-12-19 Dave Airliesoftpipe: fix texture sampling from 1D texture array
2011-12-17 Vinson Leegallivm: Fix build with llvm-3.1svn.
2011-12-15 Fredrik Höglundgallium: fix a crash in drivers that don't support...
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
2011-12-15 Marek Olšáku_blitter: implement copy_buffer using stream output
2011-12-15 Marek Olšáku_blitter: restore stream output targets
2011-12-15 Marek Olšákgallium: utility helper functions for stream output
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-14 Christian Königg3dvl/compositor: improve dirty area handling
2011-12-10 Marek Olšákgallium: implement ARB_conservative_depth
2011-12-09 José Fonsecautil: Add strings.h include on unices
2011-12-08 José Fonsecallvmpipe: Trim the fragment shader cached based on...
2011-12-08 José Fonsecallvmpipe,draw,gallivm: Ensure we don't walk beyond...
2011-12-03 Brian Paulutil: add casts in fprintf() calls to silence warnings
2011-12-02 Chia-I Wugallium: add PIPE_FORMAT_ETC1_RGB8
2011-12-01 Vinson Leeu_vbuf: Silence uninitialized variable warnings.
2011-11-29 Kai Wasserbächgallium/cell: Remove the driver.
2011-11-29 José FonsecaRemove windows kernel support code.
2011-11-29 José Fonsecagallium/auxiliary: Remove os_stream.
2011-11-27 Dave Airliegallium: add B10G10R10A2_UINT format
2011-11-22 Marek Olšáku_vbuf_mgr: rename to u_vbuf
2011-11-22 Marek Olšáku_vbuf_mgr: better way to find a free VB slot + check...
2011-11-22 Marek Olšáku_vbuf_mgr: remove a useless variable
2011-11-22 Marek Olšáku_vbuf_mgr: remove redundant memset
2011-11-22 Marek Olšáku_vbuf_mgr: don't reference non-native vertex buffers...
2011-11-22 Marek Olšáku_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slot
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-21 Vadim Girlingallium: add PIPE_SHADER_CAP_OUTPUT_READ
2011-11-20 Marek Olšáku_vbuf_mgr: correctly compute max vertex count from...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly obtain min/max_index for uploads...
2011-11-20 Marek Olšáku_vbuf_mgr: add set_index_buffer function
2011-11-20 Marek Olšáku_vbuf_mgr: add comments
2011-11-20 Marek Olšáku_vbuf_mgr: don't upload user buffers which have been...
2011-11-15 Brian Paulutil/draw: replace assertions with conditionals in...
2011-11-14 Christoph Bumillergallium: add TGSI_SEMANTIC_VERTEXID
2011-11-14 José Fonsecautil: Avoid signed/unsigned comparison in u_trim_pipe_p...
2011-11-14 José Fonsecadraw: Handle failure to allocate aligned_constant_storage.
2011-11-14 José Fonsecagallivm: Remove duplicate statement.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-11-11 Brian Pauldraw: handle out of memory conditions
2011-11-11 Brian Paulutil: check for null vertex buffer object in blit code
2011-11-10 Brian Pauldraw/llvm: silence uninitialized variable warnings
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-08 Chia-I Wuutil: add log2f for Android
2011-11-06 Dave Airliellvmpipe: fix typo in the depth sampling aos code.
2011-11-06 Dave Airlieu_format: fix RGTC support in fits 8unorm.
2011-11-06 Christian Incigallivm: change sys::getHostTriple to sys::getDefaultTa...
2011-11-06 Vinson Leeg3dvl: Fix memory leaks on error paths.
2011-11-06 Vinson Leepp: Reorder calloc to avoid memory leak on error path.
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 Marek Olšákgallium/cso_cache: remove one call to pipe_sampler_view...
2011-11-04 Marek Olšáku_vbuf_mgr: avoid one call to pipe_resource_reference...
2011-11-03 Brian Pauldraw: assert that we have non-null fragment shader
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Implement VdpGenerateCSCMatrix
2011-11-03 Christian Königg3dvl: remove some stale variable increment
2011-11-02 Michel Dänzergallium/util: Add macros for converting from little...
2011-11-01 Brian Paulpostprocess: remove const qualifiers on unsigned int...
2011-10-31 José Fonsecallvmpipe: Remove unsed variables.
2011-10-31 José Fonsecautil: Add missing initializer.
2011-10-31 Thomas Hellstrompipebuffer/debug: Fix a recursive mutex lock
2011-10-28 Eric Anholtu_format: Fix -NaN handling for packing of 10F_11F_11F_...
2011-10-28 Eric Anholtu_format: Fix clamping of overflow in 10F_11F_11F_REV...
2011-10-28 Eric Anholtu_format: Fix bitshifting for unpacking from 10F.
2011-10-28 Eric Anholtu_format: Fix bit definition of UF10_MANTISSA_BITS.
2011-10-28 Alan Coopersmithgallium/auxiliary/util: Solaris also has standard Unix...
2011-10-25 Vinson Leetgsi: Fix memory leak in out-of-memory path.
2011-10-25 Vinson Leepp: Fix memory leak on error path.
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc()
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc_buffer()
2011-10-24 Brian Paulutil: remove gotos in u_upload_mgr.c
2011-10-23 Marek Olšáku_blitter: accept overriden width0 and height0
2011-10-23 Marek Olšáku_blitter: add a copy_texture function which uses views...
2011-10-23 Brian Paulgallivm: added lp_build_print_ivec4() function
2011-10-16 José Fonsecagallivm: Eliminate tgsi_util_get_full_src_register_sign...
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-11 Brian Pauldraw/llvm: set draw->pt.user.planes field in draw_set_c...
2011-10-11 Brian Pauldraw/llvm: fix hard-coded number of total clip planes
2011-10-10 Dave Airlieu_blitter: clean up velem setup
2011-10-09 Marek Olšáku_blitter: query vertex shader caps instead of geometry...
next