r300g/swtcl: don't expose shader subroutine support
[mesa.git] / src / gallium / auxiliary /
2012-04-03 Marek Olšáku_blitter: don't use user buffers
2012-04-03 Vinson Leegallivm: Pass in a MCInstrInfo to createMCInstPrinter...
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-04-03 José Fonsecagallivm: Simplify/reorder minimax helper.
2012-03-30 Marek Olšákgallium/postprocess: document serious issue causing...
2012-03-30 Marek Olšákgallium/util: add helper function util_query_clear_result
2012-03-29 Vinson Leegallivm: Fix method overriding in raw_debug_ostream.
2012-03-28 Brian Pauldraw: fix missing immediates bug in polygon stipple...
2012-03-28 Christian Königvl: move winsys helper out of winsys directory
2012-03-27 ojabgallivm: Use InitializeNativeTargetDisassembler().
2012-03-14 Vinson Leegallivm: Fix createOProfileJITEventListener namespace...
2012-03-09 Christian Königvl/mpeg12: make bitstream decoder more robust
2012-03-09 Christian Königvl/video_buffer: add YUYV and UYVY support
2012-03-09 Christian Königgallivm: add support for R8G8_R8B8 and G8R8_B8R8 formats
2012-03-09 Christian Königgallium: add R8G8_R8B8 and G8R8_B8R8 formats
2012-03-09 Christian Königu_format: fix a comment about subsampled formats
2012-03-08 Christian Königvl/video_buffer: add YUVA and VUYA support
2012-03-08 Zack Rusinsvga: fix the rasterizer state resets
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.
next