Merge commit 'origin/gallium-draw-retval'
[mesa.git] / src / gallium / auxiliary /
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal Kroltgsi: Simplify implementation of few interpreter's...
2010-01-05 Michal Kroltgsi: Use FREE() to release MALLOC-ed() memories in...
2010-01-05 Michal Kroltgsi: Fix bogus loop condition in sanity.
2010-01-05 Michal Kroltgsi: Treat MOV source operand as FLOAT so modifiers...
2010-01-05 Michal Kroltgsi: Store ADDR file in interpreter as an int.
2010-01-05 Michal Kroltgsi: Remove dead micro_umod().
2010-01-05 Michal Kroltgsi: Make interpreter aware of float and integer data...
2010-01-05 Michal Krolgallium: Add UMOD TGSI opcode.
2010-01-05 Michal Krolgallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcode...
2010-01-05 Michal Kroltgsi/ureg: Improve immediate match & expand logic.
2010-01-05 Michal Kroltgsi: Support signed/unsigned integer immediate types.
2010-01-05 Michal Kroltgsi: Cleanup interpreter code for other existing integ...
2010-01-05 Michal KrolRemove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCO...
2010-01-05 Michal Kroltgsi: Implement new integer opcodes.
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Vinson Leetgsi: Fix assert.
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-04 Alan HourihaneFix test
2010-01-03 José Fonsecartasm: Play nicely with Windows's Data Execution Preven...
2010-01-03 José Fonsecautil: Minor enhancements/corrections to the bitmask...
2010-01-02 José Fonsecautil: Silent potential loss of precision warnings.
2010-01-01 Vinson Leegallium/util: Silence format warnings.
2010-01-01 Vinson Leegallium/util: Replace h_addr with h_addr_list[0].
2010-01-01 Igor Oliveiratgsi: Add missing semantic name in text parser.
2010-01-01 José Fonsecagallium: Generate a single library for auxiliaries...
2010-01-01 José Fonsecascons: Aggregate all tiny libraries in a single library.
2010-01-01 José Fonsecagallium: Remove the sct module.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-28 Keith Whitwellutil: better fix for unused variable warnings with...
2009-12-28 Vinson Leeg3dvl: Silence compiler warnings.
2009-12-28 Vinson Leetgsi/ureg: Silence uninitialized variable warnings.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Vinson Leegallium/util: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-26 José Fonsecatgsi: Don't dump parenthesis for negation.
2009-12-25 Zack Rusingallium: remove TGSI_SEMANTIC_VERTICES
2009-12-25 Zack Rusindraw: disable some debugging output coming from the...
2009-12-25 Zack Rusinutil: put vertices_per_primitive function in its proper...
2009-12-25 Zack Rusindraw/tgsi: fix geometry shader input/output swizzling
2009-12-25 Zack Rusintgsi: dump the indices correctly when dealing with...
2009-12-25 Zack Rusintgsi: fix property parsing/building
2009-12-25 Zack Rusintgsi: add missing support for two dimensional arrays...
2009-12-25 Zack Rusintgsi: make the tgsi assembly parser report line/column...
2009-12-25 Zack Rusingallium: add geometry shader support to gallium
2009-12-24 Keith Whitwellgallium/util: quieten compiler
2009-12-24 Vinson Leegallium/util: Initialize variable in util_clear.
2009-12-23 Vinson Leeutil: Ensure debug_dump_flags generates a null-terminat...
2009-12-23 José Fonsecautil: Define common dynamic library extensions.
2009-12-23 Vinson Leegallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
2009-12-22 Vinson Leegallium/util: Add PIPE_OS_APPLE to u_network.
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Michal Kroltgsi: Implement BREAKC in interpreter.
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith Whitwellgallium: remove return value from draw calls
2009-12-21 Keith Whitwelli965g: fixes to build after merge of master
2009-12-21 Keith Whitwelli965g: remove half-finished change to tgsi_parse
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-21 Christoph Bumillerutil: draw cube mipmaps with TEX CUBE
2009-12-20 Christoph Bumillerutil: util_format_get_blocksizebits() returns bits...
2009-12-18 Roland Scheideggergallium: store edgflag info in tgsi_shader_info
2009-12-18 Michal Krolutil: Add util_format_has_alpha(), enclose in extern C.
2009-12-18 Michal Krolutil/pack: Handle the remaining formats with generic...
2009-12-18 Corbin Simpsonutil: Update blitter for u_format changes.
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal Krolutil: Remove util_format_get_block().
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krolutil/format: Fix bogus assertion.
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-16 Roland Scheideggergallium: edgeflags change fixes
2009-12-15 Marek Olšákutil/blitter: kill the draw_quad callback
2009-12-15 Marek Olšákutil/blitter: allocate most of the state objects on...
2009-12-15 Marek Olšákutil/blitter: use PIPE_MAX_* limits, and fix a memory...
2009-12-15 Marek Olšákutil: add blitter
2009-12-15 Marek Olšákutil: add a function which converts 2D coordinates...
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 Roland Scheideggergallium: more work for edgeflags changes
2009-12-14 Michal Kroltgsi/ureg: Add ureg_DECL_gs_input().
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
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 Keith Whitwellgallium: first steps to treat edgeflags as regular...
2009-12-09 Michal KrolRevert "Simplify the redundant meaning of format layout."
2009-12-09 José Fonsecautil: Document the meaning of util_format_layout.
2009-12-08 Michal KrolSimplify the redundant meaning of 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 Michal Krolutil/format: Take advantage of sequential nature of...
next