nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri / radeon /
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-08-07 Yevhenii Kolesnikovmesa: use _mesa_delete_query in drivers
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-04 Mathias Fröhlichmesa: Rip out now unused gl_context::aelt_context.
2019-05-02 Erik Faye-Lundmeson: lift driver-collection out into parent build...
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-04-15 Dylan BakerDelete autotools
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-09 Maya Rashishradeon: fix printf format specifier.
2018-09-18 Timothy Arcerimesa: move legacy dri config option texture_depth
2018-09-18 Timothy Arcerimesa: move legacy dri config option fthrottle_mode
2018-09-18 Timothy Arcerimesa: move legacy dri config option def_max_anisotropy
2018-09-18 Timothy Arcerimesa: move legacy dri config option no_neg_lod_bias
2018-09-18 Timothy Arcerimesa: move legacy dri config option round_mode
2018-09-18 Timothy Arcerimesa: move legacy dri config option dither_mode
2018-09-18 Timothy Arcerimesa: move legacy dri config option color_reduction
2018-09-18 Timothy Arcerimesa: move legacy TCL dri config options
2018-09-10 Christopher Egertradeon: fix ColorMask
2018-08-20 Timothy Arcerimesa: move legacy hyperz option from dri config
2018-08-20 Timothy Arcerimesa: drop legacy no_rast dri option
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_units
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_blend_quality
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-08-07 Chad Versacedri: Add param driCreateConfigs(mutable_render_buffer)
2018-07-27 Fritz Koenigmesa: GL_MESA_framebuffer_flip_y extension [v4]
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-26 Ian Romanickradeon: Drop broken front_buffer_reading/drawing optimi...
2018-04-26 Ian Romanickradeon: Use _mesa_is_front_buffer_drawing
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
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-26 Ian Romanickmesa: Pass the translated color logic op dd_function_ta...
2018-01-23 Eric Engestromradeon: remove left over dead code
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-16 Grazvydas Ignotasradeon: remove unneeded semicolons
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-10-26 Dylan Bakermeson: build r100 driver
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-09-14 Eric Engestromdri/radeon: use ARRAY_SIZE macro
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-02 Dave Airliemesa/dri: drop unneeded mm.h include
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-19 Emil Velikovradeon: remove local vblank_mode option
2017-07-17 Kenneth Graunkedri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
2017-07-14 Grigori Goronzydri: Add KHR_no_error DRI extension
2017-06-21 Marek Olšákmesa: don't update draw buffer bounds in _mesa_update_state
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-08 Timothy Arcerimesa: inline vbo_exec_invalidate_state() and call from...
2017-06-08 Timothy Arcerimesa: stop passing state bitfield to UpdateState()
2017-06-08 Timothy Arcerir200/radeon: stop calling _ae_invalidate_state() directly
2017-06-01 Ian Romanickr100: Silence numerous unused this or that warnings
2017-06-01 Ian Romanickr100: Use _mesa_get_format_base_format in radeon_update...
2017-06-01 Ian Romanickr100,r200: Don't assume glVisual is non-NULL during...
2017-06-01 Ian Romanickr100: Don't assume that the base mipmap of a texture...
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-13 Samuel Pitoisetradeon: fix duplicate 'const' specifier
2017-04-10 Timothy Arceriradeon: take ownership rather than adding reference...
2017-02-16 Emil Velikovr100: use correct libdrm_radeon macro
2017-01-27 Emil Velikovradeon, r200: automake: include builddir prior to srcdir
2017-01-13 Boyan Dingradeon: Unify the style of function pointer calls in...
2016-11-20 Brian Paulradeon: remove unneeded #include "util/simple_list.h"
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled clip...
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled lights
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-07 Nicolai Hähnleradeon: use _mesa_delete_buffer_object
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-04 Giuseppe Bilottaradeon: const correctness
2015-12-04 Giuseppe Bilottaradeon: whitespace cleanup
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Roland Scheideggerradeon: fix bgrx8/xrgb8 blits
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... util: Move DRI parse_debug_string() to util
2015-10-06 Mark Janesradeon/r200: remove unneeded #include of colormac.h
2015-10-06 Ian Romanickradeon: Don't override NewFramebuffer just to call...
2015-10-06 Ian Romanickradeon: Use C99 initializers for primitive arrays
2015-10-03 Marek Olšákmesa: remove Driver.Hint
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-23 Ian Romanickmesa: Remove unused HAVE_TRI_STRIP_1 defines
2015-09-23 Ian Romanickt_dd_dmatmp: Remove HAVE_QUADS support
2015-09-23 Ian Romanickt_dd_dmatmp: Remove HAVE_QUAD_STRIPS support
2015-09-23 Ian Romanickt_dd_dmatmp: Make "count" actually be the count
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-07-24 Vinson Leeradeon: Silence GCC unused-but-set-variable warnings.
2015-07-22 Emil Velikovradeon,r200: allow hyperz for radeon DRM module v2
2015-07-22 Emil Velikovradeon,r200: remove support for UMS radeon DRM module
2015-07-22 Emil Velikovradeon,r200: remove unused variable texmicrotile
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-16 Roland Scheideggerradeon: fix some potential big endian issues
2015-07-16 Roland Scheideggerradeon/r200: mark state atoms as dirty after blits
2015-07-16 Roland Scheideggerr200: fix fbo rendering by disabling optimized texture...
next