aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick2013-11-051-1/+6
* radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-241-17/+3
* 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/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+1
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* 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
* radeon: Use accessor for stencil reference valuesChris Forbes2013-05-151-1/+2
* 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-112-2/+2
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier2013-04-241-1/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-172-2/+0
* r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier2013-04-171-1/+1
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-3/+6
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-172-5/+14
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-172-2/+2
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-171-1/+2
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-152-27/+27
* 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
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-0/+1
* r200: Fix probable thinko in r200EmitArraysAdam Jackson2013-01-131-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* radeon/r200: Fix tcl cullingsmoki2013-01-031-9/+4
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+6
* r200: fix broken tcl lightingsmoki2012-12-101-10/+10
* 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
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-2/+0
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-161-1/+0
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-152-9/+0
* radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul2012-10-051-1/+6
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-059-22/+22
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-011-0/+1
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-3/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-052-3/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-012-3/+3
* 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