summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-08graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee1-1/+2
2010-11-08mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner2-2/+4
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke8-263/+312
2010-11-08intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton1-2/+5
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher2-4/+7
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol11-101/+141
2010-11-08os: Open file streams in binary mode.Michal Krol1-1/+1
2010-11-07mesa: Clean up header file inclusion in extensions.h.Vinson Lee1-1/+4
2010-11-07mesa: Clean up header file inclusion in enable.h.Vinson Lee1-1/+3
2010-11-07mesa: Clean up header file inclusion in drawtex.h.Vinson Lee1-1/+2
2010-11-07mesa: Clean up header file inclusion in drawpix.h.Vinson Lee1-1/+4
2010-11-07mesa: Clean up header file inclusion in depthstencil.h.Vinson Lee1-1/+1
2010-11-07mesa: Clean up header file inclusion in depth.h.Vinson Lee1-1/+4
2010-11-07mesa: Clean up header file inclusion in debug.h.Vinson Lee1-1/+4
2010-11-07mesa: Clean up header file inclusion in convolve.h.Vinson Lee1-3/+4
2010-11-07mesa: Clean up header file inclusion in colortab.h.Vinson Lee1-3/+6
2010-11-07mesa: Clean up header file inclusion in buffers.h.Vinson Lee1-1/+2
2010-11-07mesa: Clean up header file inclusion in blend.h.Vinson Lee1-1/+3
2010-11-07mesa: Clean up header file inclusion in attrib.h.Vinson Lee1-3/+5
2010-11-07mesa: Clean up header file inclusion in atifragshader.h.Vinson Lee1-1/+6
2010-11-07mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul2-23/+25
2010-11-07mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()Brian Paul1-1/+0
2010-11-07mesa: implement uint texstore codeBrian Paul1-24/+127
2010-11-07mesa: rename vars in pixel pack/unpack codeBrian Paul1-403/+397
2010-11-07mesa: consolidate pixel packing/unpacking codeBrian Paul1-397/+244
2010-11-07mesa: Clean up header file inclusion in arrayobj.h.Vinson Lee1-1/+3
2010-11-07r600g: Mention AMD in the renderer string.Henri Verbeet1-18/+18
2010-11-06mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.Vinson Lee1-0/+1
2010-11-06mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.Vinson Lee1-0/+1
2010-11-06mesa: Clean up header file inclusion in api_validate.h.Vinson Lee1-1/+4
2010-11-06mesa: Clean up header file inclusion in api_loopback.h.Vinson Lee1-1/+4
2010-11-06mesa: Clean up header file inclusion in version.h.Vinson Lee1-1/+1
2010-11-06mesa: Clean up header file inclusion in accum.h.Vinson Lee1-1/+4
2010-11-06mesa: Fix delayed state flagging for EXT_sso-related program changes.Eric Anholt1-18/+5
2010-11-06meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez1-1/+2
2010-11-06vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez2-48/+63
2010-11-05scons: Unify state tracker SConscriptsJakob Bornecrantz4-22/+31
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz7-75/+69
2010-11-05scons: Check for libdrm_[intel|radeon] as wellJakob Bornecrantz2-16/+30
2010-11-05scons: Check for pkg-config before trying to use itJakob Bornecrantz1-0/+3
2010-11-05scons: DetabifyJakob Bornecrantz9-123/+122
2010-11-05scons: Remove old pipebuffer SConscriptJakob Bornecrantz1-18/+0
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul1-0/+5
2010-11-05gallivm: add const qualifiers, fix comment stringBrian Paul1-4/+4
2010-11-05gallivm: alloca() was called too often for temporary arraysBrian Paul1-0/+2
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-11-04r300/compiler: Move declaration before code.Vinson Lee1-5/+6
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul1-0/+10
2010-11-04r300/compiler: Move declaration before code.Vinson Lee1-2/+3