summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2009-10-31i965g: more work on compilationKeith Whitwell1-0/+13
2009-10-26i965g: still working on compilationKeith Whitwell1-0/+3
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell3-0/+31
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell8-202/+2
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell14-288/+42
2009-10-23gallium: remove noise opcodesKeith Whitwell3-24/+4
2009-10-22util: Set cpu endianness too.José Fonseca2-0/+4
2009-10-21gallium/util: fix cpu detection on ppcMarc Dietrich1-5/+9
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2-8/+27
2009-10-17util: Rename from u_* to util_* while we're at it.José Fonseca3-62/+62
2009-10-16util: Change function names to begin with u_.Corbin Simpson2-36/+38
2009-10-14util: Fix cpu detection on Windows. Cleanup.José Fonseca1-10/+9
2009-10-09util: Force ESI register for cpuid's ebx result.José Fonseca1-1/+1
2009-10-07util: do some more util_blit_pixels cases without temporariesKeith Whitwell1-90/+73
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul9-16/+10
2009-10-05util: Improve the cpuid assembly.José Fonseca1-10/+12
2009-10-05util: add lost code to util_make_fragment_tex_shader_writemask()Keith Whitwell1-1/+9
2009-10-04util: Make assert a no-op on non-debug builds.José Fonseca1-1/+4
2009-10-04util: Fix cpuid invocation for x86_64.José Fonseca1-11/+23
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-2/+2
2009-10-02gallium: replace // comments with /* */Brian Paul8-10/+10
2009-10-02gallium: remove // comment and extra whitespaceBrian Paul1-7/+0
2009-10-01g3dvl: Copyright blocks.Younes Manton10-0/+270
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton6-112/+236
2009-10-01gallium/util: silence uninitialized var warningBrian Paul1-0/+1
2009-10-01util: Enable sockets on BSDRobert Noland2-4/+4
2009-09-29util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.José Fonseca4-415/+410
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul1-0/+11
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-0/+11
2009-09-28gallium/util: add sanity check assertionsBrian Paul1-0/+11
2009-09-28g3dvl: Fix MSVC build.José Fonseca5-52/+95
2009-09-27g3dvl: Missing semicolon.Younes Manton1-1/+1
2009-09-27g3dvl: Formatting and cleanups.Younes Manton4-195/+113
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton10-0/+2872
2009-09-27util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton1-0/+20
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul1-5/+5
2009-09-24tgsi/sse: remove old commentsBrian Paul1-8/+0
2009-09-24tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul1-4/+4
2009-09-24tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul1-5/+5
2009-09-24pipebuffer: fix printf warningsKeith Whitwell1-1/+1
2009-09-24pipebuffer: fix warningsKeith Whitwell1-2/+2
2009-09-24draw: fix warningKeith Whitwell1-1/+1
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-0/+8
2009-09-21gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle1-3/+11
2009-09-17tgsi: Scan input interpolators, too.Michal Krol2-0/+2
2009-09-14util: Add _BitScanForward intrinsic's declaration.José Fonseca1-1/+3
2009-09-14util: Fix a1r5g5b5's format description.José Fonseca1-1/+1
2009-09-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell1-8/+23
2009-09-12tgsi: implement saturationKeith Whitwell1-17/+26
2009-09-12tgsi: add missing implementation of constant decl changeKeith Whitwell1-8/+61