summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)AuthorFilesLines
2018-07-30CHROMIUM: dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace1-1/+1
2018-04-27mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2-4/+3
2018-04-26radeon: Drop broken front_buffer_reading/drawing optimizationIan Romanick3-46/+18
2018-04-26radeon: Use _mesa_is_front_buffer_drawingIan Romanick4-25/+5
2018-04-12mesa: include mtypes.h lessMarek Olšák2-1/+1
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich1-0/+1
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák4-8/+12
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák1-4/+4
2018-01-26mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick1-24/+3
2018-01-23radeon: remove left over dead codeEric Engestrom1-6/+0
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+2
2018-01-17radeon: remove unneeded semicolonsGrazvydas Ignotas3-3/+3
2017-11-16mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov1-0/+1
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2-13/+6
2017-10-26meson: build r100 driverDylan Baker1-0/+87
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2-0/+2
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner1-2/+0
2017-10-02mesa: Drop Mesa_DXTn from gl_contextMatt Turner1-8/+2
2017-09-14dri/radeon: use ARRAY_SIZE macroEric Engestrom1-1/+3
2017-08-25mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson1-0/+1
2017-08-10dri: Introduce SWAP_METHOD tokensThomas Hellstrom1-4/+2
2017-08-03mesa/dri: drop unneeded mm.h includeDave Airlie1-1/+0
2017-07-31xmlconfig: move into src/utilNicolai Hähnle8-8/+8
2017-07-19radeon: remove local vblank_mode optionEmil Velikov1-2/+0
2017-07-17dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke1-1/+1
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy1-0/+1
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+3
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-0/+1
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+0
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri1-1/+3
2017-06-09r200/radeon: stop calling _ae_invalidate_state() directlyTimothy Arceri1-2/+0
2017-05-31r100: Silence numerous unused this or that warningsIan Romanick1-8/+9
2017-05-31r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick1-1/+1
2017-05-31r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2-2/+1
2017-05-31r100: Don't assume that the base mipmap of a texture existsIan Romanick1-4/+10
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-6/+6
2017-04-13radeon: fix duplicate 'const' specifierSamuel Pitoiset2-2/+2
2017-04-10radeon: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-5/+5
2017-02-16r100: use correct libdrm_radeon macroEmil Velikov1-6/+2
2017-01-27radeon, r200: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-13radeon: Unify the style of function pointer calls in structsBoyan Ding3-17/+17
2016-11-20radeon: remove unneeded #include "util/simple_list.h"Brian Paul5-5/+0
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-1/+1
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin1-1/+1
2016-06-16radeon/r200: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-10/+9
2016-06-16radeon/r200: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich1-21/+21
2016-01-07radeon: use _mesa_delete_buffer_objectNicolai Hähnle1-1/+1
2015-12-04radeon: const correctnessGiuseppe Bilotta1-1/+1
2015-12-04radeon: whitespace cleanupGiuseppe Bilotta1-2/+2