summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-10-09util: Force ESI register for cpuid's ebx result.José Fonseca
2009-10-07util: do some more util_blit_pixels cases without temporariesKeith Whitwell
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05util: Improve the cpuid assembly.José Fonseca
2009-10-05util: add lost code to util_make_fragment_tex_shader_writemask()Keith Whitwell
2009-10-04util: Make assert a no-op on non-debug builds.José Fonseca
2009-10-04util: Fix cpuid invocation for x86_64.José Fonseca
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-10-02gallium: remove // comment and extra whitespaceBrian Paul
2009-10-01g3dvl: Copyright blocks.Younes Manton
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton
2009-10-01gallium/util: silence uninitialized var warningBrian Paul
2009-10-01util: Enable sockets on BSDRobert Noland
2009-09-29util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.José Fonseca
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28gallium/util: add sanity check assertionsBrian Paul
2009-09-28g3dvl: Fix MSVC build.José Fonseca
2009-09-27g3dvl: Missing semicolon.Younes Manton
2009-09-27g3dvl: Formatting and cleanups.Younes Manton
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-27util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24tgsi/sse: remove old commentsBrian Paul
2009-09-24tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul
2009-09-24tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul
2009-09-24pipebuffer: fix printf warningsKeith Whitwell
2009-09-24pipebuffer: fix warningsKeith Whitwell
2009-09-24draw: fix warningKeith Whitwell
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-21gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-09-14util: Add _BitScanForward intrinsic's declaration.José Fonseca
2009-09-14util: Fix a1r5g5b5's format description.José Fonseca
2009-09-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell
2009-09-12tgsi: implement saturationKeith Whitwell
2009-09-12tgsi: add missing implementation of constant decl changeKeith Whitwell
2009-09-12ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell
2009-09-12ureg: add generic emitters for tex and branch instructionsKeith Whitwell
2009-09-12tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell
2009-09-12tgsi: free tokens on errorKeith Whitwell
2009-09-12tgsi: sanity check ureg programsKeith Whitwell
2009-09-12tgsi: add const qualifierKeith Whitwell
2009-09-10util: remove unneeded #includesBrian Paul
2009-09-10util: minor clean-ups, reformattingBrian Paul
2009-09-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-10tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul
2009-09-10gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee