gallium: remove trailing comma to silence warning
[mesa.git] / src / gallium / auxiliary /
2012-01-28 Vinson Leedraw: Remove unused variables.
2012-01-27 Brian Paulgallivm: Swizzle constants into the right AoS ordering.
2012-01-27 José Fonsecadraw: Ensure that prepare is always run after LLVM...
2012-01-26 Jakob Bornecrantzdraw: Only run prepare when state, prim and opt changes
2012-01-26 Jakob Bornecrantzdraw: Don't revalidate pipeline on backend flushes
2012-01-26 Jakob Bornecrantzdraw: Remove reduced_prim
2012-01-24 Michel Dänzergallium/postprocess: Proper reference counting of pp_ji...
2012-01-16 Vinson Leeutil: Silence GCC unused-but-set-variable warning.
2012-01-16 José Fonsecavl: Make array initialization portable.
2012-01-15 Christian Königvl: fix YV12 handling
2012-01-15 Christian Königvl: move away from state like parameters
2012-01-15 Christian Königvl/video_buffer: add support for interlaced buffers
2012-01-15 Christian Königvl/video_buffer: improve constructor
2012-01-15 Christian Königvl/video_buffer: use template style create params
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-13 Tom Stellardgallivm: Allow target specific intrinsics in lp_declare...
2012-01-12 Brian Paulmesa/gallium: add FFS_DEFINED to protect ffs() from...
2012-01-11 José Fonsecadraw: Store the new pre_clip_pos member as well.
2012-01-11 Dave Airlietgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
2012-01-11 Dave Airlietgsi: add ISSG support
2012-01-11 Dave Airliedraw: clipdistance support (v2)
2012-01-11 Dave Airlietgsi_scan: add support to count number of output clip...
2012-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-11 Dave Airlietgsi/softpipe: add VertexID support.
2012-01-10 Brian Pauldraw: remove unused 'so' variable in draw_pt_so_emit()
2012-01-10 Brian Paulutil: use memset() to initialize surface, sampler_view...
2012-01-10 Jakob Bornecrantzdraw: Silence warning
2012-01-10 Jakob Bornecrantztarget-helpers: If neither softpipe or llvmpipe is...
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-09 Jakob Bornecrantzdraw: Fail if we fail to enable llvm when asked for it
2012-01-09 Jakob Bornecrantzdraw: Make it possible to create a llvm free context
2012-01-09 Christian Königvl: replace decode_buffers with auxiliary data field
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2012-01-07 Brian Paulutil: silence some MSVC type conversion warnings
2012-01-07 Brian Pauldraw: replace assert(0) with debug_warn_once()
2012-01-07 Brian Paulutil: add debug_warn_once() macro
2012-01-07 Brian Pauldraw: whitespace fixes, etc.
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-07 Marek Olšáku_vbuf: don't unroll indices if mapping vertex buffers...
2012-01-07 Dave Airliedraw: fix missing include for u_format.
2012-01-07 Dave Airliegallium: add new semantic for clip vertex.
2012-01-07 Dave Airliedraw: don't translate non-floats to float.
2012-01-06 Dave Airliedraw: fix piglit base vertex + user vertex array tests
2012-01-05 Bryan Caingallium: add support for clip distances
2012-01-05 Marek Olšáku_vbuf: use cso_cache to cache vertex element states
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáku_vbuf: cleanup variable names to be consistent
2012-01-05 Marek Olšáku_vbuf: cleanup the computation of how many vertices...
2012-01-05 Marek Olšáku_vbuf: convert min_index,max_index to start,count
2012-01-05 Marek Olšákutil: add helper function util_dump_draw_info
2012-01-05 Marek Olšáktranslate: implement translation of 10_10_10_2 types
2012-01-05 Marek Olšáktranslate: implement translation of (pure) integer...
2012-01-05 Marek Olšáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-05 Marek Olšáku_vbuf: translate per-vertex, per-instance, and constan...
2012-01-05 Marek Olšáku_vbuf: take start_instance into account when uploading...
2012-01-05 Marek Olšáku_upload_mgr: remove the 'flushed' parameter
2012-01-05 Marek Olšáku_vbuf: don't map user buffers, just obtain a pointer...
2012-01-05 Marek Olšáku_vbuf: only map a subrange of buffers to translate
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Marek Olšáku_vbuf: remove the workaround for half floats and translate
2012-01-05 Marek Olšáktranslate: implement translation of half floats in...
2012-01-05 Brian Paultgsi: consolidate TGSI string arrays in new tgsi_strings.h
2012-01-04 Brian Paulgallium/util: fix argument cast in x32_s8_get_tile_rgba...
2012-01-04 Christian Königvl/mpeg2: simple fix to get xine running again
2012-01-03 Dave Airlietgsi/softpipe: disable FAST_MATH
2012-01-03 Morgan Armandsoftpipe: remove the 32bits limitation on depth(-stenci...
2012-01-03 Alexander von Gluckgallium: use Haiku provided debug_printf in OS.h
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...
next