mesa.git
2019-03-22 Lionel Landwerlinvulkan/overlay: properly register layer object with...
2019-03-22 Józef Kuciaradv: Fix driverUUID
2019-03-22 Danylo Piliaievglsl: Cross validate variable's invariance by explicit...
2019-03-22 Józef Kuciamesa: Fix GL_NUM_DEVICE_UUIDS_EXT
2019-03-22 Kenneth Graunkeiris: Skip resolves and flushes altogether if unnecessary
2019-03-22 Kenneth Graunkeiris: Skip framebuffer resolve tracking if framebuffer...
2019-03-22 Kenneth Graunkeiris: Skip input resolve handling if bindings haven...
2019-03-22 Kenneth Graunkeiris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
2019-03-21 Dave Airliesoftpipe: fix integer texture swizzling for 1 vs 1.0f
2019-03-21 Dave Airliesoftpipe: remove shadow_ref assert.
2019-03-21 Dave Airliesoftpipe: handle 32-bit bitfield inserts
2019-03-21 Dave Airliesoftpipe: fix 32-bit bitfield extract
2019-03-21 Timothy Arcerinir: fix opt_if_loop_last_continue()
2019-03-21 Gurchetan Singhanv: fix build on Nougat
2019-03-21 Gurchetan Singhanv: move anv_GetMemoryAndroidHardwareBufferANDROID...
2019-03-21 Gurchetan Singhconfigure.ac / meson: depend on libnativewindow when...
2019-03-21 Eric Anholtv3d: Remove some dead members of struct v3d_compile.
2019-03-21 Eric Anholtv3d: Upload all of UBO[0] if any indirect load occurs.
2019-03-21 Eric Anholtv3d: Move constant offsets to UBO addresses into the...
2019-03-21 Eric Anholtv3d: Rename v3d_tmu_config_data to v3d_unit_data.
2019-03-21 Benjamin Gordonconfigure.ac/meson.build: Add options for library suffixes
2019-03-21 Kenneth Graunkenir: Record non-vector/scalar varyings as unmovable...
2019-03-21 Rob Clarkfreedreno/ir3: dynamic UBO indexing vs 64b pointers
2019-03-21 Rob Clarkfreedreno/ir3: fix bit_count
2019-03-21 Rob Clarkfreedreno/ir3: additional lowering
2019-03-21 Rob Clarkfreedreno/ir3: optimize sam.s2en to sam
2019-03-21 Rob Clarkfreedreno/ir3: enable indirect tex/samp (sam.s2en)
2019-03-21 Rob Clarkfreedreno/ir3: find # of samplers from uniform vars
2019-03-21 Rob Clarknir: move gls_type_get_{sampler,image}_count()
2019-03-21 Rob Clarkfreedreno/ir3: fix regmask for merged regs
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en encoding
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en decoding
2019-03-21 Rob Clarkfreedreno/ir3/ra: fix half-class conflicts
2019-03-21 Rob Clarkfreedreno/ir3 better cat6 encoding detection
2019-03-21 Samuel Pitoisetac: fix incorrect argument type for tbuffer.{load,store...
2019-03-21 Samuel Pitoisetac: fix 16-bit shifts
2019-03-21 Samuel Pitoisetac: add 16-bit support to fract
2019-03-21 Samuel Pitoisetac: add 16-bit support fo fsign
2019-03-21 Samuel Pitoisetac: add f16_0 and f16_1 constants
2019-03-21 Timothy Arcerinir: only override previous alu during loop analysis...
2019-03-21 Michel Dänzergitlab-ci: Use 8 CPU cores in autotools job
2019-03-21 Michel Dänzergitlab-ci: List some longer-running jobs before others...
2019-03-21 Samuel Pitoisetradv: add missing initializations since VK_EXT_pipeline...
2019-03-21 Rhys Perryradv: enable VK_KHR_8bit_storage
2019-03-21 Rhys Perryac/nir: implement 8-bit conversions
2019-03-21 Rhys Perryac/nir: add 8-bit types to glsl_base_to_llvm_type
2019-03-21 Rhys Perryac/nir: implement 8-bit ssbo stores
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_store_byte() helper
2019-03-21 Rhys Perryac/nir: implement 8-bit push constant, ssbo and ubo...
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_load_byte() helper
2019-03-21 Samuel Pitoisetac: add various int8 definitions
2019-03-21 Tapani Pällianv/radv: release memory allocated by glsl types during...
2019-03-21 Jason Ekstrandspirv: Drop inline tg4 lowering
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-21 Karol Herbstnir/lower_tex: Add support for tg4 offsets lowering
2019-03-21 Karol Herbstnv50/ir/nir: support gather offsets
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-03-21 Dave Airlienir/deref: remove casts of casts which are likely redun...
2019-03-21 Dave Airlienir/spirv: don't use bare types, remove assert in split...
2019-03-20 Rafael Antognolliiris: Let blorp update the clear color for us.
2019-03-20 Rafael Antognolliiris: Track fast clear color.
2019-03-20 Rafael Antognolliiris: Stall on the CPU and resolve predication during...
2019-03-20 Rafael Antognolliiris: Add iris_resolve_conditional_render().
2019-03-20 Rafael Antognolliiris: Implement fast clear color.
2019-03-20 Rafael Antognolliintel/blorp: Make swizzle_color_value public.
2019-03-20 Rafael Antognolliintel/isl: Add isl_format_has_color_component() function.
2019-03-20 Rafael Antognolliiris: Bring back check for srgb and fast clear color.
2019-03-20 Rafael Antognolliiris: Add function to update clear color in surface...
2019-03-20 Rafael Antognolliiris: Add helper to convert fast clear color.
2019-03-20 Rafael Antognolliiris: Fast clear depth buffers.
2019-03-20 Rafael Antognolliiris: Use the clear depth when emitting 3DSTATE_CLEAR_P...
2019-03-20 Rafael Antognolliiris: Allocate buffer space for the fast clear color.
2019-03-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_store_...
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsic when storing 16-bit values
2019-03-20 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_store() helpers
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_load()
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_store_dword() for SSBO...
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_load() for SSBO load operations
2019-03-20 Samuel Pitoisetac/nir: use new LLVM 8 intrinsics for SSBO atomic opera...
2019-03-20 Samuel Pitoisetac/nir: remove one useless check in visit_store_ssbo()
2019-03-20 Samuel Pitoisetac: add ac_build_buffer_store_format() helper
2019-03-20 Samuel Pitoisetac/nir: set attrib flags for SSBO and image store opera...
2019-03-20 Samuel Pitoisetac: make use of ac_get_store_intr_attribs() where possible
2019-03-20 Dylan Bakerbin/install_megadrivers.py: Correctly handle DESTDIR=''
2019-03-20 Juan A. Suarez... nir: deref only for OpTypePointer
2019-03-20 Dave Airliesoftpipe: fix texture view crashes
2019-03-20 Kenneth Graunkenvc0: Skip new update barrier bits
2019-03-20 Lionel Landwerlinanv: implement VK_EXT_pipeline_creation_feedback
2019-03-20 Rob Clarkfreedreno/ir3/a6xx: fix ssbo comp_swap
2019-03-20 Jason Ekstrandnir: Constant values are per-column not per-component
2019-03-20 Jason Ekstrandanv: Bump maxComputeWorkgroupInvocations
2019-03-20 Samuel Pitoisetradv: fix binding transform feedback buffers
2019-03-20 Samuel Pitoisetac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2019-03-20 Tapani Pälliiris: mark switch case fallthrough
2019-03-20 Tapani Pälliiris: initialize num_cbufs
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-19 Anuj Phogatanv/icl: Add WA_2204188704 to disable pixel shader...
2019-03-19 Anuj Phogati965/icl: Add WA_2204188704 to disable pixel shader...
next