drisw: use getImageShm() if available
[mesa.git] / src / gallium / drivers /
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-29 Thierry Redingtegra: Treat resources with modifiers as scanout
2018-05-29 Thierry Redingtegra: Fix scanout resources without modifiers
2018-05-29 Thierry Redingtegra: Remove usage of non-stable UAPI
2018-05-29 Pierre Moreaunv50/ir: Extend ImmediateValue::applyLog2 to 64-bit...
2018-05-28 Rhys Perrygm107/ir: prevent WaW hazards in instruction scheduling
2018-05-28 Gert Wollnyr600: Fix SSG when not all components are written
2018-05-28 Gert Wollnyr600: Correct IDIV if DST and SRC use the same temporary
2018-05-25 Marek Olšákradeonsi: remove unused variable addr_vec
2018-05-25 Marek Olšákradeonsi: fix passing gl_ClipVertex for GS and tess
2018-05-25 Marek Olšákradeonsi: fix color inputs/outputs for GS and tess
2018-05-25 Marek Olšákradeonsi: fix incorrect parentheses around VS-PS varyin...
2018-05-25 Alok Hotaswr/rast: Adjusted avx512 primitive assembly for msvc...
2018-05-25 Alok Hotaswr/rast: Moved memory init out of core swr init
2018-05-25 Alok Hotaswr/rast: Removed superfluous JitManager argument from...
2018-05-25 Alok Hotaswr/rast: Renamed MetaData calls
2018-05-25 Alok Hotaswr/rast: Use metadata to communicate between passes
2018-05-25 Alok Hotaswr/rast: Check gCoreBuckets/CORE_BUCKETS equal length...
2018-05-25 Alok Hotaswr/rast: Added in-place building to SCATTERPS
2018-05-24 Marek Olšákradeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctly
2018-05-24 Marek Olšákradeonsi: round ps_iter_samples in set_min_samples
2018-05-24 Marek Olšákradeonsi: remove redundant ps_iter_samples clamp
2018-05-24 Marek Olšákradeonsi: disable primitive binning for all blitter ops
2018-05-23 Roland Scheideggerllvmpipe: improve rasterization discard logic
2018-05-21 Vinson Leev3d: Include v3d_drm.h path.
2018-05-21 Dave Airlievirgl: set texture buffer offset alignment to disable...
2018-05-19 Aaron Watryr600/compute: Mark several functions as static
2018-05-19 Aaron Watryr600/compute: Remove unused compute_memory_pool functions
2018-05-18 Marek Olšákradeonsi: skip ES output stores for undefined output...
2018-05-18 Brian Paulllvmpipe: fix check for a no-op shader
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-05-17 Alok Hotaswr/rast: Added FEClipRectangles event
2018-05-17 Alok Hotaswr/rast: Whitespace and tab-to-spaces changes
2018-05-17 Alok Hotaswr/rast: fix VCVTPD2PS generation for AVX512
2018-05-17 Alok Hotaswr/rast: Rectlist support for GS
2018-05-17 Alok Hotaswr/rast: Remove unneeded virtual from methods
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Store job fence in syncobj
2018-05-17 Stefan Schakebroadcom/vc4: Detect syncobj support
2018-05-17 Eric Anholtv3d: Add support for glSampleMask / glSampleCoverage.
2018-05-17 Eric Anholtv3d: Enable NaN propagation in the VS and CS as well.
2018-05-17 Dieter Nützelradeonsi: create .gitignore
2018-05-16 Eric Anholtv3d: Fix wiring filters to NEAREST for 32-bit texture...
2018-05-16 Eric Anholtv3d: Enable the driver by default.
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".
2018-05-16 Eric Anholtv3d: Rename the vc5_dri.so driver to v3d_dri.so.
2018-05-16 Eric Anholtv3d: Switch the vc5 driver to using the finalized V3D...
2018-05-16 Charmaine Leesvga: fix incompatible bind flags at buffer validation...
2018-05-16 Stuart Youngetnaviv: Fix missing rnndb file in tarballs
2018-05-15 Jan Veselyeg/compute: Use reference counting to handle compute...
2018-05-15 Rob Clarkvc5: use util_copy_framebuffer_state
2018-05-15 Rob Clarkvc4: use util_copy_framebuffer_state
2018-05-15 Rob Clarkfreedreno/a5xx: remove fd5_shader_stateobj
2018-05-15 Rob Clarkfreedreno/a4xx: remove fd4_shader_stateobj
2018-05-15 Rob Clarkfreedreno/a3xx: remove fd3_shader_stateobj
2018-05-15 Rob Clarkfreedreno: fence should hold a ref to pipe
2018-05-15 Rob Clarkfreedreno: batch cache doesn't hold a ref to batch
2018-05-15 Eric Engestrommeson: fix copyright symbol
2018-05-15 Juan A. Suarez Romeroautotools, meson: add tileset.h
2018-05-15 Dave Airlievirgl: enable vertex streams when glsl level is high...
2018-05-14 Roland Scheideggerllvmpipe: Fix random number generation for unit tests
2018-05-13 Rhys Perrynvc0: fix setting of subpixel precision during conserva...
2018-05-11 Boyuan Zhangradeon/vce: add firmware support for ver 53 and up
2018-05-11 Rob Clarketnaviv: remove pipe_fence_handle::ctx
2018-05-11 George Kyriazisswr/rast: Thread locked tiles improvement
2018-05-11 George Kyriazisswr/rast: Add Builder::GetVectorType()
2018-05-11 George Kyriazisswr/rast: Prepend the console output with a newline
2018-05-11 George Kyriazisswr/rast: Add ConcatLists()
2018-05-11 George Kyriazisswr/rast: Add constant initializer for uint64_t
2018-05-11 George Kyriazisswr/rast: Use binner topology to assemble backend attri...
2018-05-11 George Kyriazisswr/rast: Change formatting
2018-05-10 Marek Olšákac/gpu_info: add has_read_registers_query
2018-05-10 Marek Olšákac/gpu_info: add has_2d_tiling
2018-05-10 Marek Olšákac/gpu_info: add has_sparse_vm_mappings
2018-05-10 Marek Olšákac/gpu_info: add has_unaligned_shader_loads
2018-05-10 Marek Olšákradeonsi: expose ARB_query_buffer_object on ancient...
2018-05-10 Marek Olšákac/gpu_info: add has_indirect_compute_dispatch
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_tc_l2_after_ib
2018-05-10 Marek Olšákac/gpu_info: add has_format_bc1_through_bc7
2018-05-10 Marek Olšákac/gpu_info: add has_eqaa_surface_allocator
2018-05-10 Marek Olšákradeonsi: clean up the reset status query implementation
2018-05-10 Marek Olšákac/gpu_info: add has_bo_metadata
2018-05-10 Marek Olšákac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
2018-05-10 Marek Olšákac/gpu_info: add htile_cmask_support_1d_tiling
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_hdp_before_ib
2018-05-10 Marek Olšákradeonsi: add an environment variable that forces EQAA...
2018-05-10 Marek Olšákradeonsi: set up EQAA image descriptors properly
2018-05-10 Marek Olšákradeonsi: add EQAA SC,DB,CB register programming
2018-05-10 Marek Olšákradeonsi: support creating EQAA color textures
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Marek Olšákradeonsi: use better sample locations for 8x EQAA
2018-05-10 Marek Olšákradeonsi: improve quality of 16 sample locations
2018-05-10 Marek Olšákradeonsi: use better sample locations for 4x MSAA
2018-05-10 Marek Olšákradeonsi: reorder sample locations as required by EQAA
2018-05-10 Marek Olšákradeonsi: simplify si_get_sample_position
2018-05-10 Marek Olšákradeonsi: simplify arrays of sample locations
2018-05-10 Marek Olšákradeonsi: set DB_EQAA the same as Vulkan
2018-05-10 Marek Olšákradeonsi: remove CM_ prefixes
2018-05-10 Marek Olšákradeonsi: don't update clear color registers if they...
next