summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c/compiler: remove the compiler tooMarek Olšák61-17084/+0
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt72-13405/+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 Paul1-1/+1
2011-10-07r300: fix incompatible pointer type warningsBrian Paul2-2/+2
2011-10-04r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.Paul Berry1-1/+0
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-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 Romanick1-3/+3
2011-09-09r300: Enable extensions by just setting the flagsIan Romanick1-100/+62
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 Romanick1-2/+0
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt1-25/+3
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-4/+10
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-4/+4
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-4/+4
2011-08-02radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt1-5/+0
2011-07-25r300/compiler: simplify code in peephole_add_presub_addTobias Droste1-17/+18
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul1-1/+0
2011-07-15r300/compiler: remove an unused-but-set variable and simplify the codeMarek Olšák1-9/+6
2011-07-15r300/compiler: fix a warning that a variable may be uninitializedMarek Olšák1-1/+1
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-4/+5
2011-06-02r300: remove MIN3 macro, already defined in macros.hBrian Paul1-1/+0
2011-05-28r300g: Fix non-dri buildsTom Stellard2-1/+7
2011-05-19r300: move declaration before codeBrian Paul1-1/+1
2011-05-17r300/compiler: Fix bug in rc_get_variables()Tom Stellard1-45/+13
2011-05-14r300/compiler: Use ALU Result for IF conditionalsTom Stellard6-20/+212
2011-05-11r300/compiler: Fix bug in rc_get_variables()Tom Stellard1-7/+11
2011-05-11r300/compiler: Limit instructions to 3 source selectsTom Stellard4-39/+104
2011-05-11r300/compiler: Add simple unit test frameworkTom Stellard7-0/+579
2011-05-09r300/compiler: align memory allocations to 8-bytesMatt Turner1-1/+1
2011-05-09r300c: Fix up for register allocator rewrite.Michel Dänzer2-0/+2
2011-05-07r300/compiler: implement TXD and TXL opcodesMarek Olšák5-0/+52
2011-05-01r300/compiler: remove set-but-unused variablesMarek Olšák2-5/+1
2011-04-30r300/compiler: Cleanups from the regalloc mergeTom Stellard3-8/+4
2011-04-30r300/compiler: Add return statement to rc_list()Tom Stellard1-0/+2
2011-04-30r300g: Fix scons buildTom Stellard1-0/+1
2011-04-30r300/compiler: Enable swizzle packing in the allocator for r300 and r400Tom Stellard6-41/+120
2011-04-30r300/compiler: Handle loops in the register allocatorTom Stellard4-19/+103
2011-04-30r300/compiler: Handle loops in rc_get_readers()Tom Stellard4-75/+150
2011-04-30r300/compiler: Rewrite register allocatorTom Stellard18-236/+1547
2011-04-30r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructionsTom Stellard1-1/+1