intel/error2aub: strenghten batchbuffer identifier marker
[mesa.git] / src / mesa /
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-03-06 Timothy Arcerist/glsl: start spilling out common st glsl conversion...
2019-03-06 Timothy Arcerii965: stop calling nir_lower_returns()
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Jason Ekstrandst/nir: Move 64-bit lowering later
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandglsl/nir: Add a shared helper for building float64...
2019-03-06 Jason Ekstrandi965: Compile the fp64 program based on nir options
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-03-05 Timur Kristófnir: Add multiplier argument to nir_lower_uniforms_to_ubo.
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2019-03-05 Kenneth Graunkei965: Implement threaded GL support.
2019-03-04 Sagar Ghugeglsl: [u/i]mulExtended optimization for GLSL
2019-03-04 Brian Paulst/mesa: whitespace fixes in st_texture.h
2019-03-04 Brian Paulst/mesa: line wrapping, whitespace fixes in st_cb_texture.c
2019-03-04 Brian Paulst/mesa: whitespace fixes in st_sampler_view.c
2019-03-04 Mathias Fröhlichst/mesa: Invalidate the gallium array atom only if...
2019-03-04 Mathias Fröhlichmesa: Track buffer object use also for VAO usage.
2019-03-03 Gert Wollnymesa: Expose EXT_texture_query_lod and add support...
2019-03-02 Dave Airliest/mesa: add support for lowering fp64/int64 for nir...
2019-02-28 Caio Marcelo de... st/nir: count num_uniforms for FS bultin shader
2019-02-28 Timothy Arceriglsl: fix shader cache for packed param list
2019-02-27 Yevhenii Kolesnikovi965: Fix allow_higher_compat_version workaround limite...
2019-02-26 Brian Paulmesa: fix display list corner case assertion
2019-02-26 Brian Paulst/mesa: whitespace/formatting fixes in st_cb_texture.c
2019-02-26 Eleni Maria Steai965: fixed clamping in set_scissor_bits when the y...
2019-02-26 Kasireddy, Viveki965: Add support for sampling from XYUV images
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
next