util: add mutex lock in u_debug_memory.c code
[mesa.git] / src / gallium / auxiliary /
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
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
next