r600g: only emit SX_SURFACE_SYNC on r700 if there's CS checker support
[mesa.git] / src / gallium / auxiliary /
2012-03-06 Vinson Leegallivm: Pass in a MCRegisterInfo to MCInstPrinter...
2012-03-06 Dave Airliedraw/llvm: add clip distance support
2012-03-06 Dave Airliedraw/llvm: fix storing of clipvertex and positions...
2012-03-06 Dave Airliedraw/llvm: fix clipvertex setting up clipmask. (v2)
2012-03-05 Roland Scheideggergallivm: fix floating type in lp_build_mod helper
2012-03-03 Christian Königvl: fix shader in/out numbering
2012-03-02 Christian Königvl/compositor: fix shader in/out numbering
2012-03-02 Christian Königvl/csc: simplify matrix handling
2012-03-02 Christian Königvl/compositor: add support for per layer dst areas
2012-03-02 Christian Königvl/compositor: add per vertex color suport
2012-03-02 Christian Königvl/compositor: replace pipe_video_rect with u_rect
2012-03-02 Christian Königvl/compositor: split shaders and state
2012-03-01 Vinson LeeRevert "gallivm: Change getExtent and readByte to non...
2012-03-01 José Fonsecagallivm: Update comments and prototype of vector-selects.
2012-02-29 Brian Paulutil: replace format equality test with compatibility...
2012-02-29 Brian Paulutil: better comment for util_is_format_compatible()
2012-02-29 Brian Paulutil: fix assertions in u_blitter.c code
2012-02-28 Dave Airliegallivm: add major integer opcodes to the tgsi action...
2012-02-28 Dave Airliegallivm: drop deprecated opcodes
2012-02-28 Dave Airliegallivm: only do rcp/mul for floating
2012-02-28 Dave Airliegallivm: add frem support to the lp_build_mod helper.
2012-02-28 Dave Airliegallivm: add bitarit xor and not ops.
2012-02-28 Dave Airliegallivm: add integer and unsigned mod arit functions...
2012-02-28 Brian Paultgsi: remove trailing comma to silence warning
2012-02-27 Marek Olšákgallium/util: add fast path for buffers in u_default_tr...
2012-02-27 Marek Olšákgallium/util: set correct usage flags in u_default_tran...
2012-02-27 Christian Königvl: adjust matrix and median filter to removal of PIPE_...
2012-02-27 Marek Olšákgallium/rtasm: properly detect SSE and SSE2
2012-02-25 Christian Königvl/compositor: fix a simple typo
2012-02-24 Marek Olšáku_blitter: decrease minimum buffer range alignment...
2012-02-24 Marek Olšáku_blitter: check for invalid values in copy_buffer
2012-02-23 Marek Olšákgallium/u_slab: fix possible crash in util_slab_destroy
2012-02-23 Brian Paulutil: add mutex lock in u_debug_memory.c code
2012-02-23 Brian Paulgallium: added pipe_sampler_view_release() function
2012-02-22 José Fonsecagallium/cso: Put the comment about shader in the code...
2012-02-21 Marek Olšákgallium/cso: kill off non-functional shader caching
2012-02-21 Marek Olšákgallium/util: remove u_simple_screen
2012-02-21 Christian Königvl: add support for bob deinterlacing
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-20 José Fonsecallvmpipe: Don't assume vector is 4 wide in lp_build_sin...
2012-02-18 Dave Airliedraw: add missing streamout state setup for draw/llvm.
2012-02-17 Dave Airliegallivm: fetch immediates to correct type (v2)
2012-02-17 Dave Airliegallivm: enable stores of integer types. (v2) + fix ARL
2012-02-17 Dave Airliegallivm: enable fetch for integer opcodes. (v2)
2012-02-17 Dave Airliegallivm: add uint/int bld to the base builder. (v2)
2012-02-17 Dave Airliegallivm: fix build gather to take a bld context
2012-02-17 Dave Airliegallivm: pass build context to exec_mask_store.
2012-02-17 Dave Airlietgsi: add source/destination type from opcodes. (v2)
2012-02-17 José Fonsecagallivm: Initialize x86 disassembler on x86_64 too.
2012-02-15 Dave Airliellvmpipe: fix fogcoord writing (v2)
2012-02-14 Christian Königvl: fix low strength denoise filter
2012-02-13 Stéphane Marchesingallivm: Replace architecture test with PIPE_ARCH_*
2012-02-11 Vinson Leegallivm: Change getExtent and readByte to non-const...
2012-02-10 Christian Königvl: add a matrix/convolution filter
2012-02-10 Christian Königvl: add a median filter for noise reduction
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-07 Brian Paulutil: fix typo in debug_printf_once comment
2012-02-06 Christian Königvl: add VL_MAX_SURFACES define
2012-02-06 Christian Königvl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
2012-02-06 Christian Königvl: prefix size defines with VL_
2012-02-06 Christian Königvl: remove assert on unknown video profile
2012-02-06 Christian Königvl: add a simple weave deinterlacer
2012-02-06 Christian Königvl/video_buffer: fix interlaced surface ordering
2012-02-06 Christian Königvl/video_buffer: fix height of interlaced video buffers
2012-02-04 Dave Airliedraw: fix fog coord export.
2012-02-02 Brian Paulgallium/postprocess: move declarations before code
2012-02-02 Lauri Kasanengallium/postprocess: Just to be safe, reference all...
2012-02-02 Lauri Kasanengallium/postprocess: Fix depth logic
2012-02-02 José Fonsecadraw: Avoid NULL pointer dereference when binding NULL...
2012-02-02 ojabgallivm: Fix LLVM-2.7 build.
2012-02-02 José Fonsecagallivm: Remove MSVC RT hack.
2012-01-31 ojabInitialize only native LLVM Disassembler.
2012-01-30 Marek Olšáksvga: set POINTSIZEMIN to 1.0 for non-sprite non-aa...
2012-01-30 José Fonsecagallivm: Don't use C99 member initializers.
2012-01-30 José Fonsecagallivm: Move declaration before code.
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2012-01-30 Tom Stellardgallium: Move duplicated helper macros to tgsi_exec.h
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2012-01-30 Tom Stellardgallivm: Add function lp_bld_gather_values()
2012-01-30 Tom Stellardtgsi: Add output_mode to struct tgsi_opcode_info v2
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
next