cell: Update for renamed sampler/texture state setters.
[mesa.git] / src / gallium / auxiliary /
2009-12-01 Michal Krolvl: Update for renamed sampler/texture state setters.
2009-12-01 Michal Kroldraw: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolcso: Add support for separate vertex sampler state.
2009-12-01 Michal Kroltgsi/sanity: Up MAX_REGISTERS to 1024.
2009-11-28 Corbin Simpsonutil: Fix bad code.
2009-11-28 Corbin Simpsonutil: Improve bitcount.
2009-11-27 Christoph Bumillergallium/util: added util_bswap32()
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-26 Michal Kroltgsi/exec: Fix orientation of DDY.
2009-11-26 Michal Kroltgsi/exec: Force return from a subroutine at ENDSUB.
2009-11-26 Keith Whitwelldraw: Fix max_index check.
2009-11-26 Michal Kroltgsi/ureg: Add forgotten goto in ureg_DECL_constant().
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-24 José Fonsecautil: Describe a few more formats.
2009-11-24 Michal Kroltgsi: Document Declaration Semantic token and FACE...
2009-11-24 Michal Kroltgsi: Implement predicated instructions in exec.
2009-11-24 Michal Kroltgsi: Add ureg_DECL_loop().
2009-11-24 Michal Kroltgsi: Account for gallium shader token representation...
2009-11-24 Brian Paulgallium/util: added util_bitcount()
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-23 Michal Kroltgsi: Clamp the source argument in micro_exp2() to...
2009-11-23 Michal Kroltgsi: Remove code that actually had no effect.
2009-11-23 Michal Kroltgsi: Fix POSITION and FACE fragment shader inputs.
2009-11-23 Michal Kroltgsi: Bring BGNFOR/ENDFOR implementation up to spec.
2009-11-23 Michal Kroltgsi: Fake TXD implementation in exec.
2009-11-23 Michal Kroltgsi: Add execution debugging facilities to exec.
2009-11-21 Vinson Leedraw: Initialize variable in draw_pt.c.
2009-11-20 Vinson Leegallium/util: Initialize variables in u_pack_color.h.
2009-11-20 Corbin Simpsonutil: Add MAX3 and MIN3.
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-19 Keith Whitwellgallium: don't use arrays for texture width,height...
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 José Fonsecapb: Make fenced buffers threadsafe.
2009-11-19 Michal Kroltgsi: Provide ultimate solution for SOA dependencies...
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-17 Brian Paulgallium/util: replace //-style comments
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-10 Michal Kroltgsi/exec: Exit early on error.
2009-11-10 Michal Kroltgsi/ureg: Simplify logic in tokens_expand().
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Cooper Yuang3dvl: remove a debug line
2009-11-05 Cooper Yuang3dvl: add scissor setting
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-04 José Fonsecautil: Remove homegrown Windows KM profiler.
2009-11-04 Michal Kroltgsi/ureg: Allow for multiple extended instruction...
2009-11-03 Michal Kroltgsi: Up tgsi_exec's control flow nesting to 32.
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-02 Michal Kroltgsi/ureg: Add negate and swizzle for predicates.
2009-11-02 Brian Paulgallium/util: add casts to silence warnings
2009-11-02 Michal Kroltgsi/ureg: Update for gallium interface changes.
2009-11-02 Michal Kroltgsi: Update for gallium interface changes.
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 José Fonsecautil: Drop return value from cpuid().
2009-10-28 José Fonsecautil: Fix cpuid on MSVC.
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-25 José Fonsecagallium: Move enum pipe_error into p_defines.h.
2009-10-25 José Fonsecautil: Human readable output of texture states.
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Keith Whitwellgallium: remove extended negate also, and also the...
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-22 José Fonsecautil: Set cpu endianness too.
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-21 Marc Dietrichgallium/util: fix cpu detection on ppc
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 Corbin Simpsongallium: Permit surface_copy and surface_fill to be...
2009-10-18 Corbin SimpsonMerge branch 'master' of ssh://git.freedesktop.org...
2009-10-17 José Fonsecautil: Rename from u_* to util_* while we're at it.
2009-10-16 Corbin Simpsonutil: Change function names to begin with u_.
2009-10-14 José Fonsecautil: Fix cpu detection on Windows. Cleanup.
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-09 José Fonsecautil: Force ESI register for cpuid's ebx result.
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
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'
next