mesa.git
2019-11-06 Erik Faye-Lundzink: do advertize integer support in shaders
2019-11-06 Erik Faye-Lundzink/spirv: implement ball_fequal[2-4]
2019-11-06 Erik Faye-Lundzink/spirv: implement ball_iequal[2-4]
2019-11-06 Erik Faye-Lundzink/spirv: implement bany_inequal[2-4]
2019-11-06 Erik Faye-Lundzink/spirv: implement bany_fnequal[2-4]
2019-11-06 Erik Faye-Lundzink/spirv: support loading bool constants
2019-11-06 Erik Faye-Lundzink/spirv: drop temp-array for component-count
2019-11-06 Michel Dänzergitlab-ci: Don't build libdrm for ARM
2019-11-06 Michel Dänzergitlab-ci: Use separate arm64 build/test docker images
2019-11-06 Erik Faye-Lundzink: use u_blitter when format-reinterpreting
2019-11-06 Erik Faye-Lundzink: always allow sampling of images
2019-11-06 Erik Faye-Lundzink: transition resources before resolving
2019-11-06 Erik Faye-Lundzink: disable fragment-shader texture-lod
2019-11-06 Duncan Hopkinszink: make sure src image is transfer-src-optimal
2019-11-06 Erik Faye-Lundzink: do not advertize coherent mapping
2019-11-06 Erik Faye-Lundzink: always allow mutating the format
2019-11-06 Erik Faye-Lundzink: use actual format for render-pass
2019-11-06 Pierre-Eric... radeonsi: fix shader disk cache key
2019-11-06 Samuel Pitoisetradv: implement VK_EXT_subgroup_size_control
2019-11-06 Samuel Pitoisetradv: rely on shader's wavesize when computing NGG...
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-11-06 Samuel Pitoisetradv: hardcode the number of waves for the GFX6 LS...
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-11-06 Samuel Pitoisetnir: fix packing of nir_variable
2019-11-06 Samuel Pitoisetradv: fix 32-bit compiler warnings
2019-11-06 Samuel Pitoisetradv: add a note about perftest/debug options
2019-11-06 Samuel Pitoisetdocs: document all RADV environment variables
2019-11-06 Marek Olšáknir/serialize: pack nir_variable flags
2019-11-06 Marek Olšáknir/serialize: store 32-bit object IDs instead of 64-bit
2019-11-06 Marek Olšáknir/serialize: don't expand 16-bit variable state slots...
2019-11-06 Marek Olšáknir: pack the rest of nir_variable::data
2019-11-06 Marek Olšákradeonsi: keep serialized NIR instead of nir_shader...
2019-11-06 Marek Olšákradeonsi: don't keep compute shader IR after compilation
2019-11-06 Marek Olšákradeonsi: use IR SHA1 as the cache key for the in-memor...
2019-11-06 Vasily Khoruzhicklima: add support for gl_PointSize
2019-11-05 Eric Engestrommesa/imports: let the build system detect strtok_r()
2019-11-05 Eric Engestrommeson: require `nm` again on Unix systems
2019-11-05 Eric Engestrommeson: add windows support to symbols checks
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Pierre-Eric... mesa: fix call to _mesa_lookup_vao_err
2019-11-05 Dylan Bakermeson: Add dep_glvnd to egl deps when building with...
2019-11-05 Dylan Bakerutil/u_endian: Add error checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakergallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of littl...
2019-11-05 Dylan Bakermesa/main: delete now unused _mesa_little_endian
2019-11-05 Dylan Bakermesa/swrast: replace instances of _mesa_little_endian...
2019-11-05 Dylan Bakermesa/main: replace uses of _mesa_little_endian with...
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-11-05 Dylan Bakerutil/u_endian: Use _WIN32 instead of _MSC_VER
2019-11-05 Dylan Bakerdri/osmesa: use preprocessor for selecting endian code...
2019-11-05 Dylan Bakerr100: Use preprocessor to select big vs little endian...
2019-11-05 Dylan Bakerr200: use preprocessor for big vs little endian checks
2019-11-05 Philipp Siewecksvga: check return value of define_query_vgpu{9,10}
2019-11-05 Tomeu Vizosogitlab-ci: Run only LAVA jobs in special-named branches
2019-11-05 Pierre-Eric... mesa: add EXT_dsa glGetVertexArray* 4 functions
2019-11-05 Pierre-Eric... mesa: extract helper function from _mesa_GetPointerv
2019-11-05 Pierre-Eric... mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableV...
2019-11-05 Pierre-Eric... mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVer...
2019-11-05 Pierre-Eric... mesa: add gl_vertex_array_object parameter to client...
2019-11-05 Pierre-Eric... mesa: add EXT_dsa glVertexArray* functions implementation
2019-11-05 Pierre-Eric... mesa: add vao/vbo lookup helper for EXT_dsa
2019-11-05 Pierre-Eric... mesa: rework _mesa_lookup_vao_err to allow usage from...
2019-11-05 Pierre-Eric... mesa: add EXT_dsa glVertexArray* functions declarations
2019-11-05 Pierre-Eric... mesa: pass vao as a function paramter
2019-11-05 Michel Dänzergitlab-ci: Set arm job CCACHE_DIR properly
2019-11-05 Kenneth Graunkenir: Handle image arrays when setting variable data
2019-11-05 Paulo Zanoniintel/compiler: remove the operand restriction for...
2019-11-04 Marek Olšáknir: pack nir_variable::data::xfb_*
2019-11-04 Marek Olšáknir: pack nir_variable::data::stream
2019-11-04 Ian Romanicknir/algebraic: Mark other comparison exact when removin...
2019-11-04 Ian Romanicknir/algebraic: Add the ability to mark a replacement...
2019-11-04 Marek Olšákcompiler: make variable::data::binding unsigned
2019-11-04 Marek Olšákst/mesa: call nir_lower_flrp only once per shader
2019-11-04 Marek Olšákst/mesa: call nir_opt_access only once
2019-11-04 Leo Liuac: add missing Arcturus to the info of pc lines
2019-11-04 Alyssa Rosenzweigpanfrost/ci: Update T760 expectations
2019-11-04 Alyssa Rosenzweigpan/midgard: Extend default_phys_reg to !32-bit
2019-11-04 Alyssa Rosenzweigpan/midgard: Extend swizzle packing for vec4/16-bit
2019-11-04 Alyssa Rosenzweigpan/midgard: Extend offset_swizzle to non-32-bit
2019-11-04 Alyssa Rosenzweigpan/midgard: offset_swizzle doesn't need dstsize
2019-11-04 Alyssa Rosenzweigpan/midgard: Add bizarre corner case
2019-11-04 Alyssa Rosenzweigpan/midgard: Compute bundle interference
2019-11-04 Alyssa Rosenzweigpan/midgard: Fix quadword_count handling
2019-11-04 Alyssa Rosenzweigpan/midgard: Validate tags when branching
2019-11-04 Daniel Schürmannaco: fix accidential reordering of instructions when...
2019-11-04 Daniel Schürmannaco: only use single-dword loads/stores for spilling
2019-11-04 Daniel Schürmannaco: fix immediate offset for spills if scratch is...
2019-11-04 Lionel Landwerlinanv: Properly handle host query reset of performance...
2019-11-04 Paul Gofmanstate_tracker: Handle texture view min level in st_gene...
2019-11-04 James Xiongiris: try to set the specified tiling when importing...
2019-11-04 Kenneth Graunkeiris: Fix "Force Zero RTA Index Enable" setting again
2019-11-04 Dylan Bakernir: correct use of identity check in python
2019-11-04 Boris Brezillonpanfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK
2019-11-04 Lionel Landwerlinvulkan: bump headers/registry to 1.1.127
2019-11-04 Samuel Pitoisetradv: fix compute pipeline keys when optimizations...
2019-11-03 Karol Herbstnv50/ir: fix crash in isUniform for undefined values
2019-11-02 Lionel Landwerlinmesa: check draw buffer completeness on glClearBufferfi...
2019-11-02 Vasily Khoruzhicklima: set dithering flag when necessary
2019-11-01 Marek Olšákglsl: encode struct/interface types better
next