summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)AuthorFilesLines
2017-06-01r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick1-1/+1
2017-06-01r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2-2/+1
2017-06-01r100: Don't assume that the base mipmap of a texture existsIan Romanick1-4/+10
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
2015-11-17radeon: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+2
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2-5/+5
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes4-4/+0
2015-10-06radeon: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick1-7/+0
2015-10-06radeon: Use C99 initializers for primitive arraysIan Romanick1-20/+20
2015-10-03mesa: remove Driver.HintMarek Olšák1-1/+0
2015-09-23mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2-2/+0
2015-09-23t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick1-1/+0
2015-09-23t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick1-1/+0
2015-09-23t_dd_dmatmp: Make "count" actually be the countIan Romanick1-1/+1
2015-07-29mesa: Use floats for viewport bounds.Matt Turner1-1/+1
2015-07-23radeon: Silence GCC unused-but-set-variable warnings.Vinson Lee1-1/+5
2015-07-22radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov1-7/+2
2015-07-22radeon,r200: remove support for UMS radeon DRM moduleEmil Velikov1-27/+17
2015-07-22radeon,r200: remove unused variable texmicrotileEmil Velikov2-4/+0
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke8-11/+11
2015-07-16radeon: fix some potential big endian issuesRoland Scheidegger4-90/+76
2015-07-16radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger1-0/+8
2015-07-16r200: fix fbo rendering by disabling optimized texture format chooserRoland Scheidegger1-1/+13
2015-07-13radeon: remove dri_mirror stateEmil Velikov4-31/+15
2015-06-24radeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMPLES_PASSED valueIan Romanick1-0/+23
2015-05-14main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2-2/+2
2015-05-14main: Refactor _mesa_update_framebuffer.Laura Ekstrand2-2/+2
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2015-04-27Fix a few typosZoë Blade2-2/+2
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut21-75/+75
2015-04-05radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich1-8/+9
2015-03-02radeon: replace Elements() with ARRAY_SIZE()Brian Paul1-10/+10
2015-02-26radeon: replace INLINE with inlineBrian Paul5-8/+8
2015-02-24mesa: replace FABSF with fabsfBrian Paul1-1/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner4-9/+9
2015-02-20mesa: Use u_math.h from macros.hEric Anholt1-2/+0
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt1-0/+2
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-1/+1