remove final imports.h and imports.c bits
[mesa.git] / src / mesa / drivers / dri / radeon /
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-21 Dylan Bakerreplace _mesa_next_pow_two_* with util_next_power_of_two_*
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-04-06 Marek Olšákmesa: remove no longer needed _mesa_is_bufferobj function
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek Olšákmesa: don't use <> for including internal headers
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-02-11 Marek Olšákvbo: merge use_buffer_objects into vbo_CreateContext...
2020-01-22 Timur Kristófradeon: Fix multiple definition error with radeon_debug
2019-12-04 Ian Romanickmesa: Silence unused parameter warning
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-11-05 Dylan Bakerr100: Use preprocessor to select big vs little endian...
2019-10-31 Eric Engestromradeon: replace xmlpool_options_h with idep_xmlconfig_h...
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtradeon: Drop the unused first arg of OUT_BATCH_RELOC.
2019-10-20 Eric Anholtradeon: Fill in the TXOFFSET field containing the tile...
2019-10-20 Eric Anholtr100/r200: factor out txformat/txfilter setup from...
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
next