summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt111-42923/+0
2011-10-23radeon: remove unnecessary #includes of texstore.hBrian Paul1-1/+0
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2-2/+2
2011-10-04r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.Paul Berry1-1/+0
2011-10-01r600: include version.h for _mesa_override_glsl_version() prototypeBrian Paul1-0/+1
2011-09-29mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_blend_subtract extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_texture_env_add extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove ARB_multitexture extension enable flagIan Romanick1-1/+0
2011-09-28mesa: Allow overriding GLSL version with environment variableChad Versace1-0/+1
2011-09-27radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt1-1/+0
2011-09-26dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick1-1/+0
2011-09-19mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2-6/+6
2011-09-09r600: Enable extensions by just setting the flagsIan Romanick1-105/+61
2011-08-30make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefilesChad Versace1-9/+0
2011-08-29dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick7-11/+0
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt2-54/+6
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2-2/+2
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick2-8/+16
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2-8/+8
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2-8/+8
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain4-24/+24
2011-08-02radeon: Remove some remaining set-but-unused variables.Eric Anholt1-2/+0
2011-08-02radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2-12/+0
2011-08-01r200, r600c, i965: fix buildBryan Cain4-24/+24
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul2-2/+0
2011-06-22r600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonindexed with offsetAndre Maasikas1-60/+8
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-4/+5
2011-05-31r600c: add support for llanoAlex Deucher3-1/+63
2011-04-19r600c: add evergreen big endian supportAlex Deucher5-9/+286
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano9-22/+441
2011-04-15mesa: finish up ARB_texture_floatMarek Olšák1-1/+0
2011-04-11r600: silence various compiler warningsBrian Paul7-10/+19
2011-04-11mesa: fixup r600 DRI driver for sampler object changesBrian Paul4-26/+26
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul3-18/+18
2011-03-11r600: Build fixAdam Jackson2-0/+2
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2-6/+6
2011-01-24r600c: only colors can be flat shadedAndre Maasikas2-36/+9
2011-01-20r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas2-0/+21
2011-01-18r600: set border color as RGBAAndre Maasikas1-2/+2
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas1-7/+9
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2-16/+16
2011-01-11r600c: add evergreen ARL support.Alberto Milone1-14/+69
2011-01-09r600: Include mfeatures.h in files that perform feature tests.Vinson Lee2-0/+2
2011-01-07r600c: fix up SQ setup in blit code for Ontario/NIAlex Deucher1-1/+87
2011-01-06r600c: add support for NI asicsAlex Deucher2-1/+25
2010-12-16r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard1-1/+1