aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-05-311-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-05-312-2/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-05-311-4/+10
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-6/+6
* radeon: fix duplicate 'const' specifierSamuel Pitoiset2017-04-132-2/+2
* radeon: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* r100: use correct libdrm_radeon macroEmil Velikov2017-02-161-6/+2
* radeon, r200: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* radeon: Unify the style of function pointer calls in structsBoyan Ding2017-01-133-17/+17
* radeon: remove unneeded #include "util/simple_list.h"Brian Paul2016-11-205-5/+0
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-131-1/+1
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-1/+1
* radeon/r200: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-161-10/+9
* radeon/r200: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-161-21/+21
* radeon: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* radeon: const correctnessGiuseppe Bilotta2015-12-041-1/+1
* radeon: whitespace cleanupGiuseppe Bilotta2015-12-041-2/+2
* radeon: fix bgrx8/xrgb8 blitsRoland Scheidegger2015-11-171-0/+2