summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-12mklib: Fix amd64 builds on Solaris when using Sun compilersAlan Coopersmith1-4/+7
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson1-3/+3
2010-03-12Revert "st/mesa: Always recalculate invalid index bounds."Corbin Simpson1-3/+3
2010-03-12gallivm: cube map sampling works nowBrian Paul1-22/+154
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul1-9/+17
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul1-6/+21
2010-03-12i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy().Eric Anholt1-7/+19
2010-03-12i965: Clarify that DELTAXY always occurs for both X and Y.Eric Anholt1-14/+13
2010-03-12i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt1-5/+2
2010-03-12i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt1-3/+2
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt4-0/+123
2010-03-12i965: When doing a swizzled kill pixel, don't do redundant channel compares.Eric Anholt1-4/+12
2010-03-12i965: Use the SEL instruction to implement MIN and MAX.Eric Anholt1-11/+3
2010-03-12svga: Fix up for context transfers.Michel Dänzer1-0/+2
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2-21/+0
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith1-0/+3
2010-03-12Merge branch '7.8'Michel Dänzer42-162/+150
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer1-0/+1
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer1-49/+52
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher10-22/+30
2010-03-12dri/r700: include shader/programopt.h instead of programopt.c.Luc Verhaegen1-1/+1
2010-03-12Add programs to .gitignore in redbookJeff Smith1-0/+13
2010-03-12Add programs to .gitignore in xdemosJeff Smith1-3/+4
2010-03-12Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2-4/+4
2010-03-12Grammar and spelling fixesJeff Smith30-33/+33
2010-03-12st/xorg: context transfersKeith Whitwell3-42/+42
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák3-7/+7
2010-03-12st/mesa: Always recalculate invalid index bounds.Corbin Simpson1-3/+3
2010-03-12st/mesa: Update debug infos.Corbin Simpson1-2/+9
2010-03-12r300g: Properly clamp index limits.Corbin Simpson2-2/+2
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell79-690/+803
2010-03-12mesa: fix linux-dri and autogen builds since sw-api-2 mergeKeith Whitwell3-3/+7
2010-03-11radeon: Fix memory leaks from early return.Vinson Lee1-0/+2
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul1-1/+90
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul2-0/+35
2010-03-11softpipe: further tighen up sample_cube()Brian Paul1-45/+21
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul1-62/+38
2010-03-11st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/Brian Paul1-1/+1
2010-03-11gallivm: enable 3D texture samplingBrian Paul1-0/+5
2010-03-11progs/demos: added 'f' key to toggle filtering mode in stex3d.cBrian Paul1-4/+11
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul6-20/+54
2010-03-11llvmpipe: fix comment typoBrian Paul1-1/+1
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul26-27/+28
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul1-0/+47
2010-03-11st/mesa: fix st_set_framebuffer_surface() state validationBrian Paul1-38/+12
2010-03-11st/xorg: Fixup configureJakob Bornecrantz1-4/+12
2010-03-11r200: support additional blit formatsAlex Deucher2-18/+138
2010-03-11gallivm: fix some bugs on the 1D texture pathsBrian Paul1-8/+11
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger2-5/+4