aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: remove left over dead codeEric Engestrom2018-01-231-6/+0
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-8/+4
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-0/+1
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-8/+2
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-1/+1
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-05-311-1/+0
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-081-2/+2
* radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov2015-07-221-7/+2
* radeon,r200: remove unused variable texmicrotileEmil Velikov2015-07-221-3/+0
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-211-26/+0
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-1/+1
* radeon,r200: fix buffer validation after CS flushMarek Olšák2014-08-091-0/+1
* radeon: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul2014-01-311-2/+3
* 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-271-1/+1
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-1/+1
* mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner2014-01-211-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* 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
* 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-071-0/+6
* 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-101-14/+0
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-8/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke2013-05-121-1/+1
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+2
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+6
* radeon: Initialize swrast before setting limitsStefan Dösinger2012-12-061-9/+9
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-3/+3
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-4/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-7/+15