aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for math on constants in gen6 brw_wm_glsl.c path.Eric Anholt2010-11-091-4/+5
* ir_to_mesa: Refactor code for emitting DP instructionsIan Romanick2010-11-091-45/+35
* i965: Allow OPCODE_SWZ to put immediates in the first arg.Eric Anholt2010-11-091-0/+1
* glsl: Remove unnecessary "unused variable" warning suppression.Kenneth Graunke2010-11-091-3/+0
* intel: Add assert check for blitting alignment.Peter Clifton2010-11-091-2/+3
* Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt2010-11-091-5/+1
* intel: Fix the client-side swapbuffers throttling.Eric Anholt2010-11-091-1/+5
* glsl: Fix incorrect gl_type of sampler2DArray and sampler1DArrayShadowIan Romanick2010-11-091-2/+2
* gallivm: Allocate TEMP/OUT arrays only once.José Fonseca2010-11-091-36/+23
* gallivm: implement indirect addressing of the output registersZack Rusin2010-11-091-5/+105
* winsys/xlib: Add cygwin to SConscript.Vinson Lee2010-11-091-1/+1
* r600: fix my pessimism about PIPE_TRANSFER_x flagsKeith Whitwell2010-11-091-8/+5
* r600g: translate ARR instructionKeith Whitwell2010-11-091-2/+13
* r600g: attempt to turn on DXTn formatsKeith Whitwell2010-11-093-4/+17
* r600g: avoid recursion with staged uploadsKeith Whitwell2010-11-091-0/+34
* mesa: no-op glBufferSubData() on size==0Brian Paul2010-11-091-0/+3
* softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul2010-11-091-0/+1
* st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-103-2/+7
* mesa: Clean up header file inclusion in nvprogram.h.Vinson Lee2010-11-091-1/+3
* mesa: Clean up header file inclusion in multisample.h.Vinson Lee2010-11-091-1/+3
* mesa: Clean up header file inclusion in matrix.h.Vinson Lee2010-11-091-1/+2
* mesa: Clean up header file inclusion in lines.h.Vinson Lee2010-11-091-1/+2
* mesa: Clean up header file inclusion in light.h.Vinson Lee2010-11-091-1/+6
* mesa: Add missing header and forward declarations in dd.h.Vinson Lee2010-11-091-1/+13
* mesa: Clean up header file inclusion in image.h.Vinson Lee2010-11-091-1/+3
* gallium/targets: Trivial crosscompiling fixThomas Hellstrom2010-11-091-1/+1
* svga/drm: Optionally resolve calls to powf during link-timeThomas Hellstrom2010-11-092-0/+18
* st/egl: Fix build for include files in nonstandard placesThomas Hellstrom2010-11-092-1/+2
* mesa: Add talloc includes for glesThomas Hellstrom2010-11-091-2/+2
* egl: Add an include for size_tThomas Hellstrom2010-11-091-1/+1
* scons: build the xorg state trackers only when env includes drmZack Rusin2010-11-091-1/+1
* mesa: Clean up header file inclusion in histogram.h.Vinson Lee2010-11-091-1/+4
* mesa: Clean up header file inclusion in hint.h.Vinson Lee2010-11-091-1/+3
* mesa: Clean up header file inclusion in framebuffer.h.Vinson Lee2010-11-091-1/+4
* mesa: Clean up header file inclusion in fog.h.Vinson Lee2010-11-091-1/+4
* mesa: Clean up header file inclusion in ffvertex_prog.h.Vinson Lee2010-11-091-1/+1
* mesa: Clean up header file inclusion in fbobject.h.Vinson Lee2010-11-091-1/+4
* glsl: Fix ir_expression::constant_expression_value()Chad Versace2010-11-091-0/+3
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-0811-0/+150
* radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2010-11-082-0/+196
* 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