svga: fix referencing a NULL framebuffer cbuf
[mesa.git] / src / gallium / auxiliary /
2015-09-02 Dave Airlietgsi/scan: add uses_doubles to tgsi scanner
2015-09-01 José Fonsecaauxiliary/os: Don't implement os_get_option() on embedd...
2015-09-01 Brian Paulutil: add a couple primitive restart helper functions
2015-09-01 Charmaine Leetgsi: add tgsi utility to transform a fragment shader...
2015-09-01 Charmaine Leetgsi: adds tgsi utility to transform a shader to suppor...
2015-09-01 Brian Paultgsi: add new tgsi_two_side.c utility code
2015-09-01 Brian Paulutil: add util_strcasecmp() wrapper
2015-09-01 Charmaine Leegallium/util: add a utility to create geometry passthro...
2015-09-01 Roland Scheideggergallium/util: fix returning empty box for rectangle...
2015-09-01 Roland Scheideggergallium/util: return FALSE for intersection if there...
2015-09-01 Charmaine Leetgsi: add some more helper functions
2015-09-01 Brian Paultgsi: added tgsi_is_shadow_target() helper
2015-09-01 Brian Paultgsi: add negate parameter to tgsi_transform_kill_inst()
2015-09-01 Brian Paulutil: added ffsll() function
2015-09-01 Brian Paulutil: added util_set_index_buffer()
2015-09-01 Marek Olšákgallium/util: add u_bit_scan_consecutive_range
2015-08-28 Dave Airliegallium/util: fix debug_get_flags_option on 32-bit
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-27 Brian Paulgallium/util: fix code formatting in u_blitter.h
2015-08-26 Marek Olšákgallium/ddebug: new pipe for hang detection and driver...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Roland Scheideggergallium/auxiliary: optimize rgb9e5 helper some more
2015-08-26 Roland Scheideggergallium/auxiliary: optimize rgb9e5 helper a bit
2015-08-25 Kenneth Graunkegallium/ttn: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-24 Connor Abbottnir: move control flow modification to its own file
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
next