aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri/radeon: don't print TCL status on glGetString(GL_RENDERER)Emil Velikov2014-08-151-7/+2
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-1/+1
* radeon,r200: fix buffer validation after CS flushMarek Olšák2014-08-095-14/+5
* mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee2014-06-142-7/+7
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-305-13/+21
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-304-15/+10
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-302-3/+0
* dri/radeon: use a const __DRIextension arrayEmil Velikov2014-04-282-17/+14
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-13/+18
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-2/+1
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-13/+18
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-251-0/+2
* drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov2014-02-231-3/+4
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-093-9/+9
* mesa: remove target param from ctx->Driver.TexParameter()Brian Paul2014-02-021-1/+1
* radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()Brian Paul2014-02-021-4/+2
* radeon: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul2014-01-311-2/+3
* radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...Siavash Eliasi2014-01-291-1/+1
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-8/+8
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-278-56/+56
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-276-29/+29
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-276-34/+34
* mesa: change gl_format to mesa_formatMark Mueller2014-01-2715-54/+54
* mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick2014-01-271-1/+0
* radeon: Enable GL_EXT_framebuffer_blitIan Romanick2014-01-271-0/+1
* radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick2014-01-273-2/+4
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-237-20/+15
* radeon / r200: Remove unused 'dostate' parameterIan Romanick2014-01-232-4/+2
* radeon / r200: Fix 'empty body' warningIan Romanick2014-01-231-2/+2
* radeon / r200: Fix incompatible pointer type warningIan Romanick2014-01-231-2/+1
* mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner2014-01-211-1/+1
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-2/+2