summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* egl_dri2: Add radeon chip idsAlex Deucher2010-11-081-0/+427
* radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff2010-11-082-37/+55
* ir_dead_functions: Actually free dead functions and signatures.Kenneth Graunke2010-11-081-0/+2
* graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee2010-11-081-1/+2
* mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner2010-11-082-2/+4
* r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke2010-11-088-263/+312
* intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton2010-11-081-2/+5
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-082-4/+7
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-0811-101/+141
* os: Open file streams in binary mode.Michal Krol2010-11-081-1/+1
* mesa: Clean up header file inclusion in extensions.h.Vinson Lee2010-11-071-1/+4
* mesa: Clean up header file inclusion in enable.h.Vinson Lee2010-11-071-1/+3
* mesa: Clean up header file inclusion in drawtex.h.Vinson Lee2010-11-071-1/+2
* mesa: Clean up header file inclusion in drawpix.h.Vinson Lee2010-11-071-1/+4
* mesa: Clean up header file inclusion in depthstencil.h.Vinson Lee2010-11-071-1/+1
* mesa: Clean up header file inclusion in depth.h.Vinson Lee2010-11-071-1/+4
* mesa: Clean up header file inclusion in debug.h.Vinson Lee2010-11-071-1/+4
* mesa: Clean up header file inclusion in convolve.h.Vinson Lee2010-11-071-3/+4
* mesa: Clean up header file inclusion in colortab.h.Vinson Lee2010-11-071-3/+6
* mesa: Clean up header file inclusion in buffers.h.Vinson Lee2010-11-071-1/+2
* mesa: Clean up header file inclusion in blend.h.Vinson Lee2010-11-071-1/+3
* mesa: Clean up header file inclusion in attrib.h.Vinson Lee2010-11-071-3/+5
* mesa: Clean up header file inclusion in atifragshader.h.Vinson Lee2010-11-071-1/+6
* mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul2010-11-072-23/+25
* mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()Brian Paul2010-11-071-1/+0
* mesa: implement uint texstore codeBrian Paul2010-11-071-24/+127
* mesa: rename vars in pixel pack/unpack codeBrian Paul2010-11-071-403/+397
* mesa: consolidate pixel packing/unpacking codeBrian Paul2010-11-071-397/+244
* mesa: Clean up header file inclusion in arrayobj.h.Vinson Lee2010-11-071-1/+3
* r600g: Mention AMD in the renderer string.Henri Verbeet2010-11-071-18/+18
* mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.Vinson Lee2010-11-061-0/+1
* mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.Vinson Lee2010-11-061-0/+1
* mesa: Clean up header file inclusion in api_validate.h.Vinson Lee2010-11-061-1/+4
* mesa: Clean up header file inclusion in api_loopback.h.Vinson Lee2010-11-061-1/+4
* mesa: Clean up header file inclusion in version.h.Vinson Lee2010-11-061-1/+1
* mesa: Clean up header file inclusion in accum.h.Vinson Lee2010-11-061-1/+4
* mesa: Fix delayed state flagging for EXT_sso-related program changes.Eric Anholt2010-11-061-18/+5
* meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez2010-11-061-1/+2
* vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez2010-11-062-48/+63
* scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-054-22/+31
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-057-75/+69
* scons: Check for libdrm_[intel|radeon] as wellJakob Bornecrantz2010-11-051-15/+25
* scons: DetabifyJakob Bornecrantz2010-11-059-123/+122
* scons: Remove old pipebuffer SConscriptJakob Bornecrantz2010-11-051-18/+0
* softpipe: disable vertex texturing with draw/llvmBrian Paul2010-11-051-0/+5
* gallivm: add const qualifiers, fix comment stringBrian Paul2010-11-051-4/+4
* gallivm: alloca() was called too often for temporary arraysBrian Paul2010-11-051-0/+2
* i965: Silence uninitialized variable warning.Vinson Lee2010-11-041-1/+1
* i965: Silence uninitialized variable warning.Vinson Lee2010-11-041-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-11-041-5/+6