imgui: update commit
[mesa.git] / src / mesa /
2019-02-26 Tapani Pällinir: use nir_variable_create instead of open-coding...
2019-02-26 Mathias Fröhlichst/mesa: Reduce array updates due to current changes.
2019-02-25 Sergii Romantsovdri: meson: do not prefix user provided dri-drivers...
2019-02-25 Gert Wollnymesa/core: Enable EXT_depth_clamp for GLES >= 2.0
2019-02-25 Kenneth Graunkemesa: Fix RGBBuffers for renderbuffers with sized inter...
2019-02-24 Erik Faye-Lundst/mesa: remove unused header-file
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2019-02-21 Marek Olšákst/mesa: always unmap the uploader in st_atom_array.c
2019-02-20 Andrii Simikliti965: re-emit index buffer state on a reset option...
2019-02-19 Timothy Arcerist/nir: use NIR for asm programs
2019-02-19 Kenneth Graunkest/mesa: Copy VP TGSI tokens if they exist, even for...
2019-02-19 Kenneth Graunkemesa: Align doubles to a 64-bit starting boundary,...
2019-02-19 Kenneth Graunkecompiler: Make is_64bit(GL_*) helper more broadly available
2019-02-18 Ilia Mirkini965: always enable EXT_float_blend
2019-02-18 Ilia Mirkinst/mesa: enable GL_EXT_float_blend when possible
2019-02-18 Ilia Mirkinmesa: add explicit enable for EXT_float_blend, and...
2019-02-18 Lionel Landwerlini965: scale factor changes should trigger recompile
2019-02-18 Tapani Pällimesa: return NULL if we exceed MaxColorAttachments...
2019-02-17 Chris Wilsoni965: Assert the execobject handles match for this...
2019-02-15 Eleni Maria Steai965: Removed the field etc_format from the struct...
2019-02-15 Eleni Maria Steai965: Enabled the OES_copy_image extension on Gen 7...
2019-02-15 Eleni Maria Steai965: Fixed the CopyImageSubData for ETC2 on Gen < 8
2019-02-15 Eleni Maria Steai965: Faking the ETC2 compression on Gen < 8 GPUs using...
2019-02-15 Nanley Cheryi965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*
2019-02-15 Andres Gomezmesa: INVALID_VALUE for wrong type or format in Clear...
2019-02-15 Tapani Pällidrirc/i965: add option to disable 565 configs and visuals
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-12 Kenneth Graunkemesa: Advertise EXT_float_blend in ES 3.0+ contexts.
2019-02-12 Tapani Pällii965: add P0x formats and propagate required scaling...
2019-02-12 Tapani Pälliintel/compiler: add scale_factors to sampler_prog_key_data
2019-02-12 Kenneth Graunkei965: Use info->textures_used instead of prog->Samplers...
2019-02-12 Kenneth Graunkei965: Drop unnecessary 'and' with prog->SamplerUnits
2019-02-12 Kenneth Graunkenir: Gather texture bitmasks in gl_nir_lower_samplers_a...
2019-02-12 Kenneth Graunkeprogram: Make prog_to_nir create texture/sampler derefs.
2019-02-12 Kenneth Graunkest/nir: Use sampler derefs in built-in shaders.
2019-02-12 Kenneth Graunkest/nir: Lower sampler derefs for builtin shaders.
2019-02-12 Kenneth Graunkest/nir: Pull sampler lowering into a helper function.
2019-02-12 Kenneth Graunkei965: Call nir_lower_samplers for ARB programs.
2019-02-12 Kenneth Graunkest/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB...
2019-02-08 Andrii Simikliti965: consider a 'base level' when calculating width0...
2019-02-08 Timothy Arcerist/glsl_to_nir: call nir_remove_dead_variables() after...
2019-02-08 Timothy Arceriutil: move BITFIELD macros to util/macros.h
2019-02-08 Karol Herbstst/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-05 Kristian H. Kristensenst/nir: Use src/ relative include path for autotools
2019-02-05 Kenneth Graunkegallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability...
2019-02-05 Kenneth Graunkest/nir: Call nir_lower_clip_cull_distance_arrays().
2019-02-05 Kenneth Graunkeprogram: Extend prog_to_nir handle system values.
2019-02-05 Kenneth Graunkeprogram: Use u_bit_scan64 in prog_to_nir.
2019-02-05 Kenneth Graunkest/mesa: Add NIR versions of the PBO upload/download...
2019-02-05 Kenneth Graunkest/mesa: Add a NIR version of the OES_draw_texture...
2019-02-05 Kenneth Graunkest/mesa: Add NIR versions of the clear shaders.
2019-02-05 Kenneth Graunkest/mesa: Add NIR versions of the drawpixels Z/stencil...
2019-02-05 Kenneth Graunkest/mesa: Add a NIR version of the drawpixels/bitmap...
2019-02-05 Kenneth Graunkest/nir: Make new helpers for constructing built-in...
2019-02-05 Kenneth Graunkest/nir: Move varying setup code to a helper function.
2019-02-05 Gert Wollnymesa: release references to image textures when a conte...
2019-02-05 Caio Marcelo de... i965: skip bit6 swizzle detection in Gen8+
2019-02-04 Kenneth Graunkest/mesa: Set pipe_image_view::shader_access in PBO...
2019-02-01 Gurchetan Singhst/mesa: expose EXT_texture_compression_s3tc_srgb
2019-02-01 Gurchetan Singhi965: Set flag for EXT_texture_compression_s3tc_srgb
2019-02-01 Gurchetan Singhmesa/main: Expose EXT_texture_compression_s3tc_srgb
2019-02-01 Timothy Arcerist/glsl_to_nir: remove dead local variables
2019-01-31 Neha Bhendest/mesa: Fix topogun-1.06-orc-84k-resize.trace crash
2019-01-31 Dylan Bakerandroid,autotools,i965: Fix location of float64_glsl.h
2019-01-31 Eric Anholtmesa: Skip partial InvalidateFramebuffer of packed...
2019-01-30 Gert Wollnymesa/core: Enable EXT_texture_sRGB_R8 also for desktop GL
2019-01-30 Erik Faye-Lundmesa: expose NV_conditional_render on GLES
2019-01-29 Jonathan Marekmesa/st: wire up DiscardFramebuffer
2019-01-29 Rob Clarkmesa: wire up InvalidateFramebuffer
2019-01-29 Jason Ekstrandintel/defines: Explicitly cast to uint32_t in SET_FIELD...
2019-01-28 Gert Wollnymesa/main: Expose EXT_sRGB_write_control
2019-01-28 Gert Wollnymesa/main/version: Lower the requirements for GLES 3.0
2019-01-28 Gert Wollnymesa/main: Use flag for EXT_sRGB instead of EXT_framebu...
2019-01-28 Gert Wollnymesa/st: rework support for sRGB framebuffer attachements
2019-01-28 Gert Wollnyi965: Set flag for EXT_sRGB
2019-01-28 Gert Wollnymesa:main: Add flag for EXT_sRGB to gl_extensions
2019-01-26 Matt Turneri965: Always compile fp64 funcs when needed
2019-01-24 Emil VelikovRevert "mesa/main: remove ARB suffix from glGetnTexImage"
2019-01-24 Emil Velikovmesa: correctly use os.path.join in our python scripts
2019-01-23 Marek Olšákst/mesa: fix PRIMITIVES_GENERATED query after the ...
2019-01-23 Marek Olšákst/mesa: purge framebuffers when unbinding a context
2019-01-23 Caio Marcelo de... gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-18 Timothy Arceriglsl: don't skip GLSL IR opts on first-time compiles
2019-01-16 Kenneth Graunkest/mesa: Optionally override RGB/RGBX dst alpha blend...
2019-01-15 Kenneth Graunkegallium: Add the ability to query a single pipeline...
2019-01-15 Kenneth Graunkest/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS resul...
2019-01-15 Kenneth Graunkest/mesa: Make an enum for pipeline statistics query...
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-11 Kenneth Graunkest/nir: Lower TES gl_PatchVerticesIn to a constant...
2019-01-11 Kenneth Graunkeblorp: Pass the batch to lookup/upload_shader instead...
2019-01-11 Kenneth Graunkeblorp: Add blorp_get_surface_address to the driver...
2019-01-10 Matt Turneri965: Compile fp64 funcs only if we do not have 64...
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2019-01-10 Matt Turneri965: Enable 64-bit GLSL extensions
next