aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-5/+0
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-5/+3
* r100: add blit supportAlex Deucher2010-01-181-0/+5
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-3/+3
* r100: Use shared debug code.Pauli Nieminen2009-08-311-19/+0
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-1/+1
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon: add r100 OQ support with kms.Dave Airlie2009-08-261-0/+21
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-0/+1
* radeon: enable GL_NV_texture_rectangle under dri2.Dave Airlie2009-07-111-1/+1
* radeon: fix hw texture limitsRoland Scheidegger2009-06-251-4/+3
* radeon/r200: add some hw texture limitsDave Airlie2009-06-251-1/+4