summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-3/+3
* i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca2014-01-201-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1721-30/+30
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-152-2/+2
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-152-5/+2
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-7/+1
* radeon: Remove dead codeIan Romanick2014-01-151-9/+0
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-092-2/+2
* mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller2013-12-211-40/+24
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-1/+0
* radeon: Sort list of enabled extensionsIan Romanick2013-12-201-6/+5
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+2
* radeon: change last instance of DEBUG_IOCTL to use RADEON_IOCTLChris Forbes2013-11-251-1/+1
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-3/+4
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-072-0/+7
* radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick2013-11-053-3/+8
* radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-249-24/+131
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-7/+12
* radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* dri: Move API version validation into dri/common.Eric Anholt2013-10-102-14/+3