summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-2811-11/+11
* radeon: Add headers to distribution.Matt Turner2014-12-122-2/+31
* radeon: Alphabetize source list.Matt Turner2014-12-121-9/+9
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-161-3/+2
* radeon: Use PRINTLIKE macro.Matt Turner2014-09-251-8/+1
* dri/radeon: nuke the remaining references to sareaEmil Velikov2014-08-212-4/+0
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-215-86/+0
* dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov2014-08-214-245/+2
* dri/radeon: add GLX_MESA_query_renderer supportEmil Velikov2014-08-154-21/+103