util: add new fragment shaders to simple_shaders
[mesa.git] / src / gallium / auxiliary /
2009-12-15 Marek Olšákutil: add new fragment shaders to simple_shaders
2009-12-15 José Fonsecautil: Fix unity value for swizzle 1.
2009-12-15 José Fonsecautil: Add dl wrappers.
2009-12-15 Michal Kroltgsi/text: Don't use strncasecmp(), it breaks windows...
2009-12-14 Zack Rusintgsi: add properties and system value register
2009-12-14 Michal Kroltgsi/ureg: Add ureg_DECL_gs_input().
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-09 José Fonsecautil: Document the meaning of util_format_layout.
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Brian Paultgsi: fix some off-by-one errors in shader length,...
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Vinson Leerbug: Initialize variable in rbug_get_message.
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-07 Roland Scheideggergallium/util: fix util_color_[un]pack[-ub] to be strict...
2009-12-07 Michal Krolutil/tile: Support R8G8B8A8_UNORM format.
2009-12-05 Vinson Leedraw: Initialize variable in draw_pt.c.
2009-12-04 Vinson Leegallium/util: Initialize variables in u_pack_color.h.
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
2009-12-03 José Fonsecagallium: fix ref counting bug in pb_bufmgr
2009-12-03 Roland Scheideggergallium: fix reference counting functions to be strict...
2009-12-03 Michal Kroltgsi/ureg: Fix ureg_emit_src().
2009-12-02 Brian Paulcso: check if pipe_context::bind_vertex_sampler_states...
2009-12-02 Brian Paulgallium/util: __builtin_bswap32() is in only gcc 4...
2009-12-02 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2009-12-03 José Fonsecautil: Fix generated swizzle comments.
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-01 Keith Whitwelltgsi: fix ureg emit after version token change
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolcso: Fix function prototype.
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-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Roland Scheideggerfixups for interface changes (mostly state trackers)
2009-11-30 Roland Scheideggergallium: interface cleanups, remove nblocksx/y from...
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-27 José Fonsecarbug: Mention where the GUI can be found.
2009-11-27 Michal Krolvl: Do not emit tgsi_version token.
2009-11-27 Michal Kroltgsi: Remove tgsi_version token.
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-25 Michal Kroltgsi: Fix token builder.
2009-11-25 Michal Kroltgsi: Update raw token dumper after token definition...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_src_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_dst_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_declaration to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_instruction to avoid...
2009-11-24 Keith Whitwelltgsi: reduce repetition of structure name in its members
2009-11-24 Keith Whitwelltgsi: remove unnecessary full_token init and free functions
2009-11-24 Keith Whitwelltgsi: remove unused Flags member from full_instruction
2009-11-24 José Fonsecautil: Describe a few more formats.
2009-11-24 Keith Whitwellgallium: simplify tgsi tokens further
2009-11-25 Zack Rusinutil: also print out memory statistics
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'
next