i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions
[mesa.git] / src / mesa / state_tracker /
2019-09-17 Erik Faye-Lundst/mesa: remove always-true expression
2019-09-16 Kenneth Graunkest/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0
2019-09-16 Kenneth Graunkest/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1.
2019-09-12 Caio Marcelo de... mesa/st: Fallback to name lookup when the variable...
2019-09-11 Kenneth Graunkest/mesa: Only pause queries if there are any active...
2019-09-11 Brian Paulst/nir: fix illegal designated initializer in st_glsl_t...
2019-09-10 Caio Marcelo de... glsl/nir: Add and use a gl_nir_link() function
2019-09-10 Caio Marcelo de... gallium: Add ARB_gl_spirv support
2019-09-10 Caio Marcelo de... mesa/st: Don't expect prog->nir to already exist
2019-09-10 Caio Marcelo de... mesa/st: Add support for SPIR-V shaders
2019-09-10 Caio Marcelo de... mesa/st: Extract preprocessing NIR steps
2019-09-10 Caio Marcelo de... mesa/st: Lookup parameters without using names
2019-09-10 Caio Marcelo de... mesa/st: Do not rely on name to identify special uniforms
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-05 Connor Abbottgallium: Plumb through a way to disable GLSL const...
2019-09-05 Connor Abbottst/nir: Don't lower indirects when linking
2019-09-05 Connor Abbottst/nir: Call nir_remove_unused_variables() in the opt...
2019-08-30 Lepton Wust/mesa: Allow zero as [level|layer]_override
2019-08-28 Eric Anholtgallium: Fix big-endian addressing of non-bitmask array...
2019-08-28 Eric Anholtgallium: Fix mesa format name in unit test failure...
2019-08-26 Eric Anholtgallium: Add the ASTC 3D formats.
2019-08-23 Connor Abbottst/nir: Fix num_inputs for VS inputs
2019-08-21 Lionel Landwerlinmesa/compiler: rework tear down of builtin/types
2019-08-12 Marek Olšákst/mesa: don't allocate mipmapped texture for NEAREST_M...
2019-08-08 Mark Janesst/mesa: eliminate unnecessary redirection
2019-08-08 Ilia Mirkingallium: redefine ATOMINC_WRAP to be more hardware...
2019-08-08 Ilia Mirkinst/mesa: relax EXT_shader_image_load_store enable
2019-08-07 Yevhenii Kolesnikovmesa: Use _mesa_delete_transform_feedback_object in...
2019-08-07 Yevhenii Kolesnikovmesa: use _mesa_delete_query in drivers
2019-08-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-08-06 Pierre-Eric Pellou... glsl: add EXT_shader_image_load_store new image functions
2019-08-06 Pierre-Eric Pellou... glapi: add EXT_shader_image_load_store
2019-08-06 Pierre-Eric Pellou... tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-01 Brian Paulst/mesa: fix MSVC compile breakage
2019-08-01 Gert Wollnygallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state...
2019-08-01 Gert Wollnymesa/st: Signal state changes when depth_clamp is emulated
2019-08-01 Gert Wollnymesa/st: Add depth clamping to rasterizer code
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp code into other shaders (GS...
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp lowering into the FS
2019-08-01 Gert Wollnymesa/st: Tie depth clamp lowering in to the VP code
2019-08-01 Erik Faye-Lundmesa/st: add tgsi-lowering code for depth-clamp
2019-08-01 Gert Wollnymesa/st: replace boolean declarations by bool
2019-07-31 Yevhenii Kolesnikovstate_tracker: Free Labels for querry and tranform_feedback
2019-07-31 Mike Blumenkrantzgallium: add handling for YUV planar surfaces
2019-07-31 Kenneth Graunkest/mesa: Skip scissor rect updates when scissor is...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromst/tests: drop incorrect MAYBE_UNUSED
2019-07-30 Sagar Ghugegallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
2019-07-26 Yevhenii Kolesnikovstate_tracker: Add destroying routine for feedback...
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-19 Eric Engestrommesa/tests: add missing dep_thread
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-16 Eric Anholtmesa: Give _mesa_format_get_color_encoding a clearer...
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-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-11 Kenneth Graunkecompiler: Save a single copy of the softfp64 shader...
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 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-06-28 Pierre-Eric Pellou... mesa: delete framebuffer texture attachment sampler...
2019-06-27 Kenneth Graunkest/mesa: Set EmitNoIndirectSampler if GLSLVersion ...
2019-06-26 Timothy Arcerist/glsl: fix silly regression finding gs/tes variants
2019-06-26 Timothy Arcerist/glsl: support clamping color outputs in compat for...
2019-06-19 Connor Abbottst/nir: Use gl_nir_opt_access
2019-06-14 Kenneth Graunkest/mesa: Respect GL_TEXTURE_SRGB_DECODE_EXT in Generate...
2019-06-13 Caio Marcelo de... gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
2019-06-12 Kevin Strasserst/mesa: Add rgbx handling for fp formats
2019-06-11 Caio Marcelo de... gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-11 Caio Marcelo de... st/glsl: Perform some var optimizations
2019-06-05 Kenneth Graunkest/nir: Don't use GLSL IR's MOD_TO_FLOOR lowering when...
2019-06-04 Timothy Arcerist/glsl: make sure to propagate initialisers to driver...
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-28 Kenneth Graunkest/nir: Re-vectorize shader IO
2019-05-27 Timothy ArceriRevert "st/mesa: expose 0 shader binary formats for...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-23 Kenneth Graunkegallium: Add PIPE_CAP_FBFETCH_COHERENT and expose exten...
2019-05-23 Kenneth Graunkest/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_...
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-20 Charmaine Leest/mesa: purge framebuffers with current context after...
next