summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-10gallium: Remove redundant sw and debug target helpersremove-redundant-helpersJakob Bornecrantz9-272/+1
2010-11-10graw: Use inline debug helper instead of non-inline versionJakob Bornecrantz4-5/+10
2010-11-10libgl-xlib: Use inline debug helper instead of non-inline versionJakob Bornecrantz3-21/+8
2010-11-10libgl-xlib: Use sw helper instead of roll your ownJakob Bornecrantz1-78/+12
2010-11-10graw: Use inline sw helper instead of roll your own loaderJakob Bornecrantz2-42/+4
2010-11-10galahad: Correct the name of the scons libraryJakob Bornecrantz1-1/+1
2010-11-10r600g: allow driver to work without submitting cmd to GPUJerome Glisse1-0/+2
2010-11-10intel: Add a new B43 pci id.Robert Hooker2-1/+4
2010-11-10i965: re-enable gen6 IF statements in the fragment shader.Eric Anholt2-6/+1
2010-11-10i965: Work around strangeness in swizzling/masking of gen6 math.Eric Anholt1-11/+58
2010-11-10meta: Handle bitmaps with alpha test enabled.Francisco Jerez1-6/+35
2010-11-10gallivm: implement indirect addressing over inputsZack Rusin1-3/+64
2010-11-10mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger4-16/+3
2010-11-10r200: fix r200 large pointsRoland Scheidegger2-7/+5
2010-11-10egl_dri2: Fix __DRI_DRI2 version 1 support.Chia-I Wu1-1/+1
2010-11-10r300g: turn magic numbers into names in the hyperz codeMarek Olšák1-12/+18
2010-11-10r300g: rename has_hyperz -> can_hyperzMarek Olšák5-11/+11
2010-11-10r300g: mention ATI in the renderer stringMarek Olšák1-25/+25
2010-11-10ws/r600: match bo_busy shared/fence logic in bo_waitKeith Whitwell1-8/+9
2010-11-10mesa: Clean up header file inclusion in pixelstore.h.Vinson Lee1-1/+2
2010-11-10mesa: Clean up header file inclusion in pixel.h.Vinson Lee1-1/+6
2010-11-10Revert "i965: VS use SPF mode on sandybridge for now"Zhenyu Wang2-5/+1
2010-11-10i965: fix dest type of 'endif' on sandybridgeZhenyu Wang1-1/+1
2010-11-09i965: Add support for math on constants in gen6 brw_wm_glsl.c path.Eric Anholt1-4/+5
2010-11-09ir_to_mesa: Refactor code for emitting DP instructionsIan Romanick1-45/+35
2010-11-09i965: Allow OPCODE_SWZ to put immediates in the first arg.Eric Anholt1-0/+1
2010-11-09glsl: Remove unnecessary "unused variable" warning suppression.Kenneth Graunke1-3/+0
2010-11-09intel: Add assert check for blitting alignment.Peter Clifton1-2/+3
2010-11-09Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt1-5/+1
2010-11-09intel: Fix the client-side swapbuffers throttling.Eric Anholt1-1/+5
2010-11-09glsl: Fix incorrect gl_type of sampler2DArray and sampler1DArrayShadowIan Romanick1-2/+2
2010-11-09gallivm: Allocate TEMP/OUT arrays only once.José Fonseca1-36/+23
2010-11-09gallivm: implement indirect addressing of the output registersZack Rusin1-5/+105
2010-11-09winsys/xlib: Add cygwin to SConscript.Vinson Lee1-1/+1
2010-11-09r600: fix my pessimism about PIPE_TRANSFER_x flagsKeith Whitwell1-8/+5
2010-11-09r600g: translate ARR instructionKeith Whitwell1-2/+13
2010-11-09r600g: attempt to turn on DXTn formatsKeith Whitwell3-4/+17
2010-11-09r600g: avoid recursion with staged uploadsKeith Whitwell1-0/+34
2010-11-09mesa: no-op glBufferSubData() on size==0Brian Paul1-0/+3
2010-11-09softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul1-0/+1
2010-11-10st/dri: Add support for surfaceless current contexts.Chia-I Wu3-2/+7
2010-11-10docs: Update egl docs.Chia-I Wu1-25/+35
2010-11-10autoconf: Add --enable-gallium-egl.Chia-I Wu1-6/+22
2010-11-09mesa: Clean up header file inclusion in nvprogram.h.Vinson Lee1-1/+3
2010-11-09mesa: Clean up header file inclusion in multisample.h.Vinson Lee1-1/+3
2010-11-09mesa: Clean up header file inclusion in matrix.h.Vinson Lee1-1/+2
2010-11-09mesa: Clean up header file inclusion in lines.h.Vinson Lee1-1/+2
2010-11-09mesa: Clean up header file inclusion in light.h.Vinson Lee1-1/+6
2010-11-09mesa: Add missing header and forward declarations in dd.h.Vinson Lee1-1/+13
2010-11-09mesa: Clean up header file inclusion in image.h.Vinson Lee1-1/+3