summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-25mesa: Remove the "Used" flag in gl_program_parameter.Eric Anholt3-33/+1
2010-08-25r300/compiler: emulate relative addressing with negative offsets in VSMarek Olšák1-0/+74
2010-08-25nvfx: Set pointer to NULL after free.Vinson Lee1-1/+3
2010-08-25r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák1-5/+2
2010-08-25st/mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-25llvmpipe: fix bad patch applicationKeith Whitwell1-5/+4
2010-08-25llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-25glsl/mesa: fixes for MSVCAras Pranckevicius2-0/+2
2010-08-25intel: Support EGL_MESA_image_drmKristian Høgsberg3-0/+87
2010-08-25intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg6-37/+32
2010-08-25egl_dri2: Add support for MESA_image_drmKristian Høgsberg2-0/+242
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg6-0/+227
2010-08-25llvmpipe: track drawing region as a single u_rectKeith Whitwell3-63/+86
2010-08-25llvmpipe: better triangle debuggingKeith Whitwell2-19/+67
2010-08-25llvmpipe: cull zero-area triangles earlyKeith Whitwell1-2/+3
2010-08-25llvmpipe: more rasterization countersKeith Whitwell3-6/+29
2010-08-25llvmpipe: move some fence functions into lp_screen.cKeith Whitwell4-57/+79
2010-08-25llvmpipe: wake all threads waiting on a fenceKeith Whitwell1-1/+3
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell13-65/+74
2010-08-25tgsi: helper for dumping tokens as hexKeith Whitwell2-13/+25
2010-08-25draw: specialized cliptesting routinesKeith Whitwell13-208/+269
2010-08-25util: add rectangle helpers to u_rect.hKeith Whitwell1-4/+53
2010-08-25gallium/docs: notes on scissor stateKeith Whitwell1-1/+3
2010-08-25llvmpipe: remove dead codeKeith Whitwell1-37/+0
2010-08-25draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.Chia-I Wu3-28/+0
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu17-172/+80
2010-08-25svga: Remove redundant svga_draw_range_elements.Chia-I Wu3-87/+45
2010-08-25draw: Add draw_set_index_buffer and others.Chia-I Wu5-31/+104
2010-08-25nvfx: Clean up header file inclusion in nvfx_screen.h.Vinson Lee1-2/+2
2010-08-25nvfx: Include missing headers in nvfx_shader.h.Vinson Lee1-0/+4
2010-08-25i965: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-25r600: Include missing header in evergreen_fragprog.c.Vinson Lee1-0/+1