summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-26graw: Undo late loading of graw drivers.José Fonseca
2010-08-26st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu
2010-08-26st/mesa: Add support for surfaceless current contexts.Chia-I Wu
2010-08-26st/egl: Make KMS support optional in KMS backend.Chia-I Wu
2010-08-26r300g: Include missing header in r300_texture_desc.h.Vinson Lee
2010-08-26gallium: Clean up header file inclusion in p_defines.h.Vinson Lee
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee
2010-08-26graw: Include missing header in graw_dl.h.Vinson Lee
2010-08-26util: Include missing header in u_simple_shaders.c.Vinson Lee
2010-08-26tgsi: Include missing header in tgsi_sse2.h.Vinson Lee
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee
2010-08-26pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee
2010-08-26glsl2: Move ir_expression_flattening to using the rvalue visitor class.Eric Anholt
2010-08-25glsl: Don't consider things with a type containing a sampler as an lvalue.Eric Anholt
2010-08-25mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt
2010-08-25mesa: Move the x86 detection debug messages next to the detection.Eric Anholt
2010-08-25mesa: Don't warn when the desired result of s3tc lib available occurs.Eric Anholt
2010-08-25util: Include missing header in u_blit.h.Vinson Lee
2010-08-25util: Include missing header in u_bitmask.h.Vinson Lee
2010-08-25util: Include missing header in u_dirty_surfaces.h.Vinson Lee
2010-08-25util: Add include guard in u_split_prim.h.Vinson Lee
2010-08-25util: Include missing headers in u_split_prim.h.Vinson Lee
2010-08-26graw: Remove graw-null.José Fonseca
2010-08-26graw: Dynamically load graw libraries.José Fonseca
2010-08-26scons: Fix old script compatability logic.José Fonseca
2010-08-25util: Include missing headers in u_tile.h.Vinson Lee
2010-08-25util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee
2010-08-26r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák
2010-08-25r600: Remove unnecessary headers.Vinson Lee
2010-08-25r300: Remove unnecessary header.Vinson Lee
2010-08-25Revert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."Eric Anholt
2010-08-25glsl: fix crash with variable indexing into array in a structAras Pranckevicius
2010-08-25i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.Eric Anholt
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz
2010-08-25r600g: simplify statesJerome Glisse
2010-08-25mesa: Remove now-unused _mesa_add_sampler().Eric Anholt
2010-08-25ir_to_mesa: Add support for samplers in structures.Eric Anholt
2010-08-25mesa: Remove now-unused _mesa_add_uniform.Eric Anholt
2010-08-25ir_to_mesa: Convert this code to using linker.cpp's uniform locations.Eric Anholt
2010-08-25glsl: Make uniform linking generate separate uniforms for struct members.Eric Anholt
2010-08-25mesa: Remove the "Used" flag in gl_program_parameter.Eric Anholt
2010-08-25r300/compiler: emulate relative addressing with negative offsets in VSMarek Olšák
2010-08-25nvfx: Set pointer to NULL after free.Vinson Lee
2010-08-25r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák
2010-08-25st/mesa: Remove unnecessary header.Vinson Lee
2010-08-25llvmpipe: fix bad patch applicationKeith Whitwell
2010-08-25llvmpipe: Remove unnecessary header.Vinson Lee
2010-08-25glsl/mesa: fixes for MSVCAras Pranckevicius