egl: inline fallback for swap_buffers_with_damage
[mesa.git] / src / mesa /
2020-07-16 Indrajit Kumar Dasst/mesa: use fragment shader to copy stencil buffer
2020-07-16 Erik Faye-Lundmesa/main: use p_atomic_inc_return instead of locking
2020-07-16 Yevhenii Kharchenkost/mesa: fix corrupted texture levels, when adding...
2020-07-16 Dave Airliemesa: change dsa texture error codes for GL 4.6
2020-07-15 Roman StratiienkoAndroid: Fixes for Q and R
2020-07-15 Pierre-Eric Pellou... mesa/st: release debug_output after destroying the...
2020-07-15 Pierre-Eric Pellou... mesa: add bool param to _mesa_free_context_data
2020-07-15 Pierre-Eric Pellou... mesa: rename _mesa_free_errors_data
2020-07-14 Erik Faye-Lundmesa/main: use call_once instead of open-coding
2020-07-14 Erik Faye-Lundmesa/main: factor out one-time-init into a helper
2020-07-10 Pierre-Eric Pellou... st/mesa: set compressed_data to NULL when freed
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-08 Marek Olšákglsl: lower mediump temporaries to 16 bits except struc...
2020-07-06 Marcin Ślusarzst/mesa: fix reporting of float perf counters max value
2020-07-06 Dave Airliemesa/version: only enable GL4.1 with correct limits.
2020-07-05 Ilia Mirkinst/mesa: allow R8 to not be exposed as renderable by...
2020-07-04 Eric Engestrommesa/glformats: make _mesa_gles_error_check_format_and_...
2020-07-04 Timothy Arcerinouveau: fix pointer-sign warning
2020-07-03 Mike Blumenkrantzst/program: use nir_lower_clip_disable instead of nir_l...
2020-07-02 Timothy Arcerimesa: update fallthrough comment so gcc can see it
2020-07-02 Timothy Arcerimesa: fix unintended fallthrough in glIsEnabled()
2020-07-02 Timothy Arcerimesa: add missing fallthrough comment to teximage.c
2020-07-02 Timothy Arcerimesa/vbo: add some missing fallthrough comments
2020-07-02 Timothy Arceriradeon: add missing fallthrough comments
2020-07-02 Timothy Arcerimesa: add fallthrough comments to COPY_SZ_4V()
2020-07-02 Timothy Arcerimesa: add fallthrough comments to get.c
2020-07-02 Timothy Arcerimesa: add fallthrough comments to glformats.c
2020-07-02 Timothy Arcerimesa: fix fallthrough in glformats
2020-07-02 Timothy Arcerii965: add and fix fallthrough comments
2020-07-01 Emmanueli965: Explicitly cast value to uint64_t
2020-07-01 Pierre-Eric Pellou... st/mesa: do not clear NewDriverState for inactive states
2020-06-30 Dave Airliemesa/get: fix enum16 big-endian getting.
2020-06-30 Dylan Bakermesa/swrast: use logf2 instead of util_fast_log2
2020-06-30 Timothy Arcerist/glsl_to_nir: disable st_nir_lower_builtin() when...
2020-06-30 Timothy Arcerimesa: add _mesa_program_state_value_size() helper
2020-06-30 Timothy Arcerimesa: remove _mesa prefix from static function
2020-06-23 Marek Olšákglsl,driconf: add allow_glsl_120_subset_in_110 for...
2020-06-23 Marek Olšákglthread: handle ARB_vertex_attrib_binding
2020-06-23 Marek Olšákglthread: rename non_vbo_attrib_mask -> user_buffer_mas...
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-22 Neil Robertsmesa: Add PrimitiveRestartFixedIndex to gl_constants
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-06-19 Pierre-Eric Pellou... st/mesa: make texture views inherit compressed_data...
2020-06-18 Erik Faye-Lundmesa/main: fix inverted condition
2020-06-18 Karol Herbstst/mesa: lower images when needed
2020-06-18 Danylo Piliaievst/mesa: account for "loose", per-mipmap level textures...
2020-06-18 Eric Engestromi965: replace all dup() with os_dupfd_cloexec()
2020-06-17 Timothy Arcerist_glsl_to_nir: fix potential use after free
2020-06-16 Dave Airliemesa/gles3: add support for GL_EXT_shader_group_vote
2020-06-13 Eric Engestromi965: drop dead #include "config.h"
2020-06-09 Danylo Piliaievi965: Work around incorrect usage of glDrawRangeElement...
2020-06-04 Lionel Landwerlini965: fix export of GEM handles
2020-06-04 Lionel Landwerlini965: don't forget to set screen on duped image
2020-06-04 Vinson Leemesa: Fix NetBSD compiler macro.
2020-06-03 Timothy Arcerii965: call brw_nir_lower_uniforms() after uniform linki...
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-06-02 Marek Olšákglsl: lower mediump partial derivatives
2020-06-02 Marek Olšákglsl: lower mediump integer types to int16 and uint16
2020-06-02 Marek Olšákglsl: handle int16 and uint16 types and add instruction...
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-30 Marek Olšákglthread: don't upload for glDraw inside a display...
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... iris, i965: Update limits for ARB_compute_variable_grou...
2020-05-28 Caio Marcelo de... iris, i965: Drop max_variable_local_size
2020-05-28 Caio Marcelo de... i965: Use new helper functions to pick SIMD variant...
2020-05-26 Alyssa Rosenzweigi965: Use SATURATE
2020-05-26 Alyssa Rosenzweigmesa/swrast: Use SATURATE
2020-05-26 Alyssa Rosenzweigmesa: Use SATURATE
2020-05-26 Kristian H. Kristensenmesa/st: Use memset to zero out struct
2020-05-26 Marcin Ślusarzglsl_to_tgsi: add fallthrough comments
2020-05-25 Dmitriy Nesteri965: replace fnv1a hash function with xxhash
2020-05-25 Danylo Piliaievst/mesa: Clear texture's views when texture is removed...
2020-05-22 Danylo Piliaievmesa: Fix double-lock of Shared->FrameBuffers and usage...
2020-05-21 Nataraj Deshpandedri_util: Update internal_format to GL_RGB8 for MESA_FO...
2020-05-20 Lionel Landwerlini965: add identifier BO
2020-05-20 Lionel Landwerlini965: store workaround_bo offset
2020-05-20 Lionel Landwerlinblorp: rename workaround address function
2020-05-20 Lionel Landwerlinintel/perf: make pipeline statistic query loading optional
2020-05-15 Rafael Antognolliintel: Store the aperture size in devinfo.
2020-05-14 Ian Romanickmeta: Remove support for multisample blits
2020-05-14 Ian Romanickmeta: Coalesce the GLSL and FF paths in meta_clear
2020-05-14 Ian Romanickmeta: Use same vertex coordinates for GLSL and FF clears
2020-05-14 Ian Romanickmeta: Stop frobbing MatrixMode
2020-05-14 Ian Romanickmesa: Add function to calculate an orthographic projection
2020-05-14 Ian Romanickmesa: Add matrix utility functions to load matrices
2020-05-14 Ian Romanickmeta: Remove support for clearing integer buffers
2020-05-14 Ian Romanickmeta: Make _mesa_meta_setup_sampler static
2020-05-14 Ian Romanickmeta: Make _mesa_meta_texture_object_from_renderbuffer...
2020-05-14 Ian Romanicki965: Assert that blorp always handles color blits
2020-05-14 Duncan Hopkinszink. Changed sampler default name.
2020-05-13 Marek Olšákglthread: stop using GLenum16 to get correct GL errors...
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-12 Jon Turneyglthread: Fix use of alloca() without #include "c99_all...
2020-05-06 Danylo Piliaievi965: Fix out-of-bounds access to brw_stage_state:...
2020-05-06 Dave Airliedraw: add support for num_samples + sample_stride to...
2020-05-06 Dave Airliedraw: introduce sampler num samples + stride members
2020-05-05 Pierre-Eric Pellou... gallium: add a new cap PIPE_CAP_GLSL_ZERO_INIT
next