aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+1
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-171-0/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-1/+25
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* radeon/r200: strip texture borders.Dave Airlie2011-11-041-0/+2
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-2/+1
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-10/+4
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-1/+0
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-261-1/+0
* radeon: Enable extensions by just setting the flagsIan Romanick2011-09-091-59/+39
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-2/+0
* radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-3/+4
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+1
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-0/+1
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+1