egl/wayland: Add Wayland drm support for RGB10 winsys buffers.
[mesa.git] / src / gallium /
2018-01-03 Tim Rowleyswr/rast: fix MemoryBuffer build break for llvm-6
2018-01-01 Lucas Stachetnaviv: disable in-place resolve for non-supertiled...
2017-12-30 Rhys Kiddnv50/ir: Fix unused var warnings in release build
2017-12-30 Rhys Kiddnvc0: Fix unused var warnings in release build
2017-12-30 Rhys Kiddnv50: Fix unused var warning in release build
2017-12-30 Roland Scheideggerr600: fix textureSize queries with tbos
2017-12-30 Roland Scheideggerr600: kill off native_integer shader ctx flag
2017-12-29 Brian Paulsvga: update SVGA_NEW_ flags for updating sampler state
2017-12-29 Brian Paulsvga: whitespace, formatting fixes in svga_state_tss.c
2017-12-28 Brian Paulsvga: check for null fs pointer in update_samplers()
2017-12-27 Brian Paulsvga: move variant->fs_shadow_compare_units assignment
2017-12-27 Samuel Pitoisetradeonsi: make use of ac_init_exec_full_mask()
2017-12-27 Brian Paulsvga: use tgsi_util_get_shadow_ref_src_index() in a...
2017-12-27 Brian Paultgsi: improve comment on tgsi_util_get_shadow_ref_src_i...
2017-12-27 Brian Paulsvga: fix TGSI_TEXTURE_SHADOW1D coordinate selection
2017-12-27 Brian Paulsvga: fix shadow comparison failures
2017-12-27 Brian Paulutil: add trivial comment on u_upload_create()
2017-12-27 Dave Airlier600: fix atomic counter index mode getting emitted...
2017-12-27 Dave Airlieradv/radeonsi: set dcc min uncompressed properly for...
2017-12-27 Dave Airlieamd/common/radv/radeonsi: use register defines for...
2017-12-25 Marek Olšákradeonsi: don't use fast color clear for small images...
2017-12-25 Marek Olšákradeonsi: set PNT_SPRITE_ENA = point_quad_rasterization
2017-12-25 Marek Olšákgallium/util: add util_num_layers helper
2017-12-22 Ilia Mirkinfreedreno: set missing internal_format when importing...
2017-12-22 Samuel Pitoisetamd/common: add ac_export_mrt_z() helper
2017-12-22 Samuel Pitoisetamd/common: pass the family to ac_llvm_context_init()
2017-12-22 Ilia Mirkingm107/ir: use lane 0 for manual textureGrad handling
2017-12-20 Lucas Stachst/dri: allow direct YUYV import
2017-12-20 Ilia Mirkinnvc0/ir: change textureGrad to always use lane 0 as...
2017-12-19 Eric Anholtbroadcom/vc5: Add missing setting of the UIF XOR disabl...
2017-12-19 Eric Anholtbroadcom/vc5: Clean up the comment and code around...
2017-12-19 Eric Anholtbroadcom/vc5: Simplify the tiling calculations.
2017-12-19 Eric Anholtbroadcom/vc5: Return the depth in all components of...
2017-12-19 Eric Anholtbroadcom/vc5: Enable decompressing RGTC for desktop...
2017-12-19 Eric Anholtbroadcom/vc5: Use u_transfer_helper for MSAA mappings.
2017-12-19 Eric Anholtbroadcom/vc5: Start adding support for rendering to...
2017-12-19 Rob Clarkfreedreno: add debug flag to force high priority context
2017-12-19 Rob Clarkfreedreno: context priority support
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-19 Rob Clarkfreedreno/ir3: handle VTXID_BASE for indirect draws
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-19 Rob Clarkfreedreno/a5xx: use vertex_id_zero_base
2017-12-19 Dave Airlier600: clear compressed flags in image state on unbind.
2017-12-19 George Kyriazisswr: Account for index_bias in offsets
2017-12-18 Dave Airlier600: only reported tgsi ir compute support on evergreen+
2017-12-18 Samuel Pitoisetamd/common: add ac_vgt_gs_mode() helper
2017-12-18 Samuel Pitoisetamd/common: add ac_get_cb_shader_mask() helper
2017-12-18 Dave Airlier600: export robust buffer access
2017-12-18 Dave Airlier600: export GLSL 430
2017-12-18 Dave Airlier600/cs: add compute support to caps
2017-12-18 Dave Airlier600: always flush between gfx and compute
2017-12-18 Dave Airlier600: fix unused variable warning
2017-12-17 Rob Clarkfreedreno/a5xx: add a5xx blitter
2017-12-17 Rob Clarkfreedreno: add generic blitter
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-17 Rob Clarkfreedreno: track staging and shadow perf ctrs for the HUD
2017-12-17 Rob Clarkfreedreno: staging upload transfers
2017-12-17 Rob Clarkfreedreno: update generated headers
2017-12-16 Marek Olšákradeonsi: don't call force_dcc_off for buffers
2017-12-15 Boyuan Zhangradeon/uvd: add and manage render picture list
2017-12-15 Boyuan Zhangradeon/vcn: add and manage render picture list
2017-12-15 Boyuan Zhangvl: remove is idr flag
2017-12-15 Boyuan Zhangst/va: directly use idr pic flag
2017-12-15 Boyuan Zhangradeon/vce: determine idr by pic type
2017-12-15 Boyuan Zhangradeon/vcn: determine idr by pic type
2017-12-15 Tim Rowleyswr/rast: Move more RTAI handling out of binner
2017-12-15 Tim Rowleyswr/rast: EXTRACT2 changed from vextract/vinsert to...
2017-12-15 Tim Rowleyswr/rast: Fix cache of API thread event manager
2017-12-15 Tim Rowleyswr/rast: Replace VPSRL with LSHR
2017-12-15 Tim Rowleyswr/rast: Rework thread binding parameters for machine...
2017-12-15 Tim Rowleyswr/rast: Pull of RTAI gather & offset out of clip...
2017-12-15 Tim Rowleyswr/rast: Remove no-op VBROADCAST of vID
2017-12-15 Tim Rowleyswr/rast: SIMD16 Fetch - Fully widen 32-bit integer...
2017-12-15 Tim Rowleyswr/rast: Replace INSERT2 vextract/vinsert with JOIN2...
2017-12-15 Tim Rowleyswr/rast: SIMD16 Fetch - Fully widen 16-bit float verte...
2017-12-15 Tim Rowleyswr/rast: SIMD16 Fetch - Fully widen 32-bit float verte...
2017-12-15 Tim Rowleyswr/rast: Pass prim to ClipSimd
2017-12-15 Tim Rowleyswr/rast: Pull most of the VPAI manipulation out of...
2017-12-15 Tim Rowleyswr/rast: Move GatherScissors to header
2017-12-15 Tim Rowleyswr/rast: Rewrite Shuffle8bpcGatherd using shuffle
2017-12-15 Tim Rowleyswr/rast: Convert gather masks to Nx1bit
2017-12-15 Tim Rowleyswr/rast: WIP - Widen fetch shader to SIMD16
2017-12-15 Tim Rowleyswr/rast: Corrections to multi-scissor handling
2017-12-15 Tim Rowleyswr/rast: Binner fixes for viewport index offset handling
2017-12-15 Tim Rowleyswr/rast: Remove unneeded copy of gather mask
2017-12-15 Rob Clarkfreedreno: use u_transfer_helper
2017-12-15 Rob Clarkgallium/util: add u_transfer_helper
2017-12-14 Roland Scheideggergallivm: implement accurate corner behavior for texture...
2017-12-14 Roland Scheideggergallivm: fix an issue with NaNs with seamless cube...
2017-12-14 Samuel Pitoisetamd/common: add ac_build_waitcnt()
2017-12-14 Samuel Pitoisetradeonsi: make use of ac_build_fdiv()
2017-12-14 Samuel Pitoisetradeonsi: make use of ac_get_spi_shader_z_format()
2017-12-13 Bruce Cherniakswr: Correct texture allocation and limit max size...
2017-12-13 Bruce Cherniakswr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
2017-12-13 Brian Paulgallium/docs: document behavior of set_sample_mask()
2017-12-13 Timothy Arceriradeonsi: create get_tcs_tes_buffer_address helper
2017-12-12 Brian Paulcso: add point rasterization sanity check assertion
2017-12-12 Brian Paulgallium/u_blitter: replace tabs with spaces
2017-12-12 Brian Paulgallium/util: don't pass a pipe_resource to util_resour...
2017-12-12 Brian Paulgallium/aux: include nr_samples in util_resource_size...
next