summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2014-02-11mesa: GL_ARB_half_float_pixel is not optionalIan Romanick1-1/+0
2014-02-02mesa: remove target param from ctx->Driver.TexParameter()Brian Paul1-3/+2
2014-02-02r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2()Brian Paul1-4/+2
2014-01-31r200: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul1-2/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller3-35/+35
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2-25/+25
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2-27/+27
2014-01-27mesa: change gl_format to mesa_formatMark Mueller3-10/+10
2014-01-27mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick1-1/+0
2014-01-27r200: 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 Romanick4-12/+12
2014-01-21mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-2/+2
2014-01-20i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca18-21/+21
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick1-2/+1
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-7/+1
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2-7/+7
2013-12-21mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller1-62/+46
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick1-1/+0
2013-12-20r200: Sort list of enabled extensionsIan Romanick1-16/+10
2013-12-13dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg1-0/+2
2013-11-15mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt1-1/+0
2013-11-15mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt1-1/+0
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 Romanick2-0/+7
2013-11-05radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick1-1/+6
2013-10-24radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-17/+3
2013-10-20r200: 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-10-01mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov1-3/+0
2013-09-23mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt1-1/+1
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-1/+1
2013-06-28mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt1-7/+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-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-05-15radeon: Use accessor for stencil reference valuesChris Forbes1-1/+2
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šák2-2/+2
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-24r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier1-1/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2-2/+0
2013-04-17r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier1-1/+1
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-3/+6
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul2-5/+14
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul2-2/+2