summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Remove grammar module -- no dependencies left.glsl-pp-rework-2Michal Krol17-4388/+8
2009-12-12slang: Delete a file that is now autogenerated.Michal Krol1-880/+0
2009-12-12Merge branch 'master' into glsl-pp-rework-2Michal Krol1692-93859/+874484
2009-12-12r300: disable blit debugging infoMaciej Cencora2-2/+2
2009-12-12r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora1-1/+2
2009-12-12r300: setup render target format for r300/r400 cards tooMaciej Cencora1-86/+82
2009-12-12r300: finish blit support for r300Maciej Cencora1-4/+52
2009-12-12more blit fixesMaciej Cencora2-3/+3
2009-12-12blit WIPMaciej Cencora2-9/+25
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora4-0/+167
2009-12-12r300: accelerated blit supportMaciej Cencora5-0/+522
2009-12-12r300: fix wrong assertionMaciej Cencora1-1/+1
2009-12-12r300: export translateTexFormat functionMaciej Cencora2-4/+9
2009-12-12r300: refactor PVS code and constants emissionMaciej Cencora2-26/+34
2009-12-12r300: refactor R500 fragment program emissionMaciej Cencora2-29/+45
2009-12-12r300: refactor color buffer setupMaciej Cencora2-96/+129
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora10-834/+8
2009-12-12r300: minor texture code refactoringMaciej Cencora1-79/+112
2009-12-11gallium: added comment for pipe_reference() return valueBrian Paul1-0/+1
2009-12-11mesa: minor reformatting/rewrapping in dd.hBrian Paul1-6/+7
2009-12-11mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul3-7/+0
2009-12-11mesa: updated commentBrian Paul1-1/+1
2009-12-11Revert "scons: Pass -fno-strict-aliasing to gcc."Brian Paul1-1/+0
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul59-423/+571
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2-9/+6
2009-12-11docs: updated 7.6.1 relnotes with GLSL fixesBrian Paul1-0/+1
2009-12-11mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul1-9/+5
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul18-46/+120
2009-12-11mesa: check dst reg in _mesa_find_free_register()Brian Paul1-3/+11
2009-12-11sparc: additional preprocessor test for SPARC 64-bitAurelien Jarno1-1/+1
2009-12-11scons: Tweak MSVC release options.José Fonseca1-2/+7
2009-12-11svga: Add a missing dependency from the prescale state.José Fonseca1-1/+2
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca1-0/+9
2009-12-11svga: Keep tight control of texture handle ownership.José Fonseca2-17/+27
2009-12-11svga: Fix mixed signed comparisons.José Fonseca1-1/+1
2009-12-11scons: Pass -fno-strict-aliasing to gcc.José Fonseca1-0/+1
2009-12-11scons: Make it work with MinGW build of LLVM 2.6.José Fonseca1-25/+27
2009-12-10mesa: Initialize variable in MatchInstruction.Vinson Lee1-1/+7
2009-12-10mesa: Assign _mesa_lookup_parameter_index return value to GLint.Vinson Lee1-1/+1
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee1-0/+1
2009-12-10glsl: Increase size of array in_slang_lookup_constant from 4 to 16.Vinson Lee1-1/+1
2009-12-10progs/samples: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick4-52/+17
2009-12-10intel: Make RGB textures use XRGB8888Ian Romanick1-4/+2
2009-12-10intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick1-5/+1
2009-12-10i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2-3/+48
2009-12-10intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick1-1/+1
2009-12-10spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick1-0/+57
2009-12-10intel: name in intel_create_renderbuffer was always 0, removeIan Romanick1-2/+1
2009-12-10intel: Use texformat accessor to get bytes-per-pixelIan Romanick1-7/+1