glsl: join calculate_array_size() and calculate_array_stride()
[mesa.git] / src / gallium /
2015-11-01 Samuel Pitoisetnv50: use correct heaps for FP and GP code segments
2015-10-31 Ilia Mirkinnouveau: get rid of tabs
2015-10-31 Dave Airlievirgl/vtest: fix extra malloc
2015-10-31 Dave Airlievirgl: free sampler view on failure path
2015-10-31 Dave Airliegallium/swrast: fixup build breakage and warnings
2015-10-31 Dave Airliegallium/swrast: fix front buffer blitting. (v2)
2015-10-30 Emil Velikovwinsys/virgl: rework line wrapping/indent
2015-10-30 Emil Velikovvirgl: unwrap the includes
2015-10-30 Emil Velikovwinsys/virgl: remove temporary ret variable
2015-10-30 Emil Velikovwinsys/virgl: always memset prior to ioctl
2015-10-30 Emil Velikovwinsys/virgl: use MALLOC to match FREE
2015-10-30 Emil Velikovwinsys/virgl: remove calloc/malloc casts
2015-10-30 Emil Velikovwinsys/virgl: throw in some inline wrappers
2015-10-30 Emil Velikovvirgl: introduce virgl_query() inline wrapper
2015-10-30 Emil Velikovvirgl: use virgl_screen/surface upcast wrappers
2015-10-30 Emil Velikovvirgl: introduce and use virgl_transfer/texture/resourc...
2015-10-30 Emil Velikovvirgl: add virgl_context/sampler_view/so_target() upcas...
2015-10-30 Emil Velikovwinsys/virgl/drm: drop unneeded forward declaration
2015-10-30 Emil Velikovvirgl: remove sw_winsys pointer from virgl_screen
2015-10-30 Emil Velikovvirgl: rename virgl.h to virgl_screen.h
2015-10-30 Emil Velikovvirgl: move virgl_hw.h into the driver dir
2015-10-30 Emil Velikovvirgl: straighten the includes confusion
2015-10-30 Emil Velikovvirgl: remove the _FILE_OFFSET_BITS defines
2015-10-30 Emil Velikovwinsys/virgl/drm: add all files to the tarball
2015-10-30 Emil Velikovwinsys/virgl/vtest: list all files in Makefile.sources
2015-10-30 Emil Velikovvirgl: move sources list to Makefile.sources
2015-10-30 Emil Velikovvirgl: fix drm.h include path
2015-10-30 Samuel Pitoisetnv50: do not create an invalid HW query type
2015-10-30 Samuel Pitoisetnv50: move HW queries to nv50_query_hw.c/h files
2015-10-30 Samuel Pitoisetnv50: move nva0_so_target_save_offset() to its correct...
2015-10-30 Samuel Pitoisetnv50: add a header file for nv50_query
2015-10-30 Julien Isorcest/va: add support to export a surface as dmabuf
2015-10-30 Julien Isorcest/va: implement VaDeriveImage
2015-10-30 Julien Isorcest/va: add more errors checks in vlVaBufferSetNumElemen...
2015-10-30 Julien Isorcest/va: add headless support, i.e. VA_DISPLAY_DRM
2015-10-30 Julien Isorcest/va: handle Video Post Processing for configs
2015-10-30 Julien Isorcest/va: add colospace conversion through Video Post...
2015-10-30 Julien Isorcest/va: implement dmabuf import for VaCreateSurfaces2
2015-10-30 Julien Isorcest/va: implement VaCreateSurfaces2 and VaQuerySurfaceAt...
2015-10-30 Julien Isorcest/va: do not destroy old buffer when new one failed
2015-10-30 Julien Isorcest/va: properly defines VAImageFormat formats and impro...
2015-10-30 Eric Anholtvc4: Allow user index buffers, to avoid slow readback...
2015-10-30 Ilia Mirkinnv50: mark contexts shareable, compile at creation...
2015-10-30 Ilia Mirkinnv50: allow per-sample interpolation to be forced via...
2015-10-30 Dave Airlier600: enable SB for geom shaders on pre-evergreen
2015-10-29 Ivan Kalvachevr600g: Fix special negative immediate constants when...
2015-10-29 Samuel Pitoisetnvc0: expose a group of performance metrics on Fermi
2015-10-29 Ilia Mirkinnv50/ir: adapt to new method for passing in cull/clip...
2015-10-29 Ilia Mirkinnvc0: share shaders between contexts and build immediately
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-29 Laurent Carlierclover: fix building fix clang-3.8
2015-10-29 Ilia Mirkinnv50: add ARB_copy_image support
2015-10-29 Ilia Mirkinnvc0: add ARB_copy_image support
2015-10-28 Julien Isorcenvc0: fix crash when nv50_miptree_from_handle fails
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-28 Marek Olšákradeonsi: allow copying between compatible compressed...
2015-10-27 Boyuan Zhangst/vdpau: disable RefPicList for Vdpau HEVC
2015-10-27 Boyuan Zhangst/va: add VAAPI HEVC decode support
2015-10-27 Boyuan Zhangradeon/uvd: implement and add flag for VAAPI HEVC decode
2015-10-27 Boyuan Zhangvl: add RefPicList defines for VAAPI HEVC decode
2015-10-27 Marek Olšákwinsys/amdgpu: remove the dcc_enable surface flag
2015-10-27 Marek Olšákradeonsi: add debug flags that disable DCC and DCC...
2015-10-27 Marek Olšákradeonsi: properly check if DCC is enabled and allocated
2015-10-27 Marek Olšákradeonsi: simplify DCC handling in si_initialize_color_...
2015-10-26 Eric Anholtvc4: Add support for copy propagation with unpack flags...
2015-10-26 Eric Anholtvc4: Rewrite the pack instructions as a MOV with a...
2015-10-26 Eric Anholtvc4: Move dst pack setup out to a helper function with...
2015-10-26 Eric Anholtvc4: Switch the unpack ops to being unpack flags on...
2015-10-26 Eric Anholtvc4: Drop some confused code about pack/unpack handling.
2015-10-26 Eric Anholtvc4: Reduce MOV special-casing in QIR-to-QPU.
2015-10-26 Eric Anholtvc4: Fix up the test for whether the unpack can be...
2015-10-26 Eric Anholtvc4: Don't try to follow MOVs across a pack.
2015-10-26 Eric Anholtvc4: Only copy propagate raw MOVs.
2015-10-26 Eric Anholtvc4: If a QIR source has an unpack set, print it.
2015-10-26 Roland Scheideggergallivm: disable f16c when not using AVX
2015-10-26 Julien Isorcest/va: pass picture desc to begin and decode
2015-10-25 Eric Anholtvc4: Fix names of the 16-bit unpacks
2015-10-25 Eric Anholtvc4: Don't try to register coalesce into the VPM across...
2015-10-25 Eric Anholtvc4: Take advantage of the 8888 pack function in pack_u...
2015-10-25 Eric Anholtvc4: Fix the test for skipping raw MOVs.
2015-10-24 Rob Clarkfreedreno: remove unnecessary null checks
2015-10-24 Bas Nieuwenhuizenradeonsi: Implement DCC fast clear.
2015-10-24 Roland Scheideggergallivm: fix tex offsets with mirror repeat linear
2015-10-24 Roland Scheideggergallivm: fix sampling with texture offsets in SoA path
2015-10-24 Roland Scheideggersoftpipe: fix using non-zero layer in non-array view...
2015-10-24 Roland Scheideggerllvmpipe: fix using non-zero layer in non-array view...
2015-10-23 Alex Deucherradeonsi: add Stoney to si_init_gs_info()
2015-10-23 Bas Nieuwenhuizenradeonsi: Enable DCC.
2015-10-23 Bas Nieuwenhuizenradeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.
2015-10-23 Bas Nieuwenhuizenradeonsi: Disable operations that do not work with...
2015-10-23 Bas Nieuwenhuizenradeonsi: Allocate buffers for DCC.
2015-10-23 Marek Olšákradeonsi: only apply the SNORM blit workaround to ...
2015-10-23 Marek Olšákutil/format: add helper util_format_is_snorm8
2015-10-23 Marek Olšákradeonsi: add another requirement for PARTIAL_ES_WAVE
2015-10-23 Marek Olšákradeonsi: merge two ifs setting WD_SWITCH_ON_EOP
2015-10-23 Marek Olšákradeonsi: make PARTIAL_ES_WAVE globally dependent on...
2015-10-23 Marek Olšákradeonsi: add one more SWITCH_ON_EOI requirement for...
2015-10-23 Marek Olšákradeonsi: only apply the instancing bug workaround...
2015-10-23 Marek Olšákradeonsi: add SWITCH_ON_EOI requirement for 4 SE parts
2015-10-23 Marek Olšákradeonsi: remove unnecessary PARTIAL_VS_WAVE setting...
next