aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* radeon: fix printf format specifier.Maya Rashish2019-01-091-1/+1
* mesa: move legacy dri config option texture_depthTimothy Arceri2018-09-181-0/+13
* mesa: move legacy dri config option fthrottle_modeTimothy Arceri2018-09-181-0/+12
* mesa: move legacy dri config option def_max_anisotropyTimothy Arceri2018-09-181-0/+5
* mesa: move legacy dri config option no_neg_lod_biasTimothy Arceri2018-09-181-0/+5
* mesa: move legacy dri config option round_modeTimothy Arceri2018-09-181-0/+10
* mesa: move legacy dri config option dither_modeTimothy Arceri2018-09-181-0/+12
* mesa: move legacy dri config option color_reductionTimothy Arceri2018-09-181-0/+10
* mesa: move legacy TCL dri config optionsTimothy Arceri2018-09-182-0/+15
* radeon: fix ColorMaskChristopher Egert2018-09-101-4/+4
* mesa: move legacy hyperz option from dri configTimothy Arceri2018-08-211-0/+5
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-212-7/+1
* mesa: move legacy dri config option texture_unitsTimothy Arceri2018-08-201-0/+5
* mesa: move legacy dri config option texture_blend_qualityTimothy Arceri2018-08-201-0/+6
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+1
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-1/+1
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-272-4/+11
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-272-4/+3
* radeon: Drop broken front_buffer_reading/drawing optimizationIan Romanick2018-04-263-46/+18
* radeon: Use _mesa_is_front_buffer_drawingIan Romanick2018-04-264-25/+5
* mesa: include mtypes.h lessMarek Olšák2018-04-122-1/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-134-8/+12
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-4/+4
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-261-24/+3
* radeon: remove left over dead codeEric Engestrom2018-01-231-6/+0
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* radeon: remove unneeded semicolonsGrazvydas Ignotas2018-01-173-3/+3
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-062-13/+6
* meson: build r100 driverDylan Baker2017-10-261-0/+87
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-202-0/+2
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-2/+0
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-8/+2
* dri/radeon: use ARRAY_SIZE macroEric Engestrom2017-09-141-1/+3
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+1
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-4/+2
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-031-1/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-318-8/+8
* radeon: remove local vblank_mode optionEmil Velikov2017-07-191-2/+0
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+1
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+3
* mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák2017-06-221-0/+1
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-221-1/+0
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-091-1/+3
* r200/radeon: stop calling _ae_invalidate_state() directlyTimothy Arceri2017-06-091-2/+0
* r100: Silence numerous unused this or that warningsIan Romanick2017-05-311-8/+9