panfrost/midgard: Handle i2b constant
[mesa.git] / src /
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Handle i2b constant
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Expand fge lowering to more types
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add ult/ule ops
2019-03-26 Alyssa Rosenzweigpanfrost: Stub out ES3 caps/callbacks
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Cleanup midgard_nir_algebraic.py
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower source modifiers for ints
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Implement b2i; improve b2f/f2b
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower i2b32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower f2b32 to fne
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower bool_to_int32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Map more bany/ball opcodes
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add more ball/bany, iabs ops
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Schedule ball/bany to vectors
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add fcsel_i opcode
2019-03-26 Alyssa Rosenzweigpanfrost: Implement scissor test
2019-03-26 Alyssa Rosenzweigpanfrost: Fix viewports
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Fix b2f32 swizzle for vectors
2019-03-26 Dave Airliesoftpipe: fix clears to only clear specified color...
2019-03-26 Dave Airliedraw/vs: partly fix basevertex/vertex id
2019-03-26 Nicolai Hähnleamd/surface: provide firstMipIdInTail for metadata...
2019-03-26 Bas Nieuwenhuizenac/nir: Return frag_coord as integer.
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Fix operand order for DSX/DSY
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-25 Andre Heiderst/nine: enable csmt per default on iris
2019-03-25 Jason Ekstrandspirv: Handle the NonUniformEXT decoration
2019-03-25 Jason Ekstrandnir: Add access flags to deref and SSBO atomics
2019-03-25 Jason Ekstrandnir: Add texture sources and intrinsics for bindless
2019-03-25 Danylo Piliaievintel/fs: Make alpha test work with MRT and sample...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-25 Jason Ekstrandnir: Add a lowering pass for non-uniform resource access
2019-03-25 Jason Ekstrandnir/lower_io: Add a bounds-checked 64-bit global addres...
2019-03-25 Dave Airliedraw/gs: fix point size outputs from geometry shader.
2019-03-25 Dave Airliedraw: bail instead of assert on instance count (v2)
2019-03-25 Leo Liuvl/dri3: remove the wait before getting back buffer
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit ldexp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit flrp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering option for 16-bit fmod
2019-03-25 Brian Paulst/mesa: fix texture deletion context mix-up issues...
2019-03-25 Brian Paulnir: fix a few signed/unsigned comparison warnings
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-25 Samuel Iglesias... radv: write availability status vkGetQueryPoolResults...
2019-03-25 Samuel Iglesias... radv: don't overwrite results in VkGetQueryPoolResults...
2019-03-25 Tapani Pällist/mesa: fix warnings about implicit conversion on...
2019-03-25 Tapani Pällist/mesa: fix compilation warning on storage_flags_to_bu...
2019-03-25 Dave Airlienir/split_vars: fixup some more explicit_stride related...
2019-03-23 Caio Marcelo de... spirv: Use interface type for block and buffer block
2019-03-23 Caio Marcelo de... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-03-23 Caio Marcelo de... spirv: Add an execution environment to the options
2019-03-22 Eric Anholtegl: Add a 565 pbuffer-only EGL config under X11.
2019-03-22 Caio Marcelo de... nir: Handle array-deref-of-vector case in loop analysis
2019-03-22 Rob Clarkfreedreno: add ESSL cap
2019-03-22 Rob Clarkmesa/st: use ESSL cap top enable gpu_shader5
2019-03-22 Rob Clarkgallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
2019-03-22 Vinson Leeswr: Fix build with llvm-9.0.
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Samuel Pitoisetnir: use generic float types for frexp_exp and frexp_sig
2019-03-22 Vinson Leenir: Fix anonymous union initialization with older...
2019-03-22 Chris Wilsoniris: Push heavy memchecker code to DEBUG
2019-03-22 Kenneth Graunkeiris: Fix batch chaining map_next increment.
2019-03-22 Rob Clarkfreedreno/ir3: disable early-z for SSBO/image writes
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-22 Rhys Perryac/nir: implement 16-bit pack/unpack opcodes
2019-03-22 Lionel Landwerlinvulkan/overlay: improve error reporting
2019-03-22 Lionel Landwerlinvulkan/overlay: check return value of swapchain get...
2019-03-22 Lionel Landwerlinvulkan/overlay: silence validation layer warnings
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 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
next