pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument
[mesa.git] / src / gallium / auxiliary /
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...
2015-05-29 Jose Fonsecagallivm: Use the LLVM's C disassembly interface.
2015-05-29 Jose Fonsecagallivm: Disable frame pointer omission on LLVM 3.7.
2015-05-28 Jose Fonsecagallivm: Workaround LLVM PR23628.
2015-05-28 Vinson Leegallivm: Do not use NoFramePointerElim with LLVM 3.7.
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Marek Olšákcso: add context cleanup code from st/mesa
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-05-16 Ilia Mirkintgsi/dump: fix declaration printing of tessellation...
2015-05-16 Ilia Mirkintgsi/ureg: allow ureg_dst to have dimension indices
2015-05-16 Marek Olšáktgsi/ureg: use correct limit for max input count
2015-05-16 Ilia Mirkintgsi/sanity: set implicit in/out array sizes based...
2015-05-16 Ilia Mirkintgsi/scan: allow scanning tessellation shaders
2015-05-16 Marek Olšákgallium: disable tessellation shaders for meta ops
2015-05-16 Marek Olšákgallium/cso: set NULL shaders at context destruction
2015-05-16 Marek Olšákgallium/cso: add support for tessellation shaders
2015-05-16 Marek Olšákgallium/u_blitter: disable tessellation for all operations
2015-05-16 Marek Olšákgallium/util: print vertices_per_patch in util_dump_dra...
2015-05-16 Ilia Mirkingallium: add tessellation shader properties
2015-05-16 Ilia Mirkingallium: add new semantics for tessellation
2015-05-16 Ilia Mirkingallium: add new PATCHES primitive type
2015-05-16 Ilia Mirkingallium: add tessellation shader types
2015-05-15 Alexander von Gluck IVgallium/aux: Add needed extern "C" wrappers
2015-05-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2015-05-13 Roland Scheideggergallium/util: fix blitter sampler view target initializ...
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-09 Jason Ekstrandgallium/double_list: s/INLINE/inline and remove the...
2015-05-06 Roland Scheideggerdraw: (trivial) fix out-of-bounds vector initialization
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-04-29 Marek Olšákwinsys/radeon: move radeon_winsys.h to drivers/radeon
2015-04-28 Leo Liugallium/util: get h264 level based on number of max...
2015-04-27 Roland Scheideggersoftpipe: fix another stencil-as-float issue
2015-04-27 Zoë BladeFix a few typos
2015-04-25 Gediminas Jakutisgallium/hud: add more options to customize HUD panes
2015-04-23 Jose Fonsecaos/os_memory_aligned.h: Handle integer overflow.
2015-04-23 Roland Scheideggerdraw: fix prim ids when there's no gs
2015-04-22 Brian Paulcso: minor comment fix
next