summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* radeon,r200: allow hyperz for radeon DRM module v2Emil Velikov2015-07-221-8/+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-24/+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
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-1/+0
* r200: 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
* r200: 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
* 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-171-2/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-6/+6
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-1/+0
* r200: Sort list of enabled extensionsIan Romanick2013-12-201-16/+10
* 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
* r200: 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-7/+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: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-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
* r200: Initialize swrast before setting limitsStefan Dösinger2012-12-061-10/+9
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-151-3/+0
* 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-3/+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
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-291-2/+0
* 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-1/+2
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-1/+24
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* radeon/r200: strip texture borders.Dave Airlie2011-11-041-0/+2