mesa: add fallthrough comments to COPY_SZ_4V()
[mesa.git] / src / mesa / swrast /
2020-06-30 Dylan Bakermesa/swrast: use logf2 instead of util_fast_log2
2020-05-26 Alyssa Rosenzweigmesa/swrast: Use SATURATE
2020-05-05 Pierre-Eric Pellou... mesa: add gl_coontext::ForceIntegerTexNearest
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Dylan BakerReplace IS_INF_OR_NAN with util_is_inf_or_nan
2020-04-21 Dylan Bakerreplace IROUND with util functions
2020-04-21 Dylan BakerReplace IROUND_POS with _mesa_roundevenf
2020-04-21 Dylan Bakerreplace IFLOOR with util_ifloor
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-11-07 Eric Anholtmesa: Stop defining a full separate format for RGBA_UINT8.
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakermesa/swrast: replace instances of _mesa_little_endian...
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-08-19 Eric Anholtswrast: Make the fetch funcs table sparse.
2019-07-16 Eric Anholtswrast: Move _mesa_format_pack_colormask() to the only...
2019-07-16 Eric Anholtmesa: Drop redundant checks for sRGB before sRGB to...
2019-07-16 Eric Anholtmesa: Rename gl_pack typedefs to mesa_pack.
2019-07-01 Eric Engestromswrast: simplify function pointer calls
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-10 Alyssa Rosenzweigswrast: Rename blend_func->swrast_blend_func
2019-04-23 Jonathan Marekmesa: add GL_AMD_compressed_ATC_texture support
2019-04-11 Dave Airlieswrast: fix undefined shift of 1 << 31
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2018-11-02 Gert Wollnymesa/core: Add definitions and translations for EXT_tex...
2018-10-11 Illia Iorinmesa: Fix pack_uint_Z_FLOAT32()
2018-08-28 Sagar Ghugemesa: Add support for AMD_depth_clamp_separate
2018-07-28 Brian Paulswrast: fix crash in AA line code when there's no texture
2018-07-27 Fritz Koenigmesa: GL_MESA_framebuffer_flip_y extension [v4]
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-02-13 Marek Olšákmesa: separate legacy stuff from gl_texture_unit into...
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2017-11-09 Brian Paulmesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
2017-10-10 Eric Anholtmesa: Add X1B5G5R5 along with A1B5G5R5.
2017-06-21 Marek Olšákmesa: replace VP/FP/ATIfs _Enabled flags with helper...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-10 Timothy Arceriswrast: take ownership rather than adding reference...
2017-04-07 Timothy Arcerimesa: fix renderbuffer leak
2016-11-17 Timothy Arcerist/mesa/r200/i915/i965: move ARB program fields into...
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-08-11 Miklós Mátéswrast: fix active attribs with atifragshader
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-07-26 Matt Turnerswrast: Avoid aliasing violation.
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichswrast: Convert swrast to use CoordsReplaceBits.
2016-05-03 Anuj Phogatswrast: Add texfetch_funcs entries for astc 3d formats
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Bas Nieuwenhuizenmesa: replace gl_context->Multisample._Enabled with...
2016-03-22 Brian Paulswrast: fix discarded const warning in s_texture.c
2016-03-21 Anuj Phogatswrast: Move assert for 'slice' in to check_map_teximage
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-06 Ilia Mirkinswrast: fix GL_ANY_SAMPLES_PASSED values in Result
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-03-01 Matt Turnerprogram: Remove condition-code and precision support.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-17 Miklós Mátéswrast: move two global defines to the only place where...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 Dave Airliemesa/formats: 8-bit channel integer formats addition
2015-09-01 Dave Airliemesa/formats: add some formats from GL3.3
2015-09-01 Dave Airliemesa: fix SwapBytes handling in numerous places
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cheryswrast: add a new macro, FETCH_COMPRESSED
2015-08-26 Nanley Cherymesa/formats: define the 2D ASTC formats
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-14 Marek Olšákswrast: fix EXT_depth_bounds_test
2015-07-29 Matt Turnerswrast: Avoid double promotion.
2015-07-22 Brian Paulswrast: remove unneeded & operators in _swrast_choose_t...
2015-06-29 Anuj Phogatmesa/swrast: Use global function _mesa_regions_overlap()
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-14 Laura Ekstrandmain: Rename framebuffer renderbuffer software fallback.
2015-05-04 Iago Toral Quirogaswrast: Fix rgba_draw_pixels with GL_COLOR_INDEX
2015-04-27 Zoë BladeFix a few typos
2015-04-14 Marius Predutswrast: replace __FUNCTION__ with __func__
2015-04-13 Matt Turnerswrast: Mark MAX_GLUINT literal with u suffix.
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-03-18 Jose Fonsecaswrast: Use BITFIELD64_BIT for arrayAttribs.
2015-03-12 Brian Paulmesa: remove _ASMAPI, ASMAPIP
2015-03-12 Brian Paulswrast: remove _BLENDAPI
2015-03-02 Brian Paulmesa/swrast: replace Elements() with ARRAY_SIZE()
2015-02-25 Brian Paulmesa: remove MAX_GLUSHORT, move MAX_GLUINT
2015-02-24 Brian Paulmesa: remove logf macro
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace LOGF, EXPF with logf, expf
2015-02-24 Brian Paulswrast: fix a few release build warnings
next