summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)AuthorFilesLines
2014-08-11radeon,r200: fix buffer validation after CS flushMarek Olšák5-14/+5
2014-05-23meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke1-1/+1
2014-04-30radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt5-13/+21
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt4-15/+10
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2-3/+0
2014-04-28dri/radeon: use a const __DRIextension arrayEmil Velikov2-17/+14
2014-04-28drivers/dri: cleanup dri extension instantiationEmil Velikov1-13/+18
2014-03-05mesa: remove remaining uses of _glthread_GetID()Brian Paul1-2/+1
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-13/+18
2014-02-25mesa: add storage flags parameter to Driver.BufferDataMarek Olšák1-0/+2
2014-02-23drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov1-3/+4
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke3-9/+9
2014-02-02mesa: remove target param from ctx->Driver.TexParameter()Brian Paul1-1/+1
2014-02-02radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()Brian Paul1-4/+2
2014-01-31radeon: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul1-2/+3
2014-01-29radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...Siavash Eliasi1-1/+1
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller1-8/+8
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller8-56/+56
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller6-29/+29
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller6-34/+34
2014-01-27mesa: change gl_format to mesa_formatMark Mueller15-54/+54
2014-01-27mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick1-1/+0
2014-01-27radeon: Enable GL_EXT_framebuffer_blitIan Romanick1-0/+1
2014-01-27radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick3-2/+4
2014-01-23radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick7-20/+15
2014-01-23radeon / r200: Remove unused 'dostate' parameterIan Romanick2-4/+2
2014-01-23radeon / r200: Fix 'empty body' warningIan Romanick1-2/+2
2014-01-23radeon / r200: Fix incompatible pointer type warningIan Romanick1-2/+1
2014-01-21mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-2/+2
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-3/+3
2014-01-20i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca21-30/+30
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2-2/+2
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2-5/+2
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-7/+1
2014-01-15radeon: Remove dead codeIan Romanick1-9/+0
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2-2/+2
2013-12-21mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller1-40/+24
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick1-1/+0
2013-12-20radeon: Sort list of enabled extensionsIan Romanick1-6/+5
2013-12-13dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg1-0/+2
2013-11-25radeon: change last instance of DEBUG_IOCTL to use RADEON_IOCTLChris Forbes1-1/+1
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick1-3/+4
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2-0/+7
2013-11-05radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick3-3/+8
2013-10-24radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt9-24/+131
2013-10-24dri: Move driver config options to dri driver extensions.Eric Anholt1-7/+12
2013-10-20radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-10dri: Move API version validation into dri/common.Eric Anholt2-14/+3