st/nine: Begin programmable shader fog support
[mesa.git] / src / gallium / auxiliary /
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2015-08-18 Marcos Paulo de... tgsi: fix parsing of tessellation shader inputs/outputs
2015-08-18 Marcos Paulo de... tgsi: set implicit array size for tess stages
2015-08-14 Marek Olšákwinsys/amdgpu: add a new winsys for the new kernel...
2015-08-14 Christian Königvl: add HEVC profiles and defines
2015-08-12 Rob Clarkttn: add buffer texture type
2015-08-06 Marek Olšákgallium/hud: automatically print % if max_value == 100
2015-08-06 Marek Olšákgallium/hud: fix printing % next to panes
2015-08-06 Marek Olšákgallium/hud: replace assertions with clamping the unit...
2015-08-06 Marek Olšákgallium,hud: allow displaying cumulative values instead...
2015-08-06 Marek Olšákgallium/hud: fix printing byte units
2015-08-06 Marek Olšákgallium,hud: add support for Hz units in driver queries
2015-08-04 Vinson Leevl/mpeg12: Silence GCC unused-variable warning.
2015-07-31 Vinson Leegallivm: Fix GCC unused-variable warning.
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-31 Marek Olšákgallium/util: clear up that debug_get_flags_option...
2015-07-29 Jose Fonsecagallium/auxiliary: Ensure c99_math.h is included.
2015-07-29 Matt Turnergallium/auxiliary: Avoid double promotion.
2015-07-29 Matt Turnergallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
2015-07-29 Francisco JerezRevert "pipe-loader: simplify pipe_loader_drm_probe"
2015-07-23 Jose Fonsecagallivm: Fix profile build.
2015-07-23 Jose Fonsecagallium/util: Stop bundling our snprintf implementation.
2015-07-23 Tom Stellardgallivm: Add ifdefs so raw_debug_stream is only defined...
2015-07-23 Tom Stellardgallivm: Don't use raw_debug_ostream for dissasembling
2015-07-22 Marek Olšákcso: eliminate some sampler function wrappers
2015-07-22 Marek Olšákgallium/util: use cso_set_samplers
2015-07-22 Marek Olšákcso: remove clip state handling
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
2015-07-22 Marek Olšákcso: drop inefficient checking for redundant sampler...
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
2015-07-22 Marek Olšákgallium/util: improve dump functions
2015-07-22 Marek Olšáktgsi: allow dumping to a file directly
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Tom Stellardgallivm: Initialize LLVM Modules's DataLayout to an...
2015-07-16 Marek Olšákgallium: add interface for writable shader images
2015-07-16 Marek Olšákgallium: add BIND flags for R/W buffers and images
2015-07-13 Emil Velikovauxiliary/vl: use the correct screen index
2015-07-13 Emil Velikovauxiliary/vl: use loader_open_device() over open()
2015-07-13 Emil Velikovpipe-loader: use loader_open_device() rather than open()
2015-07-13 Emil Velikovpipe-loader: remove pipe_loader_sw_probe_xlib
2015-07-13 Emil Velikovautomake: remove empty GALLIUM_PIPE_LOADER_LIBS
2015-07-13 Emil Velikovautomake: pipe-loader: remove the 'client' pipe-loader
2015-07-13 Emil Velikovpipe-loader: remove pipe_loader_drm_probe_fd() x_auth...
2015-07-13 Emil Velikovpipe-loader: simplify pipe_loader_drm_probe
2015-07-13 Emil Velikovpipe-loader: drop support for non-render node devices
2015-07-11 Dave Airlietgsi: add DFMA to the opcode infer functions.
2015-07-09 Brian Paultgsi: whitespace fixes in tgsi_parse.c
2015-07-09 Christian Königvl: cleanup video buffer private when the decoder is...
2015-07-07 Brian Paulgallium/hud: display percentages with % suffix
2015-07-07 Brian Paulgallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS...
2015-07-07 Brian Paulgallium/hud: replace byte units flag with pipe_driver_q...
2015-07-07 Brian Paulgallium/os: minor whitespace fixes in os_time.h
2015-07-06 Roland Scheideggergallivm: fix lp_build_compare_ext
2015-07-05 Marek Olšákgallium/os: add conversion and wait functions for absol...
2015-07-05 Marek Olšákgallium/os: add os_wait_until_zero (v2)
2015-07-03 Ilia Mirkingallium/ttn: mark location specially in nir for color0...
2015-07-03 Rob Clarkgallium/ttn: IN/OUT are only array if ArrayID != 0
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-07-01 Dave Airlietgsi: add infer support for double opcodes.
2015-06-30 Rob Clarkgallium/ttn: don't upset nir_validate w/ BRK's
2015-06-30 Rob Clarkgallium/ttn: add TXB2
2015-06-30 Rob Clarkgallium/ttn: partial fix for output arrays
2015-06-28 Samuel Pitoisetgallium/hud: prevent NULL pointer dereference with...
2015-06-26 Matt Turnermesa: Enable subdir-objects globally.
2015-06-25 Marek Olšáksoftpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
2015-06-24 Eric Anholttgsi_to_nir: Fix translation of TXF on MSAA targets.
2015-06-23 Jose Fonsecadraw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default...
2015-06-23 Dave Airliedraw/gallivm: add invocation ID support for llvmpipe.
2015-06-23 Dave Airliedraw/tgsi: implement geom shader invocation support.
2015-06-23 Dave Airlietgsi: handle indirect sampler arrays. (v2)
2015-06-21 Rob Clarkgallium/ttn: add missing SNE
2015-06-21 Rob Clarkgallium/ttn: add texture-type support
2015-06-21 Rob Clarkutil/blitter (and friends): generate appropriate SVIEW...
2015-06-21 Rob Clarkutil/pstipple: updates for SVIEW decls
2015-06-21 Rob Clarkdraw: updates to support SVIEW decls
2015-06-21 Rob Clarktgsi/transform: add support for SVIEW decls
2015-06-19 Brian Paulu_vbuf: fix src_offset alignment in u_vbuf_create_verte...
2015-06-19 Brian Paultgsi: add comments for ureg_emit_label()
2015-06-19 Brian Paultgsi: new comments, assertion for executing TGSI_OPCODE_CAL
2015-06-19 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-15 Eric Anholtgallium: Enable build of NIR support on Android.
2015-06-14 Marek Olšákgallium/util: add util_last_bit64
2015-06-13 Tom Stellardgallivm: Only build lp_profile() body when PROFILE...
2015-06-09 Chih-Wei Huangandroid: enable the radeonsi driver
2015-06-09 Jose Fonsecartasm: Generalize executable memory allocator to all...
2015-06-05 Marek Olšáktgsi/ureg: fix a coverity defect in emit_decls
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for GS input array declarations
2015-06-05 Marek Olšáktgsi/ureg: merge input and fs_input arrays
2015-06-05 Marek Olšáktgsi/ureg: rename and simplify ureg_DECL_gs_input
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-06-05 Marek Olšáktgsi/scan: get more information about arrays and handle...
2015-06-05 Roland Scheideggerdraw: (trivial) fix NULL pointer dereference
2015-06-01 Brian Paulgallium/util: silence silence unused var warnings for...
2015-06-01 Brian Paulgallivm: silence unused var warnings for non-debug...
2015-06-01 Brian Paulpipebuffer: silence unused var warnings for non-debug...
2015-06-01 Brian Pauldraw: silence unused var warnings for non-debug build
2015-06-01 Jose Fonsecagallivm: Remove stub disassemblerSymbolLookupCB.
2015-05-29 Roland Scheideggergallivm: make sampling more robust when the sampler...
next