aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-082-5/+5
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-064-4/+0
* radeon: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2015-10-061-7/+0
* radeon: Use C99 initializers for primitive arraysIan Romanick2015-10-061-20/+20
* mesa: remove Driver.HintMarek Olšák2015-10-031-1/+0
* mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2015-09-232-2/+0
* t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick2015-09-231-1/+0
* t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick2015-09-231-1/+0
* t_dd_dmatmp: Make "count" actually be the countIan Romanick2015-09-231-1/+1
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1