v3d: Introduce a DRM shim for calling out to the simulator.
[mesa.git] / src / mesa /
2019-07-25 Heinrich Finkmesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3
2019-07-24 Yevhenii Kolesnikovmain: Free memory allocated for gl_bitmap_atlas structure
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-24 Yevhenii Kolesnikovmain: Fix memleaks in mesa_use_program
2019-07-24 Eric Engestromgallium+mesa: fix tgsi_semantic array type
2019-07-23 Pierre-Eric Pellou... mesa/st: rewrite src var when lowering tex_src_plane
2019-07-23 Michel Dänzerst/mesa: Try re-importing resource if necessary in...
2019-07-23 Eric Engestromst/nir: use asprintf() wrapper to fix MSVC issues
2019-07-23 Ilia Mirkingallium: remove boolean from state tracker APIs
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-23 Dave Airliest/nir: fix arb fragment stage conversion
2019-07-22 Kenneth Graunkemesa: Fix ReadBuffers with pbuffers
2019-07-22 Marek Olšákmesa: fix assertion failure in TexImage
2019-07-22 Sergii Romantsovi965: free object labels when deleting
2019-07-20 Pierre-Eric Pellou... mesa: add EXT_dsa glEnabledIndexedEXT
2019-07-20 Pierre-Eric Pellou... mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functions
2019-07-20 Pierre-Eric Pellou... mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT...
2019-07-20 Pierre-Eric Pellou... mesa: move lookup_texture_ext_dsa up in teximage.c
2019-07-20 Pierre-Eric Pellou... mesa: pass gl_texture_object as arg to not depend on...
2019-07-20 Pierre-Eric Pellou... mesa: refactor get_texture_image to remove duplicate...
2019-07-19 Eric Engestrommesa/tests: add missing dep_thread
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-19 Yevhenii Kolesnikovmain: Destroy static hash table
2019-07-18 Andreas Baierlgallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
2019-07-18 Andreas Baierlglsl: Optionally declare gl_PointCoord as a system...
2019-07-17 Alejandro Piñeirospirv_extensions: i965: initialize SPIR-V extensions
2019-07-17 Alejandro Piñeirospirv_extensions: add spirv_supported_extensions on...
2019-07-17 Alejandro Piñeirospirv_extensions: define spirv_extensions_supported
2019-07-17 Alejandro Piñeirospirv_extensions: add list of extensions and to_string...
2019-07-17 Alejandro Piñeirospirv_extensions: add GL_ARB_spirv_extensions boilerplate
2019-07-16 Yevhenii Kolesnikovmeta: leaking of BO with DrawPixels
2019-07-16 Eric Anholtswrast: Move _mesa_format_pack_colormask() to the only...
2019-07-16 Eric Anholtmesa: Give _mesa_format_get_color_encoding a clearer...
2019-07-16 Eric Anholtmesa: Drop redundant checks for sRGB before sRGB to...
2019-07-16 Eric Anholtmesa: Fold _mesa_unpack_depth_stencil_row() into its...
2019-07-16 Eric Anholtmesa: Convert format_pack/unpack off of GL types.
2019-07-16 Eric Anholtmesa: Port format_pack/unpack off of _mesa_problem().
2019-07-16 Eric Anholtmesa: Mostly switch Mesa format info off of GL types...
2019-07-16 Eric Anholtmesa: Rename gl_pack typedefs to mesa_pack.
2019-07-16 Eric Anholtmesa: Rename gl_format_info to mesa_format_info.
2019-07-16 Eric Anholtstate_tracker: Move the format test out to be an actual...
2019-07-16 Rob Clarkmesa/st: add sampler uniforms
2019-07-16 Jason Ekstrandst,i965: Stop looping on 64-bit lowering
2019-07-16 Sergii Romantsovmeta: memory leak of CopyPixels usage
2019-07-15 Pierre-Eric Pellou... st/mesa: verify that vertex buffer offset isn't negative
2019-07-15 Marek Olšákst/mesa: don't invalidate a buffer range that is mapped
2019-07-13 Kenneth Graunkemesa: Port errors.c to util/list.h instead of simple_list.
2019-07-12 Neil Robertsmesa/glspirv: Validate that compute shaders are not...
2019-07-12 Neil Robertsmesa/glspirv: Validate that there is a VS when there...
2019-07-12 Alejandro Piñeiroi965: don't use disk cache with SPIR-V shaders
2019-07-12 Antia Puentesmesa/main: Fix UBO/SSBO ACTIVE_VARIABLES query (ARB_gl_...
2019-07-12 Antia Puentesmesa/shader_query: Fix LOCATION_INDEX query (ARB_gl_spirv)
2019-07-12 Antia Puentesmesa/shaderapi: Fix TRANSFORM_FEEDBACK_VARYING program...
2019-07-12 Antia Puentesmesa/uniforms: Fix GetUniformLocation (ARB_gl_spirv)
2019-07-12 Antia Puentesmesa/shader_query: Fix NAME_LENGTH queries (ARB_gl_spirv)
2019-07-12 Alejandro Piñeiromesa: Fix ACTIVE_*_MAX_LENGTH program queries (ARB_gl_s...
2019-07-11 Timothy Arcerimesa: save/restore SSO flag when using ARB_get_program_...
2019-07-11 Kenneth Graunkecompiler: Save a single copy of the softfp64 shader...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Jason Ekstrandi965/program_cache: Cast the key to char * before addin...
2019-07-10 Erik Faye-Lundgallium: give vertex-shader saturate its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader derivatives its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader texture-lod its own cap
2019-07-10 Erik Faye-Lundmesa/st: drop needless has_shader_model3 boolean
2019-07-08 Ian Romanickmesa: Set minimum possible GLSL version
2019-07-08 Dongwon Kimi965: disable repacking for compression for applicable gen
2019-07-08 Connor Abbottnir: Move st_nir_assign_var_locations() to common code
2019-07-04 Marek OlšákRevert "mesa/st: Passthrough scissor when clearing...
2019-07-03 Alyssa Rosenzweigmesa/st: Passthrough scissor when clearing by quad
2019-07-03 Marek Olšákst/mesa: accelerate glCopyPixels(STENCIL)
2019-07-01 Mike Blumenkrantzmesa/st: simplify format usage in st_bind_egl_image
2019-07-01 Eric Anholtsparc: Reuse m_vector_asm.h.
2019-07-01 Eric Anholtmesa: Enable asm unconditionally, now that gen_matypes...
2019-07-01 Eric Anholtmesa: Replace gen_matypes with a simple header for...
2019-07-01 Eric Anholtmatypes: Drop some unused defines.
2019-07-01 Eric Engestromswrast: simplify function pointer calls
2019-06-30 Alejandro Piñeiroglspirv: Enable the new deref-base UBO/SSBO path on...
2019-06-30 Alejandro Piñeiroi965: call to gl_nir_link_uniform_blocks
2019-06-30 Alejandro Piñeiroi965: use GLboolean for all brw_link_shader returns
2019-06-30 Eric Engestrommesa: use binary search for MESA_EXTENSION_OVERRIDE
2019-06-28 Eric Engestrommesa: stop trying new filenames if the filename existin...
2019-06-28 Eric Engestrommesa: use os_file_create_unique()
2019-06-28 Anuj Phogati965/icl: Apply WA_1606682166 to compute workloads
2019-06-28 Anuj PhogatRevert "i965/icl: Add WA_2204188704 to disable pixel...
2019-06-28 Anuj Phogati965/icl: Fix WA_1606682166
2019-06-28 Pierre-Eric Pellou... mesa: add display list support for gl(Compressed)Textur...
2019-06-28 Pierre-Eric Pellou... mesa: add glTextureParameteri/iv/f/fvEXT
2019-06-28 Pierre-Eric Pellou... mesa: extend _mesa_lookup_or_create_texture to support...
2019-06-28 Pierre-Eric Pellou... mesa: refactor bind_texture
2019-06-28 Pierre-Eric Pellou... mesa: extract helper function for glTexParameter*
2019-06-28 Pierre-Eric Pellou... mesa: add buffer != 0 checks to glNamedBufferEXT functions
2019-06-28 Marek Olšákmesa: fix a typo in map_named_buffer_range
2019-06-28 Timothy Arcerimesa: add support for glMapNamedBufferEXT()
2019-06-28 Timothy Arcerimesa: add support for glUnmapNamedBufferEXT()
2019-06-28 Timothy Arcerimesa: add support for glCompressedTextureSubImage2DEXT()
2019-06-28 Timothy Arcerimesa: add support for glTextureSubImage2DEXT()
2019-06-28 Timothy Arcerimesa: add support for glMapNamedBufferRangeEXT()
2019-06-28 Timothy Arcerimesa: add support for glNamedBufferStorageEXT
2019-06-28 Timothy Arcerimesa: add support for glNamedBuffer*DataEXT()
next