summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca14-40/+28
2010-04-11scons: Use libdrm options only where needed.José Fonseca1-0/+2
2010-04-11scons: Build glapi regardless of the dri option.José Fonseca1-6/+5
2010-04-11r300g: revisit some assertions and fix potential failuresMarek Olšák6-31/+42
2010-04-11r300g: use cliprects for scissoringMarek Olšák4-71/+29
2010-04-10st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10i965: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10r300: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10mach64: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10radeon: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák5-1/+34
2010-04-11r300g: support some exotic sampler formatsMarek Olšák2-8/+17
2010-04-10st/mesa: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-04-10nvfx: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-04-10nvfx: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2010-04-10r300/compiler: Remove unused variable.Vinson Lee1-1/+0
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák8-97/+157
2010-04-11r300g: pick up some new colorbuffer formatsMarek Olšák2-1/+23
2010-04-11r300g: hack around issue with doom3 and 0 strideDave Airlie1-0/+5
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu5-108/+93
2010-04-11st/vega: Require both depth and stencil.Chia-I Wu1-4/+2
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu8-168/+183
2010-04-10nv50: plug in miptree resource vtblChristoph Bumiller3-3/+8
2010-04-10r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák1-0/+19
2010-04-10Squashed commit of the following:Keith Whitwell428-16109/+9264
2010-04-10r300g: align the height of NPOT textures to POTMarek Olšák1-1/+4
2010-04-10r300g: do not use tiling for scanout buffersMarek Olšák1-1/+2
2010-04-09glx: Support direct rendering pbuffersKristian Høgsberg1-103/+123
2010-04-09glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg1-5/+9
2010-04-10Fix copyright headers.Chia-I Wu28-140/+168
2010-04-10st/egl: Fix a typo in determining the render buffer.Chia-I Wu1-1/+1
2010-04-09llvmpipe: fix transposed stencil ref / values comparisonBrian Paul1-1/+1
2010-04-09Merge branch '7.8'Brian Paul2-23/+22
2010-04-09st/mesa: new assertions to check array indexesBrian Paul1-0/+3
2010-04-09mesa: fix instruction indexing bugsBrian Paul1-2/+2
2010-04-09util: Fix typo in earlier commit.José Fonseca1-1/+1
2010-04-09util: ubyte_to_float and float_to_ubyte whenever possible.José Fonseca1-0/+7
2010-04-09util: Get all depth stencil tests passing.José Fonseca3-145/+203
2010-04-09util: Add missing break statement.José Fonseca1-0/+1
2010-04-09util: Use consistent symbols in pack generator.José Fonseca1-16/+16
2010-04-09util: Reorder format tests -- group by format.José Fonseca1-1/+0
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca15-261/+1437
2010-04-09st/xorg: Fix thinko.Corbin Simpson1-0/+1
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs3-2/+9027
2010-04-09st/xorg: Fix bad paramf.Corbin Simpson1-3/+1
2010-04-09r300g: Fill out dummy fence functions.Corbin Simpson1-0/+24
2010-04-09util: Include u_debug for debug_print_format.Corbin Simpson1-0/+1
2010-04-09st/egl: Move probe interface to native_probe.h.Chia-I Wu2-37/+68
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu8-170/+105