summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-06-011-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-06-012-2/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-06-011-4/+10
* 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
* radeon: Silence GCC unused-but-set-variable warnings.Vinson Lee2015-07-231-1/+5
* radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov2015-07-221-7/+2
* radeon,r200: remove support for UMS radeon DRM moduleEmil Velikov2015-07-221-27/+17
* radeon,r200: remove unused variable texmicrotileEmil Velikov2015-07-222-4/+0
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-208-11/+11
* radeon: fix some potential big endian issuesRoland Scheidegger2015-07-164-90/+76
* radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger2015-07-161-0/+8
* r200: fix fbo rendering by disabling optimized texture format chooserRoland Scheidegger2015-07-161-1/+13
* radeon: remove dri_mirror stateEmil Velikov2015-07-134-31/+15
* radeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMPLES_PASSED valueIan Romanick2015-06-241-0/+23
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-142-2/+2
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-142-2/+2
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* Fix a few typosZoë Blade2015-04-272-2/+2
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-2121-75/+75
* radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2015-04-051-8/+9
* radeon: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* radeon: replace INLINE with inlineBrian Paul2015-02-265-8/+8
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-1/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-234-9/+9
* mesa: Use u_math.h from macros.hEric Anholt2015-02-201-2/+0
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-1/+1