summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-26glsl: Don't add overloads to existing structure constructors.Kenneth Graunke3-4/+9
2010-08-26glsl: Remove name_declared_this_scope check when adding functions.Kenneth Graunke1-9/+8
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke11-576/+686
2010-08-26st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul1-1/+3
2010-08-26mesa: fix mixed-up function call nameBrian Paul1-2/+2
2010-08-26mesa: Identify packed depth/stencil buffers using the Format field.Nick Bowler3-2/+21
2010-08-26intel: Merge identical cases in switch statement.Nick Bowler1-11/+5
2010-08-26r600: fix vertex buffer size calculationAndre Maasikas2-12/+2
2010-08-26graw: Undo late loading of graw drivers.José Fonseca16-163/+227
2010-08-26st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2-1/+10
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu4-0/+260
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2-9/+16
2010-08-26st/mesa: Add support for surfaceless current contexts.Chia-I Wu1-4/+27
2010-08-26st/egl: Make KMS support optional in KMS backend.Chia-I Wu1-22/+24
2010-08-26r300g: Include missing header in r300_texture_desc.h.Vinson Lee1-0/+1
2010-08-26gallium: Clean up header file inclusion in p_defines.h.Vinson Lee1-1/+1
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee1-6/+24
2010-08-26graw: Include missing header in graw_dl.h.Vinson Lee1-2/+3
2010-08-26util: Include missing header in u_simple_shaders.c.Vinson Lee1-0/+1
2010-08-26tgsi: Include missing header in tgsi_sse2.h.Vinson Lee1-1/+4
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee1-0/+1
2010-08-26pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee1-2/+1
2010-08-26glsl2: Move ir_expression_flattening to using the rvalue visitor class.Eric Anholt1-110/+14
2010-08-25glsl: Don't consider things with a type containing a sampler as an lvalue.Eric Anholt1-0/+23
2010-08-25mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt1-7/+13
2010-08-25mesa: Move the x86 detection debug messages next to the detection.Eric Anholt2-33/+39
2010-08-25mesa: Don't warn when the desired result of s3tc lib available occurs.Eric Anholt1-1/+0
2010-08-25util: Include missing header in u_blit.h.Vinson Lee1-5/+7
2010-08-25util: Include missing header in u_bitmask.h.Vinson Lee1-0/+3
2010-08-25util: Include missing header in u_dirty_surfaces.h.Vinson Lee1-0/+4
2010-08-25util: Add include guard in u_split_prim.h.Vinson Lee1-0/+6
2010-08-25util: Include missing headers in u_split_prim.h.Vinson Lee1-1/+4
2010-08-26graw: Remove graw-null.José Fonseca4-160/+1
2010-08-26graw: Dynamically load graw libraries.José Fonseca12-66/+161
2010-08-26scons: Fix old script compatability logic.José Fonseca1-10/+5
2010-08-25util: Include missing headers in u_tile.h.Vinson Lee1-0/+3
2010-08-25util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee1-4/+1
2010-08-26r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák1-1/+1
2010-08-25r600: Remove unnecessary headers.Vinson Lee5-8/+0
2010-08-25r300: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-25Revert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."Eric Anholt1-0/+2
2010-08-25glsl: fix crash with variable indexing into array in a structAras Pranckevicius1-1/+7
2010-08-25i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.Eric Anholt1-24/+38
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz2-2/+4
2010-08-25r600g: simplify statesJerome Glisse15-1720/+8277
2010-08-25mesa: Remove now-unused _mesa_add_sampler().Eric Anholt2-41/+0
2010-08-25ir_to_mesa: Add support for samplers in structures.Eric Anholt1-109/+122
2010-08-25mesa: Remove now-unused _mesa_add_uniform.Eric Anholt2-35/+0
2010-08-25ir_to_mesa: Convert this code to using linker.cpp's uniform locations.Eric Anholt3-127/+78
2010-08-25glsl: Make uniform linking generate separate uniforms for struct members.Eric Anholt1-42/+89