llvmpipe: remove some old sampler support structs
[mesa.git] / src / gallium / auxiliary /
2009-10-07 Nicolai HähnleMerge branch 'master' into r300g-glsl
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-07 Keith Whitwellutil: do some more util_blit_pixels cases without tempo...
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-05 José Fonsecautil: Improve the cpuid assembly.
2009-10-05 Keith Whitwellutil: add lost code to util_make_fragment_tex_shader_wr...
2009-10-04 José Fonsecautil: Make assert a no-op on non-debug builds.
2009-10-04 José Fonsecautil: Fix cpuid invocation for x86_64.
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-10-02 Michel Dänzergallium: Preparations for adding more PIPE_TRANSFER_...
2009-10-02 Brian Paulgallium: replace // comments with /* */
2009-10-02 Brian Paulgallium: remove // comment and extra whitespace
2009-10-02 Younes Mantong3dvl: Copyright blocks.
2009-10-02 Younes Mantong3dvl: Color space conv interface & vl impl.
2009-10-01 Brian Paulgallium/util: silence uninitialized var warning
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-01 Robert Nolandutil: Enable sockets on BSD
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 José Fonsecautil: Cleanup u_cpu_detect, build. Support X86_64 and...
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian Paulgallium/util: add sanity check assertions
2009-09-28 José Fonsecag3dvl: Fix MSVC build.
2009-09-28 Younes Mantong3dvl: Missing semicolon.
2009-09-28 Younes Mantong3dvl: Formatting and cleanups.
2009-09-27 Younes Mantong3dvl: pipe_video_context interface, softpipe impl...
2009-09-27 Younes Mantonutil: Add util_next_power_of_two() for rounding a uint...
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paultgsi/sse: remove old comments
2009-09-24 Brian Paultgsi/sse: implement SEQ, SGT, SLE, SNE
2009-09-24 Brian Paultgsi/sse: Pass the lodbias, not zero. More comments.
2009-09-24 Keith Whitwellpipebuffer: fix printf warnings
2009-09-24 Keith Whitwellpipebuffer: fix warnings
2009-09-24 Keith Whitwelldraw: fix warning
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Nicolai Hähnlegallium debug: Add gcc printf hint to debug_printf
2009-09-21 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-17 Michal Kroltgsi: Scan input interpolators, too.
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-14 José Fonsecautil: Add _BitScanForward intrinsic's declaration.
2009-09-14 José Fonsecautil: Fix a1r5g5b5's format description.
2009-09-13 Keith Whitwelltgsi: handle some src/dst aliasing in tgsi_sse2.c
2009-09-13 Keith Whitwelltgsi: implement saturation
2009-09-12 Keith Whitwelltgsi: add missing implementation of constant decl change
2009-09-12 Keith Whitwellureg: add a mechanism to get the built tokens rather...
2009-09-12 Keith Whitwellureg: add generic emitters for tex and branch instructions
2009-09-12 Keith Whitwelltgsi/ureg: give ureg_DECL_constant an explicit index...
2009-09-12 Keith Whitwelltgsi/ureg: VS inputs don't have any semantic tags,...
2009-09-12 Keith Whitwelltgsi: free tokens on error
2009-09-12 Keith Whitwelltgsi: sanity check ureg programs
2009-09-12 Keith Whitwelltgsi: add const qualifier
2009-09-10 Brian Paulutil: remove unneeded #includes
2009-09-10 Brian Paulutil: minor clean-ups, reformatting
2009-09-10 Ian RomanickMerge branch 'master' into asm-shader-rework-2
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian Paultgsi: use new tgsi_call_record to handle execution...
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Vinson Leegallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
2009-09-10 Vinson Leeutil: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
2009-09-09 José Fonsecautil: Fix depth/stencil format description.
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 aljengallium: Added HaikuOS platform
2009-09-08 Brian Paulgallium: added r8g8b8_get/put_tile_rgba()
2009-09-08 Jakob Bornecrantzutil: Add super simple fifo
2009-09-07 José Fonsecautil: Utility function to check if a number is a power...
2009-09-06 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-04 Michal Kroltgsi: Document differencies between vs_1_1 and vs_2_0...
2009-09-03 Keith Whitwellutil: add version of u_blit_pixels which takes a writemask
2009-09-03 Keith Whitwellaux/tgsi: pull back ureg work from 0.1 branch
2009-09-02 Keith Whitwellutil: add version of u_blit_pixels which takes a writemask
2009-09-02 Keith Whitwelldraw: remove unused variable
2009-09-01 Keith Whitwelltgsi: remove redundant CND0 opcode
2009-08-30 José Fonsecautil: Auto generate pixel format accessor functions...
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecautil: Add util_unsigned_logbase2.
2009-08-29 José Fonsecautil: Dump PIPE_FUNC_x value names.
next