summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick1-1/+0
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen1-2/+2
2015-07-22radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov1-7/+2
2015-07-22radeon,r200: remove unused variable texmicrotileEmil Velikov1-3/+0
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
2014-08-21dri/radeon: cleanup the radeon_context vtblEmil Velikov1-26/+0
2014-08-11mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák1-1/+1
2014-08-09radeon,r200: fix buffer validation after CS flushMarek Olšák1-0/+1
2014-01-31radeon: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul1-2/+3
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 Romanick1-1/+1
2014-01-23radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick1-1/+1
2014-01-21mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-1/+1
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-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 Romanick1-0/+6
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 Anholt1-14/+0
2013-06-28mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt1-8/+0
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick1-1/+0
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-1/+1
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+2
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+6
2012-12-06radeon: Initialize swrast before setting limitsStefan Dösinger1-9/+9
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-3/+3
2012-09-15mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden1-4/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2012-08-13dri: Pass API_OPENGL_CORE through to the driversIan Romanick1-7/+15
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-3/+1
2012-01-17radeon: share common fog code between radeon and r200Alex Deucher1-0/+1
2012-01-02dri2: Add plumbing to get context version requirements and flags to driversIan Romanick1-1/+25
2011-11-04dri: unify __DRIscreenRecGeorge Sapountzis1-1/+1
2011-11-04radeon/r200: strip texture borders.Dave Airlie1-0/+2
2011-10-30radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie1-2/+1
2011-10-28radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt1-10/+4
2011-09-29mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick1-1/+0