freedreno/a4xx: add ARB_texture_rgb10_a2ui support
[mesa.git] / src / gallium /
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_rgb10_a2ui support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add astc formats
2015-11-23 Ilia Mirkingallium: add ASTC formats
2015-11-23 Ilia Mirkingallium/util: remove the fake format helpers for bptc...
2015-11-23 Ilia Mirkinfreedreno/a4xx: support 16384 texels in buffer texture
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_buffer_range support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add polygon mode support
2015-11-23 Emil Velikovpipe-loader: link against libloader regardless of libdr...
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-23 Ilia Mirkinnv50/ir: fix (un)spilling of 3-wide results
2015-11-23 Ilia Mirkinnv50,nvc0: properly handle buffer storage invalidation...
2015-11-23 Ilia Mirkinnouveau: use the buffer usage to determine placement...
2015-11-22 Eric Anholtvc4: Take precedence over ilo when in simulator mode.
2015-11-22 Eric Anholtvc4: Just put USE_VC4_SIMULATOR in DEFINES.
2015-11-22 Igor Gnatenkovirgl: pipe_virgl_create_screen is not static
2015-11-22 Eric Anholtvc4: Use nir_channel() to simplify all of our nir_swizz...
2015-11-22 Eric Anholtvc4: Fix point size lookup.
2015-11-21 Jose Fonsecapipe-loader: Fix PATH_MAX define on MSVC.
2015-11-21 Jose Fonsecascons: Conditionally use DRM module on pipe-loader.
2015-11-21 Ilia Mirkinfreedreno/a4xx: disable blending and alphatest for...
2015-11-21 Ilia Mirkinfreedreno/a4xx: fix independent blend
2015-11-21 Ilia Mirkinfreedreno/a4xx: enable ARB_base_instance support
2015-11-21 Ilia Mirkinfreedreno/a4xx: set fetchsize in mem2gmem texture restore
2015-11-21 Ilia Mirkinfreedreno/a4xx: add 11_11_10_float vertex type support
2015-11-21 Ilia Mirkinfreedreno/a4xx: fix 3d texture setup
2015-11-21 Ilia Mirkinfreedreno/a4xx: only align slices in non-layer_first...
2015-11-21 Emil Velikovutil: use RTLD_LOCAL with util_dl_open()
2015-11-21 Emil Velikovtargets/nine: remove unused static functions
2015-11-21 Emil Velikovtargets/nine: add note about messy header inclusion...
2015-11-21 Emil Velikovtargets/nine: add note about fd owndership
2015-11-21 Emil Velikovauxiliary/vl: Don't close the drm fd on failure
2015-11-21 Emil Velikovst/dri: NULL check the pscreen earlier
2015-11-21 Emil Velikovst/dri: Don't close the drm fd on failure
2015-11-21 Emil Velikovtarget-helpers: remove inline_drm_helper.h
2015-11-21 Emil Velikov{st,targets}/nine: use static/dynamic pipe-loader
2015-11-21 Emil Velikov{st,targets}/xa: use static/dynamic pipe-loader
2015-11-21 Emil Velikov{auxiliary,targets}/vl: use static/dynamic pipe-loader
2015-11-21 Emil Velikov{st,targets}/dri: use static/dynamic pipe-loader
2015-11-21 Emil Velikovpipe-loader: add preliminary Android support
2015-11-21 Emil Velikovpipe-loader: add preliminary scons support
2015-11-21 Emil Velikovpipe-loader: don't mix code and variable declarations
2015-11-21 Emil Velikovtarget-helpers: add a non-inline drm_helper.h
2015-11-21 Emil Velikovtarget-helpers: move the DRI specifics to the target
2015-11-21 Emil Velikovautomake: remove no longer needed HAVE_LOADER_GALLIUM...
2015-11-21 Emil Velikovpipe-loader: wire up the 'static' sw pipe-loader
2015-11-21 Emil Velikovpipe-loader: wire up the 'static' drm pipe-loader
2015-11-21 Emil Velikovpipe-loader: add a dummy 'static' pipe-loader
2015-11-21 Emil Velikovgallium: rename libpipe_loader to libpipe_loader_dynamic
2015-11-21 Emil Velikovpipe-loader: dlopen/dlsym the pipe-driver at probe...
2015-11-21 Emil Velikovpipe-loader: annotate the ops as const data
2015-11-21 Emil Velikovpipe-loader: teardown the winsys, if create_screen...
2015-11-21 Emil Velikovpipe-loader: rework the sw backend
2015-11-21 Emil Velikovgallium: keep the libdrm link alongside libkmsdri.la
2015-11-21 Emil Velikovpipe-loader: directly use pipe_loader_sw_probe_null...
2015-11-21 Emil Velikovpipe-loader: add pipe_loader_sw_probe_init_common(...
2015-11-21 Emil Velikovgallium/tests: remove unneeded include paths
2015-11-21 Emil Velikovgallium: remove library_path argument from pipe_loader_...
2015-11-21 Emil Velikovtargets/nine: remove the custom pipe-driver path management
2015-11-21 Emil Velikovpipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PI...
2015-11-21 Emil Velikovpipe-loader: add pipe_loader_sw_probe_kms() implementation
2015-11-21 Emil Velikovconfigure: use HAVE_DRISW_KMS when handling kms swrast
2015-11-21 Emil Velikovtargets/nine: use the existing sw_screen_wrap() over...
2015-11-21 Emil Velikovautomake: use GALLIUM_PIPE_LOADER_DEFINES only where...
2015-11-21 Emil Velikovpipe-loader: remove HAVE_PIPE_LOADER_foo function proto...
2015-11-21 Emil Velikovgallium/trace: remove useless NULL check from trace_scr...
2015-11-21 Ilia Mirkinfreedreno/a4xx: add missing formats to enable ARB_verte...
2015-11-21 Ilia Mirkinfreedreno/a4xx: use hardware RGTC texture samplers
2015-11-21 Ilia Mirkinfreedreno/a4xx: hook up RGB565 format
2015-11-21 Ilia Mirkinfreedreno/a4xx: logic op handling
2015-11-21 Ilia Mirkinfreedreno/a4xx: add 16-bit unorm/snorm format texturing...
2015-11-20 Ilia Mirkinfreedreno/a4xx: point regid to "red" even for alpha...
2015-11-20 Ilia Mirkinttn: add TEX2 support
2015-11-20 Ilia Mirkinfreedreno: always set all border colors
2015-11-20 Ilia Mirkinfreedreno/a4xx: fix dst_alpha blend for RGBX render...
2015-11-20 Nicolai Hähnleradeon: re-prepare query buffers on begin_query for...
2015-11-20 Nicolai Hähnleradeon: reset query buffers for PIPE_QUERY_TIMESTAMP
2015-11-20 Brian Paulsvga: add num-bytes-uploaded HUD query
2015-11-20 Brian Paulsvga: add some sanity check assertions in svga_buffer_t...
2015-11-20 Samuel Pitoisetnv50: expose two groups of compute-related MP perf...
2015-11-20 Leo Liuradeon/vce: disable two pipe mode for stoney
2015-11-20 Leo Liuradeon/vce: add new firmware interface support
2015-11-20 Nicolai Hähnleradeon: ensure that timing/profiling queries are suspen...
2015-11-20 Nicolai Hähnlegallium/hud: add support for batch queries
2015-11-20 Nicolai Hähnlegallium: add the concept of batch queries
2015-11-20 Nicolai Hähnlest/mesa: map semantic driver query types to underlying...
2015-11-20 Nicolai Hähnlegallium/hud: remove unused field in query_info
2015-11-20 Nicolai Hähnlegallium: remove pipe_driver_query_group_info field...
2015-11-20 Roland Scheideggergallivm: use sampler index 0 for texel fetches
2015-11-20 Ilia Mirkinfreedreno/a4xx: add BPTC support
2015-11-20 Emil Velikovauxiliary/vl/dri2: coding style fixes
2015-11-20 Emil Velikovauxiliary/vl/dri2: hide internal functions
2015-11-20 Emil Velikovauxiliary/vl/drm: hide internal functions
2015-11-20 Emil Velikovst/vdpau: use the vl_screen dispatch
2015-11-20 Emil Velikovst/xvmc: use the vl_screen dispatch
2015-11-20 Emil Velikovst/va: use the vl_screen dispatch
2015-11-20 Emil Velikovst/omx: use the vl_screen dispatch
2015-11-20 Emil Velikovauxiliary/vl/dri2: setup the dispatch
2015-11-20 Emil Velikovauxiliary/vl/drm: use a label for the error path
2015-11-20 Emil Velikovauxiliary/vl/drm: setup the dispatch
2015-11-20 Emil Velikovauxiliary/vl: add dispatch table
next